Project

General

Profile

Actions

Non-Function #174

closed

[APP UI] 주문 불가 페이지 반영

Added by Jisoo Choi 10 months ago. Updated 9 months ago.

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

0%

Estimated time:
Spent time:

Description

 

 

 

현재 : 주문 취소 PUSH 누를 시, 현재 진행 중인 주문이 있는 '주문 내역' 페이지로 이동(다른 PUSH와 동일)

수정 요청 : 주문 취소 PUSH 누를 시, 주문 불가 페이지로 이동

*주문 불가 페이지 반영이 필요합니다.

 

주문 불가 사유 : 현재 관리자 페이지에서 선택하는 주문 불가 사유가 /api/order에는 없는 것으로 보여, 혹시 없다면 추가를 부탁드리고 싶습니다.


Files

주문 불가 1.png (291 KB) 주문 불가 1.png Jisoo Choi, 11/24/2023 05:00 PM
주문 불가 2.png (130 KB) 주문 불가 2.png Jisoo Choi, 11/24/2023 05:00 PM
매장취소_주문취소.mp4 (11.8 MB) 매장취소_주문취소.mp4 Jisoo Choi, 12/07/2023 03:08 PM
매장취소_환불.mp4 (15.5 MB) 매장취소_환불.mp4 Jisoo Choi, 12/07/2023 03:08 PM
PUSH_CANCEL.mp4 (16.5 MB) PUSH_CANCEL.mp4 Jisoo Choi, 12/08/2023 03:19 PM
Actions #1

Updated by Jisoo Choi 10 months ago

 

 

현재 : 주문 취소 PUSH 누를 시, 현재 진행 중인 주문이 있는 '주문 내역' 페이지로 이동(다른 PUSH와 동일)

수정 요청 : 주문 취소 PUSH 누를 시, 주문 불가 페이지로 이동

*주문 불가 페이지 반영이 필요합니다.

**주문 취소: 매장 취소(주문 취소) 

 

주문 불가 사유 : 현재 관리자 페이지에서 선택하는 주문 불가 사유가 /api/order에는 없는 것으로 보여, 혹시 없다면 추가를 부탁드리고 싶습니다.

Actions #2

Updated by Deca Park 10 months ago

[ADMIN/API]
1.FcmMessageService.sendFcmBuy()
  1) As-is
    urlTail = "/mypage/order" (fixed)
  2) To-be
    a) if newSmartOrderStatus = "SS10" or "SS11" (매장취소)
      urlTail = "/smartorder/unabled"

    b) else 
      urlTail = "/mypage/order" (same as current)

[Mobile APP]
1.if this push msg clicks  on Mobile App
  - move to App's the page
2."/smartorder/unabled" page
  - 사유 : {reason} 
    + show the order_no's st_order.reject_reason_type (if not null, show code name)

Actions #3

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to bryant bryant
Actions #4

Updated by bryant bryant 10 months ago

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

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to Jisoo Choi
Actions #6

Updated by Jisoo Choi 10 months ago

 

 

현재 주문 취소될 시, 페이지 연결이 되지 않는 것으로 보입니다.

 

1. 주문 확정하지 않고 바로 '매장취소_주문취소'할 경우

2. 주문 확정 및 수령 대기중 안내 보낸 후에 '매장취소_환불'할 경우

 

모두 동일합니다.(영상 첨부 드립니다.)

Actions #7

Updated by Jisoo Choi 10 months ago

  • Priority changed from Low to Normal
Actions #8

Updated by Jisoo Choi 10 months ago

  • Assignee changed from Jisoo Choi to Deca Park
Actions #9

Updated by Deca Park 10 months ago

  • Status changed from In Progress to Resolved
  • Assignee changed from Deca Park to Jisoo Choi
Actions #10

Updated by Jisoo Choi 10 months ago

 

 

매장에서 주문 취소 후 PUSH 알림이 왔을 때, 바로 해당 PUSH 알림을 클릭하면 주문 불가 페이지에 [사유] 부분이 없습니다.

동일 PUSH를 알림함을 통해 확인하면 [사유] 부분이 있습니다.

Actions #11

Updated by Deca Park 9 months ago

  • Status changed from In Progress to Resolved
  • Assignee changed from Deca Park to Jisoo Choi
Actions #12

Updated by Jisoo Choi 9 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF