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] 판매자는 자신의 경매 상품 목록을 조회할 수 있다. #129

Closed
3 tasks
Tracked by #94
yudonggeun opened this issue Aug 14, 2024 · 1 comment
Closed
3 tasks
Tracked by #94
Assignees
Labels
FEATURE 새로운 기능 또는 변경

Comments

@yudonggeun
Copy link
Contributor

yudonggeun commented Aug 14, 2024

✨ Describe

✅ Todo

  • [FEAT] 경매 내역 목록을 불러오는 API를 개발합니다
  • [FEAT] 자신의 경매 내역만 볼 수 있게 조건을 추가합니다
  • [TEST] 받아온 경매 내역이 판매자의 경매만 있는 지 확인합니다
속성 설명
auctionid 판매한 경매의 식별자입니다.
productName 상품의 이름입니다.
originPrice 원래 가격입니다.
currentPrice 현재 가격입니다.
originStock 원래 재고량입니다.
currentStock 현재 재고량입니다.

🙋🏻 More

@yudonggeun yudonggeun added the FEATURE 새로운 기능 또는 변경 label Aug 14, 2024
@minseok-oh minseok-oh self-assigned this Aug 15, 2024
@minseok-oh
Copy link
Collaborator

#128 <- 여기서 구현되어 있어요...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE 새로운 기능 또는 변경
Projects
None yet
Development

No branches or pull requests

2 participants