pjhcsols / VirtualFitting_System

가상피팅&의류입점 플랫폼
4 stars 0 forks source link

[BE_3] Product 결제 시스템 구축 & like, shopping_cart 등록 기능 수정 #43

Closed pjhcsols closed 1 month ago

pjhcsols commented 1 month ago

Product 결제 시스템 도입

  1. User 좋아요 리스트 및 쇼핑카트(장바구니) 기능 구현
  2. 클라이언트 측에서 import API 를 통한 결제 버튼 클릭 시
  3. OrderPaymentRequest 생성 후
  4. 결제 완료 시 PurchaseTransaction 저장
  5. PurchaseTransaction 객체를 통해 구매목록 불러오기 기능 구현

추가로 다량의 재고관리 기능(Rabbit MQ or Kafka MQ) & 실시간 알람(SSE) 구현 예정

ryunaeun commented 1 month ago

confirm