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

[FEAT] 주문 완료 api #94

Merged
merged 9 commits into from
Nov 29, 2024
Merged

[FEAT] 주문 완료 api #94

merged 9 commits into from
Nov 29, 2024

Conversation

seong-hui
Copy link
Collaborator

관련 이슈 🛰️

해결한 이슈 번호를 작성해주세요
close #90

작업 내용 🧑‍💻

작업한 내용을 간략히 작성해주세요

  • 상품 주문을 처리하는 useOrderProduct 커스텀 훅을 구현하였습니다.
  • 주문이 성공하면 (success의 값이 true이면) order 페이지로 이동하도록 하엿씁니다.
  • 상품 주문은 post 메서드이기 때문에 useMutation를 사용해서 훅을 구현하였습니다.
  • 이전에 퍼블리싱을 하면서 별점 버튼과 무료 반품 버튼을 추가하지 않았어서 해당 부분을 추가하였습니다.
  • 추천 상점의 퍼블리싱이 약간 잘못된 부분이 있어서 그것도 같이 수정햇슴니다 ,,ㅎㅎ

PR 포인트 🗯️

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

  • api만 추가한게 아니라 퍼블리싱 수정까지 같은 브랜치에서 해서 죄송해요!!!!!!

알게된 점 🚀

기록하며 개발하기!

참고 자료 📖 (선택)

참고했던 문서들 공유하기!

스크린샷 📸 (선택)

Nov-29-2024 03-00-05

  • 해당 부분의 title이 밑으로 내려가 있어서 조정
image
  • 무료 반품 버튼 추가 안했어서 추가
image

@seong-hui seong-hui self-assigned this Nov 28, 2024
Copy link
Collaborator

@yarimu yarimu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!💖

커밋 메시지가 친절해서 코리하기 편했습니다! 배워갑니당👍👍

Copy link
Collaborator

@bykbyk0401 bykbyk0401 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

진짜 깔끔하게 잘 구현된 것 같아요 ㄷㄷ
확인했습니다!!!!

@seong-hui seong-hui merged commit e3be852 into develop Nov 29, 2024
2 checks passed
@seong-hui seong-hui deleted the feat/#90/product-order-api branch November 29, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 주문 완료 api
3 participants