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

[FEATURE] 경매 생성 서비스 구현 #8

Closed
4 tasks done
Tracked by #31
yudonggeun opened this issue Aug 9, 2024 · 0 comments · Fixed by #35
Closed
4 tasks done
Tracked by #31

[FEATURE] 경매 생성 서비스 구현 #8

yudonggeun opened this issue Aug 9, 2024 · 0 comments · Fixed by #35
Assignees
Labels
FEATURE 새로운 기능 또는 변경

Comments

@yudonggeun
Copy link
Contributor

yudonggeun commented Aug 9, 2024

✨ Describe

  • 경매 생성시 상품, 가격, 제고, 최대 구매 가능 수량, 변동폭, 변동 시간 단위, 경매 시작 시간, 경매 종료 시간, 판매자 정보, 재고 정보 노출 정책이(가) 필요하다.
  • 경매의 변동 폭의 단위는 %, 혹은 금액으로 결정할 수 있다.
  • 경매 시작 시간과 경매 종료 시간의 차이는 10분, 20분, 30분, 40분, 50분, 60분으로 제한된다.
  • 변동 시간의 단위는 경매 시작시간과 종료시간의 차이보다 작아야한다.

🙋🏻 More

정책에 대한 고민이 있습니다.

  • 판매자는 가격 변동 시간을 얼마단위로 조정할 수 있는가? 1분?

  • 판매자는 호가 단위를 지정할 수 있나?

  • 재고 정보 노출을 정책으로 빼야하겠쬬??

  • Auction은 PriceManager를 통해 가격 정보를 받을 수 있다.

    • 경매 가격 정책(PricePolicy)은 경매 진행 중에 변경할 수 있다.
    • 경매 가격 정책은 원가를 가지고 있다.
    • 경매 가격 정책은 현재가격을 가지고 있다.

규칙

  • 가격이 변동되었을 때, 0원 또는 음수가 될 수 없습니다.
    • 가격 변동 폭이 원가보다 크거나 같으면 안됩니다.
    • 퍼센테이지도 100%가 될 순 없다. (그러면 0원임)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE 새로운 기능 또는 변경
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants