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

장바구니 구현 #16

Open
tpleehan opened this issue Apr 23, 2023 · 0 comments
Open

장바구니 구현 #16

tpleehan opened this issue Apr 23, 2023 · 0 comments
Labels

Comments

@tpleehan
Copy link
Collaborator

tpleehan commented Apr 23, 2023

목적

사용자가 원하는 상품을 장바구니에 담아서 나중에 결제할 수 있도록 구현한다.

구현 기능 항목

장바구니

  • 장바구니에 담긴 상품의 정보를 제공한다. (정보: 상품명, 가격, 수량)
  • 담긴 상품을 추가 및 삭제를 제공한다.
  • 담긴 상품 수량을 변경할 수 있도록 제공한다.
  • 담긴 상품을 주문 처리를 할 수 있도록 제공한다.

기타

  • 장바구니에 담긴 상품들을 DB 테이블과 세션, 쿠키 중 고려한다.
  • DB부하 발생 요지와 대용량 트래픽 요청에 대한 처리, 그리고 보안 취약점에 대해 고민해서 기능 구현 적용.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant