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: jpa-session 코드 완성 #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

FEAT: jpa-session 코드 완성 #2

wants to merge 2 commits into from

Conversation

kimtree24
Copy link
Contributor

jpa-session 코드 완성

요구사항
Member

  • 구매자와 판매자로 구분
  • 로그인 및 로그아웃 가능
  • 자신의 정보 수정 가능(이름, 배송지, 이메일, 연락처)
  • 판매자는 Product 생성 가능
  • 구매자는 Order 가능
  • 구매자는 잔고 충전 가능
  • 관리자는 쿠폰 발행 가능

Coupon

  • 쿠폰 적용 시 Order 전체 금액에 대해 할인 적용
  • 쿠폰 적용 위한 조건 존재(1만원 이상 구매 시 10%할인, 10만원 이상 구매시 20% 할인 등)

Product

  • 판매자가 등록 가능하며 등록시 물건명, 가격, 등록 수량, 상품 정보를 필수적으로 입력 해야 함
  • 등록 수량이 0이 되면 구매자는 구매 불가능

Order

  • 배송 완료 여부

이에 맞춰서 entity 추가

@eunsu02
Copy link
Member

eunsu02 commented Feb 16, 2025

확인했습니다! 코드가 깔끔해서 좋은것 같아요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants