-
Notifications
You must be signed in to change notification settings - Fork 0
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] 상점 엔티티 설계 #47
[Feat] 상점 엔티티 설계 #47
Conversation
Test Results22 tests 22 ✅ 2s ⏱️ Results for commit 041a419. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다. 오늘 회의를 해보니 아이템에 탈 것이 빠지는 것 같아 해당 부분을 수정해야할 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
상점 관련 도메인은 어드민에서 사용될것으로 보이는데 상점 아이템 갯수 조정, 아이템 구매자 추적 말고 어떤 기능을 제공할 수 있을까요?
현재 생각하는 기능들은 위에서 언급하신 기능과 함께 아이템 삭제 정도로 생각하였습니다. 이정도면 현재는 충분한 것 같아요.
/쿠타버스 배포 |
🌎 배포하였습니다. |
✏️ 작업 개요
⛳ 작업 분류
🔨 작업 상세 내용
상점 구매 request를 enum -> string 으로 변경하였습니다 (KICK_BOARD -> 킥보드)💡 생각해볼 문제
현재 상점과 인벤토리의 의존성이 아에 없는 상황입니다. 따라서 상점에 있는 데이터와 상관없이 ItemType에 있는 값이면 추가 됩니다.