Project

General

Profile

Actions

QA #98

closed

[API] 수정 및 패치 3 (Change & Fix - 3)

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

Status:
Closed
Priority:
Normal
Assignee:
Start date:
08/22/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

1.API Spec

  • #32 - 20230822

2.Issues

  • p2,4,9,10
  • p8,13
  • p3

Files

Actions #1

Updated by Deca Park about 1 year ago

  • Subject changed from [API] QA to [API] QA-2
Actions #2

Updated by Deca Park about 1 year ago

  • Subject changed from [API] QA-2 to [API] 수정 및 패치 3 (Change & Fix - 3)
Actions #3

Updated by Deca Park about 1 year ago

  • File deleted (0821 앱, 코레일 요청사항_en_20230822.pptx)
Actions #4

Updated by Deca Park about 1 year ago

  • File 0821 앱, 코레일 요청사항_en_20230822.pptx added
Actions #5

Updated by Deca Park about 1 year ago

  • Description updated (diff)
Actions #6

Updated by bryant bryant about 1 year ago

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

Updated by Deca Park about 1 year ago

  • File deleted (0821 앱, 코레일 요청사항_en_20230822.pptx)
Actions #8

Updated by Deca Park about 1 year ago

  • File 0821 앱, 코레일 요청사항_en_20230822.pptx added
  • Description updated (diff)
Actions #9

Updated by Deca Park about 1 year ago

  • File deleted (0821 앱, 코레일 요청사항_en_20230822.pptx)
Actions #10

Updated by Deca Park about 1 year ago

  • File 0821 앱, 코레일 요청사항_en_20230822.pptx added
Actions #11

Updated by Deca Park about 1 year ago

  • File deleted (0821 앱, 코레일 요청사항_en_20230822.pptx)
Actions #13

Updated by Deca Park about 1 year ago

  • Description updated (diff)
Actions #14

Updated by Deca Park about 1 year ago

[API] POST /save_point

1.process (logic change)
  1) if today's saved point >= 100
    - return error (status: 400, error_code: "point.error.maxTodayPoint", "포인트 적립은 하루에 최대 100P까지만 가능합니다.")
    - don't INSERT st_user_save_point (currently, DB data is saved)
  2) else, get this save point value of this request

  3) if today's saved point < 100
    a) INSERT st_user_save_point
      a-1) if today's saved point + 1) save point > 100
        - save_point: set by 100 - today's saved point
          (ex: if today's saved point: 90, this save point: 20, set by 10)

      a-2) else
        - save_point: set by 1) save point

Actions #15

Updated by Deca Park about 1 year ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Deca Park to bryant bryant
Actions #16

Updated by bryant bryant about 1 year ago

  • Status changed from Feedback to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions #17

Updated by Deca Park about 1 year ago

[API] POST /api/point_station_start. GET /api/point_station_start (NEW)

1.API spec

  • Station sheet on #32 - 20230822
Actions #18

Updated by Deca Park about 1 year ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Deca Park to bryant bryant
Actions #19

Updated by bryant bryant about 1 year ago

  • Status changed from Feedback to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions #20

Updated by Deca Park about 1 year ago

[API] POST /api/save_point (refer to API spec : #32-20230822)

1.RequestBody
  1) depart_date / arrive_date (ADD)
    - string format: YYYYMMDDHIMM
2.Process
  - set into st_user_save_point.depart_date / arrive_date (NEW)

[API] GET /api/point_save_list
1.Response
  1) depart_date / arrive_date (ADD)
    - set string format: YYYYMMDDHIMM

Actions #21

Updated by Deca Park about 1 year ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Deca Park to bryant bryant
Actions #22

Updated by bryant bryant about 1 year ago

  • Status changed from Feedback to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions #23

Updated by Deca Park about 1 year ago

[API] GET /api/mall_menu_list

1.Response
  1) As-is
     - sale_price

  2) To-be
    - add product price fields (refer to [API] GET /api/mall_product_list)

price
discount_type
discount_amount
discount_rate
sale_price
staff_discount_type
staff_discount_amount
staff_discount_rate
staff_sale_price

Actions #24

Updated by Deca Park about 1 year ago

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

Updated by Toby Pham about 1 year ago

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

Updated by Deca Park 8 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF