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> : 상품 상세 페이지 기능 구현 #25

Closed
EllaSEON opened this issue Apr 24, 2023 · 0 comments · Fixed by #26
Closed

<feat> : 상품 상세 페이지 기능 구현 #25

EllaSEON opened this issue Apr 24, 2023 · 0 comments · Fixed by #26
Assignees
Labels
feat 새로운 기능 추가

Comments

@EllaSEON
Copy link
Owner

EllaSEON commented Apr 24, 2023

🔥 Description

  • HomePage 에서 상품을 클릭했을 시, productId에 해당하는 상품을 불러오고 해당 상품 정보를 보여준다.(상품 디테일 api 명세 사용)
    • 버튼과 - 버튼을 통해서 수량 변경이 가능하다.
  • 수량을 변경할 때 현재 상품의 재고 수량을 초과하면 + 버튼이 비활성화 된다.
  • 선택된 옵션에 맞춰서 가격을 계산하고, 총 가격이 나타나야 합니다.
  • 장바구니 버튼을 눌렀을 시, 장바구니 페이지로 이동합니다. (상품 상세 페이지에서 선택한 제품은 장바구니에 추가됩니다.)
@EllaSEON EllaSEON added the feat 새로운 기능 추가 label Apr 24, 2023
@EllaSEON EllaSEON self-assigned this Apr 24, 2023
@EllaSEON EllaSEON moved this to Done in openmarket May 3, 2023
@EllaSEON EllaSEON closed this as completed May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능 추가
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant