QA #116
closed[ADMIN/API] QA-20230911
Description
1.Spec
- refer to attach ppt
Files
Updated by Deca Park about 1 year ago
- File deleted (
0911_백엔드_코레일 버그 리포트_처리 요청사항_en_20230911.pptx)
Updated by Deca Park about 1 year ago
- File 0911_백엔드_코레일 버그 리포트_처리 요청사항_en_20230911.pptx 0911_백엔드_코레일 버그 리포트_처리 요청사항_en_20230911.pptx added
[ADMIN] store order
- p8
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
Updated by Deca Park about 1 year ago
[ADMIN] 시스템 관리 > 오류 신고 관리 (/setting/qna)
1.pagination
- not work
- check other menu if same error happens
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
Updated by bryant bryant about 1 year ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park