-
Notifications
You must be signed in to change notification settings - Fork 1
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/427] 테마샵 기능 구현 #433
Open
hosung-222
wants to merge
21
commits into
dev
Choose a base branch
from
feature/427
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
백그라운드, 프로필 테마를 구분하기 위한 enum 클래스 정의 - 관련 : #425
테마 저장용 엔티티 구현 - 관련 : #427
테마-Member 관계 구현 - 관련 : #427
ThemeDetailImage.class - 관련 : #427
JPA Repository 구현 - 관련 : #427
관련 도메인 서비스 생성 - 관련 : #427
테마 타입별 판매 화면 조회 API 컨트롤러 명세 - 관련 : #427
판매 상태 별 테마 저장을 위한 ThemeStatus 구현 - 관련 : #427
테마의 status, type으로 페이징하여 조회하는 도메인 로직 구현 - 관련 : #427
builder 패턴 사용한 converter 구현 - 관련 : #427
테마샵 메인 화면 및 타입별 조회에 사용될 API 구현 - 관련 : #427
테마 상세 조회를 위한 API 스펙 명세 - 관련 : #427
해당 테마에 대한 소유 여부 isOwned 추가 - 관련 : #427
판매 상태 세분화를 위한 ThemeStatus 리팩토링 - 관련 : #427
findByIdAndStatus() - 관련 : #427
purchaseInfo() - 관련 : #427
NOT_FOUND_THEME(NOT_FOUND, "테마를 찾을 수 없습니다.") - 관련 : #427
@transient을 사용해 DB에 저장되지 않는 테마 소유 여부 필드 추가 - 관련 : #427
테마 정보와 소유 여부 반환 - 관련 : #427
Builder 패턴을 활용한 변환 코드 작성 - 관련 : #427
테마샵에서 테마 상세 정보 조회 API - 관련 : #427
11 tasks
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.
Type of change
PR Desciption
Requirements for Reviewer
PR Log
새롭게 배운 것
고민 중인 사항
첨부 자료
관련 이슈