Skip to content

폴더 CRUD 및 폴더-장소 관리 API 구현 필요 : fix : 코드 리뷰 반영 - UniqueConstraint, N+1…#29

Merged
Cassiiopeia merged 1 commit intomainfrom
20260223_#26_폴더_CRUD_및_폴더_장소_관리_API_구현_필요
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

폴더 CRUD 및 폴더-장소 관리 API 구현 필요 : fix : 코드 리뷰 반영 - UniqueConstraint, N+1…#29
Cassiiopeia merged 1 commit intomainfrom
20260223_#26_폴더_CRUD_및_폴더_장소_관리_API_구현_필요

Conversation

@Cassiiopeia
Copy link
Copy Markdown
Contributor

… 최적화, @Tag/@ApiLog/@Valid 추가 #26

  • FolderPlace에 @table UniqueConstraint(folder_id, place_id) 추가
  • getFolders() N+1 쿼리를 단일 JPQL 집계 쿼리로 최적화
  • FolderController에 @tag Swagger 어노테이션 추가
  • FolderControllerDocs 7개 메서드에 @apilog 어노테이션 추가
  • Folder @PrePersist에 isDefault null 체크 추가
  • CreateFolderRequest/UpdateFolderRequest에 @SiZe(max=100) 검증 추가
  • FolderController에 @Valid 어노테이션 추가

✨ 변경 사항


✅ 테스트


  • 수동 테스트 완료
  • 테스트 코드 완료

… 최적화, @Tag/@ApiLog/@Valid 추가 #26

- FolderPlace에 @table UniqueConstraint(folder_id, place_id) 추가
- getFolders() N+1 쿼리를 단일 JPQL 집계 쿼리로 최적화
- FolderController에 @tag Swagger 어노테이션 추가
- FolderControllerDocs 7개 메서드에 @apilog 어노테이션 추가
- Folder @PrePersist에 isDefault null 체크 추가
- CreateFolderRequest/UpdateFolderRequest에 @SiZe(max=100) 검증 추가
- FolderController에 @Valid 어노테이션 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Cassiiopeia Cassiiopeia merged commit 3a5fe64 into main Feb 23, 2026
1 check passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 23, 2026

Warning

Rate limit exceeded

@Cassiiopeia has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 21 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 20260223_#26_폴더_CRUD_및_폴더_장소_관리_API_구현_필요

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant