Feat: 포인트 상점(캐릭터 스토어) 기능 구현 - #297
Merged
Merged
Conversation
vxlmlxv
force-pushed
the
feat/store
branch
3 times, most recently
from
August 2, 2026 17:53
c8bec53 to
a898b85
Compare
vxlmlxv
force-pushed
the
feat/store
branch
2 times, most recently
from
August 2, 2026 19:16
ea462c8 to
1540a26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
포인트 상점 기능을 구현했습니다. 유저가 앱 활동(리뷰, 투표, 건의)으로 모은 포인트로 캐릭터를 구매하고, 대표 캐릭터로 장착할 수 있습니다.
기획 문서: 포인트 상점 기능 / 포인트 수집·사용 기능
작업사항
Level.fromScore()하나로 합쳤습니다. 마이페이지 응답은 기존과 동일합니다./api/store): 목록 조회(보유 / 구매 가능 / 미해금 / 포인트 부족 상태 표시 + 기획의 정렬 기준 적용), 구매, 대표 캐릭터 장착/해제, 보유 캐릭터 조회/api/admin/store): 캐릭터 등록/수정/삭제(S3 이미지 업로드), 특정 유저에게 지급참고
character/경로에 올려뒀고, dev DB에도 캐릭터 10종이 이미 들어가 있습니다.src/test/resources의 설정 파일 2개(application-test.yml, 테스트용logback-spring.xml)를 커밋에 포함했습니다. 지금까지 이 파일들이 로컬에만 있어서 CI에서는 DB를 쓰는 테스트를 아예 돌릴 수 없었습니다. 전부 더미 값이라 시크릿은 없습니다.관련 이슈