20260223 #26 폴더 crud 및 폴더 장소 관리 api 구현 필요#33
Merged
Cassiiopeia merged 3 commits intomainfrom Feb 23, 2026
Hidden character warning
The head ref may contain hidden characters: "20260223_#26_\ud3f4\ub354_CRUD_\ubc0f_\ud3f4\ub354_\uc7a5\uc18c_\uad00\ub9ac_API_\uad6c\ud604_\ud544\uc694"
Merged
Conversation
- BookmarkDto: .folder(memberPlace.getFolder()) 참조 제거 - MemberPlaceService: updateFolder() 호출 블록 제거 - UpdateBookmarkRequest: folder 필드 없이 생성 (memo, rating, visited, visitedAt) - MemberPlaceRepository: 북마크 관련 쿼리 메서드 추가 - ErrorCode: CANNOT_UPDATE_UNSAVED_PLACE 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. Walkthrough폴더 관리 기능을 강화하기 위해 여러 계층의 코드를 재구성했습니다. BookmarkDto와 UpdateBookmarkRequest에서 폴더 필드를 제거하고, Folder 엔티티의 Lombok 세터를 명시적 업데이트 메서드로 대체했으며, FolderService의 소프트 삭제 처리 로직을 개선했습니다. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related issues
Possibly related PRs
✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…및_폴더_장소_관리_API_구현_필요
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.
✨ 변경 사항
✅ 테스트
Summary by CodeRabbit
릴리스 노트
버그 수정
기능 변경
개선 사항