Project

General

Profile

Actions

New Function #143

closed

[QA] 20231102

Added by Deca Park 11 months ago. Updated 8 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
11/07/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

1.Spec

  • refer to attach ppt

Files

Actions #1

Updated by Deca Park 11 months ago

[ADMIN] 대시보드

  • p1, 16
Actions #2

Updated by Deca Park 11 months ago

[ADMIN]

  • p3 ~ 15
Actions #3

Updated by Deca Park 11 months ago

  • File deleted (1107 코레일유통 요청사항_en.pptx)
Actions #5

Updated by Toby Pham 11 months ago

  • Status changed from New to In Progress
Actions #6

Updated by Toby Pham 11 months ago

  • Status changed from In Progress to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #7

Updated by Deca Park 10 months ago

[Test Issues]

1.대시보드 (p1) - refer to dev server URL: http://210.123.124.139:8084/main
  1) 최근 6개월 가입 현황
    a) graph area
      - decrease height a lot
    b) summary area
      - display on the right side of the graph area
  2) TOP 10 graph
    - display graph under title (above TOP 10 list)
    - give small span between graph area and TOP 10 list
  3) 포인트 적립 TOP 10 
    - currenlty, if row label is long, 연/월/일 button is shown next to TOP 10 list
      (give fixd width into row label)

Actions #8

Updated by Deca Park 10 months ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Deca Park to Toby Pham
Actions #9

Updated by Toby Pham 10 months ago

  • Status changed from Feedback to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #10

Updated by Deca Park 10 months ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Deca Park to Toby Pham

[Test Issues]

1.TOP10 list logic
  1) 월 (month)
    - get data with this month (yyyy-mm)
    - currently, get wrong data because it checks just month
  2) 일 (day)
    - get data with today (yyyy-mm-dd)
    - currently, get wrong data because it checks just day

  [current SQL]
    <when test="period == 'month'">
        AND DATE_FORMAT(A.reg_date, '%m') = DATE_FORMAT(NOW(), '%m')
    </when>
    <when test="period == 'day'">
        AND DATE_FORMAT(A.reg_date, '%d') = DATE_FORMAT(NOW(), '%d')
    </when>

Actions #11

Updated by Toby Pham 10 months ago

  • Status changed from Feedback to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #12

Updated by Deca Park 8 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF