Skip to content

[FIX] 프로젝트 상세 팀원 이름 조회 활동 상태 필터 추가#602

Merged
kangkings merged 2 commits into
devfrom
fix/#601-add-activity-status-filter
Jul 21, 2026
Merged

[FIX] 프로젝트 상세 팀원 이름 조회 활동 상태 필터 추가#602
kangkings merged 2 commits into
devfrom
fix/#601-add-activity-status-filter

Conversation

@kangkings

Copy link
Copy Markdown
Contributor

#️⃣연관된 이슈

close #601

📝 작업 내용

  • 프로젝트 상세 조회 시 팀원 이름 조회 대상에 활동 상태 필터 추가
  • 일반 구성원 활동 상태가 ACTIVE, COMPLETED인 경우만 직군별 팀원 이름에 포함
  • WITHDRAWN 상태 일반 구성원이 팀원 이름 조회에서 제외되는 테스트 보강

🙏 리뷰 요구사항 (선택)

  • 프로젝트 상세 조회의 직군별 팀원 이름 응답에서 비활동 상태 구성원이 제외되는지 확인 부탁드립니다.
  • 운영 코드와 테스트 코드를 각각 [fix], [test] 커밋으로 분리했습니다.

검증 내용:

  • ./gradlew test --tests org.ject.support.domain.member.repository.MemberActivityRepositoryTest -x jacocoTestCoverageVerification
  • 로컬 API 4기 프로젝트 목록 및 상세 조회 확인

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kangkings, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 32 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 1cbe4e7f-c757-4b4c-9f83-a1917993bc7e

📥 Commits

Reviewing files that changed from the base of the PR and between bfccbc9 and fca6ca0.

📒 Files selected for processing (2)
  • src/main/java/org/ject/support/domain/member/repository/MemberActivityQueryRepositoryImpl.java
  • src/test/java/org/ject/support/domain/member/repository/MemberActivityRepositoryTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/#601-add-activity-status-filter

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.

@kangkings
kangkings requested a review from 023-dev July 21, 2026 03:03
@kangkings kangkings self-assigned this Jul 21, 2026
@kangkings kangkings added the 🛠️fix 버그 수정 label Jul 21, 2026
@github-actions

Copy link
Copy Markdown

Test Results

418 tests   418 ✅  12s ⏱️
 77 suites    0 💤
 77 files      0 ❌

Results for commit fca6ca0.

@github-actions

Copy link
Copy Markdown

📊테스트 커버리지

Overall Project 85.36% 🍏
Files changed 100% 🍏

File Coverage
MemberActivityQueryRepositoryImpl.java 99.56% 🍏

@kangkings kangkings moved this to In Progress in JECT Official WebSite Jul 21, 2026
@kangkings
kangkings merged commit 5846a93 into dev Jul 21, 2026
2 of 3 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in JECT Official WebSite Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️fix 버그 수정

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[FIX] 프로젝트 팀원 조회시 중도 이탈자들 제외하도록 필터 추가

2 participants