-
Notifications
You must be signed in to change notification settings - Fork 0
[FEAT] 아바타 프로필 시스템 확장 구현 #431
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
Merged
Merged
Conversation
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
[Refactor] Feed 관련 비즈니스 로직 이동
[REFACTOR] 소설 검색 및 소설 필터링 로직 파사드 패턴으로 분리
[REFACTOR] Novel 내에 존재하는 서재 로직을 분리
[REFACTOR] CommentService & FeedService 의존성 분리
[REFACTOR] 서재 로직 책임 분리
[REFACTOR] User 서비스 레이어 분리
[REFACTOR] Feed 조회 관련 로직 Application으로 이동
[REFACTOR] 키워드 매력포인트 분리 및 성능 리팩토링
- 기존 Avatar는 아바타와 프로필 이미지가 1대1 관계이기 때문에 Profile 엔티티를 통해서 1:N으로 구성 - 사용자와 프로필 이미지는 1대1 관계이기 때문에 User에서 Profile 엔티티의 PK를 가지도록 임시 구성 - 1개의 프로필 이미지는 N개의 소개글을 가지기 때문에 ProfileLine 엔티티를 생성하여 1:N으로 구성
- 아바타 프로필 목록 조회 비즈니스 로직 작성 - 우선 기존 조회 목록을 벗어나지 않게 진행함 - 만약 상세 조회 분리를 요구한다면 수정되어야 함
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.
Related Issue
Key Changes
신규 기능
리팩토링 & 로직 변경
To Reviewers
References