-
Notifications
You must be signed in to change notification settings - Fork 0
feat: 도서 상세 API 변경 사항 반영 및 V2 suffix 제거 #253
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
Open
easyhooon
wants to merge
10
commits into
develop
Choose a base branch
from
BOOK-490-feature/#250
base: develop
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
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f2aa710
[BOOK-490] feat: 도서 상세 API 변경 사항 반영 및 V2 suffix 제거
easyhooon d89ed4b
[BOOK-490] feat: 독서 기록 목록 조회 (V2) DTO 변경사항 반영
easyhooon a278f6a
[BOOK-490] refactor: EmotionModel, EmotionCode -> EmotionCode로 통일
easyhooon aece95c
[BOOK-490] refactor: Domain Model 클래스들 @Stable -> @Immutable 어노테이션 적용 변경
easyhooon 793c642
[BOOK-490] chore: code style check success
easyhooon 1f62d87
[BOOK-490] chore: 사용하지 않게된 registerResponse DTO 제거
easyhooon 9779ef2
[BOOK-490] chore: run build success
easyhooon 149d18e
[BOOK-490] chore: model 모듈 내 state 클래스들 별도 state 패키지로 이동
easyhooon 0575085
[BOOK-490] feat: 선택한 기록, 기록 수정 화면 전달시 도서 정보 fallback 처리 구현
easyhooon c012c78
[BOOK-490] fix: representativeEmotion nullable로 변경
easyhooon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
34 changes: 0 additions & 34 deletions
34
core/common/src/main/kotlin/com/ninecraft/booket/core/common/utils/EmotionAnalyzer.kt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
.../data/api/src/main/kotlin/com/ninecraft/booket/core/data/api/repository/AuthRepository.kt
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
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
2 changes: 1 addition & 1 deletion
2
.../data/api/src/main/kotlin/com/ninecraft/booket/core/data/api/repository/UserRepository.kt
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
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
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
2 changes: 1 addition & 1 deletion
2
...rc/main/kotlin/com/ninecraft/booket/core/datastore/api/datasource/OnboardingDataSource.kt
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
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
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
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
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
7 changes: 0 additions & 7 deletions
7
core/model/src/main/kotlin/com/ninecraft/booket/core/model/AutoLoginState.kt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
core/model/src/main/kotlin/com/ninecraft/booket/core/model/BookDetailModel.kt
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
알 수 없는 감정명이 들어오면 통계가 누락될 수 있습니다.
fromDisplayName실패 시null을 반환해mapNotNull에서 제거되므로 새로운 감정(또는 “기타”)이 통째로 빠질 수 있습니다. 최소한OTHER로 폴백하는 편이 안전합니다.✅ 폴백 처리 예시
🤖 Prompt for AI Agents