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] 상점 아이템 구매코드작성 및 리팩토링 #41

Open
7 tasks done
JeonHeena opened this issue Dec 5, 2024 · 0 comments
Open
7 tasks done

[Feature] 상점 아이템 구매코드작성 및 리팩토링 #41

JeonHeena opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
feat 새로운 기능 추가

Comments

@JeonHeena
Copy link
Collaborator

JeonHeena commented Dec 5, 2024

작업 개요

상점의 프로필 꾸미기 용의 item을 point를 사용하여 구매하는 기능을 추가할 것입니다.
이에 필요한 작업은

  • 사용자 검증 (사용자 유무 확인)
  • 아이템 검증 (아이템 유무 확인)
  • 포인트 확인 (아이템을 살 수 있는 충분한 포인트 유무)
  • 아이템 소유 확인 (이미 가지고 있는지)
  • 구매 (포인트 차감 및 아이템 구매한 것 저장)
  • 개발/테스트 때의 편리를 위해 addItem을 추가합니다. (userId, itemId 임의 추가기능)

작업 목록

buyItem

  • 사용자 검증 로직
  • 아이템 검증 로직
  • 포인트 확인 로직
  • 아이템 소유 확인 로직
  • 구매 처리 로직

추가

  • addItem - 개발/테스트를 위함 (이후 삭제 예정)
  • api 문서작성 (swagger)

참고 사항

  • API 명세서는 items의 Swagger를 통해 작성될 예정입니다.
  • 브랜치는 기존 feat/#11/items-api 브랜치에서 작업합니다.
@JeonHeena JeonHeena added the feat 새로운 기능 추가 label Dec 5, 2024
@JeonHeena JeonHeena self-assigned this Dec 5, 2024
JeonHeena added a commit that referenced this issue Dec 11, 2024
JeonHeena added a commit that referenced this issue Dec 11, 2024
@JeonHeena JeonHeena changed the title [Feature] 상점 아이템 구매 [Feature] 상점 아이템 구매코드작성 및 리팩토링 Dec 11, 2024
JeonHeena added a commit that referenced this issue Dec 11, 2024
JeonHeena added a commit that referenced this issue Dec 11, 2024
JeonHeena added a commit that referenced this issue Dec 12, 2024
JeonHeena added a commit that referenced this issue Dec 12, 2024
JeonHeena added a commit that referenced this issue Dec 12, 2024
JeonHeena added a commit that referenced this issue Dec 12, 2024
JeonHeena added a commit that referenced this issue Dec 16, 2024
JeonHeena added a commit that referenced this issue Dec 18, 2024
JeonHeena added a commit that referenced this issue Dec 23, 2024
JeonHeena added a commit that referenced this issue Dec 27, 2024
JeonHeena added a commit that referenced this issue Jan 3, 2025
JeonHeena added a commit that referenced this issue Jan 6, 2025
JeonHeena added a commit that referenced this issue Jan 7, 2025
JeonHeena added a commit that referenced this issue Jan 7, 2025
JeonHeena added a commit that referenced this issue Jan 9, 2025
JeonHeena added a commit that referenced this issue Jan 13, 2025
JeonHeena added a commit that referenced this issue Jan 13, 2025
JeonHeena added a commit that referenced this issue Jan 17, 2025
JeonHeena added a commit that referenced this issue Jan 23, 2025
JeonHeena added a commit that referenced this issue Jan 24, 2025
JeonHeena added a commit that referenced this issue Jan 24, 2025
JeonHeena added a commit that referenced this issue Jan 24, 2025
JeonHeena added a commit that referenced this issue Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능 추가
Projects
None yet
Development

No branches or pull requests

1 participant