Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] 결제 페이지 가져오기, 결제하기 API 장바구니 기능 적용 #148

Merged
merged 6 commits into from
Dec 5, 2023
Merged

[REFACTOR] 결제 페이지 가져오기, 결제하기 API 장바구니 기능 적용 #148

merged 6 commits into from
Dec 5, 2023

Conversation

05AM
Copy link
Member

@05AM 05AM commented Dec 5, 2023

🦋 작업한 내용

  • 결제 페이지 가져오기 API
    • 단일 상품
    • 장바구니 상품
  • 결제하기 API
    • 단일 상품 결제하기
    • 장바구니 상품 결제하기

❗️ PR POINT

  • 디스코드 메시지 형식은 추후 개발하여 올리겠습니다.

🔒 관련 이슈

05AM added 6 commits December 6, 2023 01:50
- Order -> OrderHistory
- 컬럼 삭제
 - product_size
 - product_name
 - product_main_image_url
 - product_count
 - sticker_id: sticker 외래키 삭제
- 장바구니 기능의 추가로 여러 상품의 구매가 가능해지면서 주문내역(OrderHistory)와 주문한 상품(OrderedProduct)의 일대다 매핑 테이블을 생성
- 주문한 상품들의 목록
- 주문내역, 주문한 상품 저장
- 장바구니 구매 이후 모든 장바구니 삭제
- 디스코드 메시지 임시 응답으로 변경: 추후 수정 예정
@05AM 05AM added the REFACTOR 프로덕션 코드 리팩토링 label Dec 5, 2023
@05AM 05AM self-assigned this Dec 5, 2023
@05AM 05AM merged commit 90f6a79 into TEAM-TATTOUR:dev Dec 5, 2023
1 check passed
@05AM 05AM added the 🐶 찬미 찬미 task label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REFACTOR 프로덕션 코드 리팩토링 🐶 찬미 찬미 task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant