Project

General

Profile

Actions

QA #116

closed

[ADMIN/API] QA-20230911

Added by Deca Park about 1 year ago. Updated 8 months ago.

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

0%

Estimated time:
Spent time:

Description

1.Spec

  • refer to attach ppt

Files

Actions #1

Updated by Deca Park about 1 year ago

[ADMIN]

  • p1 ~ 7
Actions #2

Updated by Deca Park about 1 year ago

  • File deleted (0911_백엔드_코레일 버그 리포트_처리 요청사항_en_20230911.pptx)
Actions #4

Updated by Deca Park about 1 year ago

[API] GET /api/mall_product_list

1.logic
  1) if sort_type param = '40' (sort by discount rate DESC)
    - change logic to calculate discount rate

  [calculate discount rate]
  // staff user's discount rate
  if st_user.user_grade = 'UG02' (임직원회원) - id param's user level is staff
    if staff_discount_type = NULL
      {common user's discount rate}
    else
      if staff_discount_type = 'rate'
        staff_discount_rate
      else if staff_discount_type = 'amount'
        calculate staff_discount_rate with staff_discount_amount and price
  // common user's discount rate
  else
    if discount_type = NULL
      - no discount rate
    else
      if discount_type = 'rate'
        discount_rate
      else if discount_type = 'amount'
        calculate discount_rate with discount_amount and price

Actions #5

Updated by Deca Park about 1 year ago

[ADMIN] 시스템 관리 > 오류 신고 관리 (/setting/qna)

1.pagination
  - not work
  - check other menu if same error happens

Actions #6

Updated by Deca Park about 1 year ago

[API] GET /api/product_qna_list

1.Request
  - product_code param : not work
  - qna_type : Not Required -> Required

Actions #7

Updated by bryant bryant about 1 year ago

  • Status changed from New to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions #8

Updated by Deca Park 8 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF