[FEAT] 일반 구성원 조회/등록 개선 및 프로젝트 페이징 수정#600
Merged
Merged
Conversation
Walkthrough회원 학기 검색 필터를 다중 값에서 단일 값으로 변경하고, 검증·조회 쿼리·테스트를 갱신했다. 삭제 회원 복구와 프로필 갱신을 분리했으며, 프로젝트 카테고리 조회의 count 조건과 페이지네이션 테스트를 보완했다. Changes회원 검색 필터 단일화
기존 회원 복구 흐름
프로젝트 페이지네이션 count 보정
Estimated code review effort: 3 (Moderate) | ~25 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
023-dev
approved these changes
Jul 21, 2026
📊테스트 커버리지
|
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.
#️⃣연관된 이슈
close #597
close #598
close #599
📝 작업 내용
🙏 리뷰 요구사항 (선택)
작은 수정 건이 많아 작업 편의를 위해 여러 이슈를 한 번에 작업했습니다. 양해 부탁드립니다!
대신 작업 내용은 커밋 단위로 깔끔하게 나눠두었습니다!
검증 내용:
./gradlew test --tests org.ject.support.domain.project.repository.ProjectQueryRepositoryTest -x jacocoTestCoverageVerificationGET /projects?category=SEMESTER_1&page=0&size=6&sort=sorted응답 확인GET /projects?category=SEMESTER_1&page=1&size=6&sort=sorted응답 확인Summary by CodeRabbit
변경 사항
테스트