Skip to content

fix(ranking): 급상승/급하락 0.0% 변동률 항목 필터링 (#114)#115

Merged
ohhalim merged 1 commit into
developfrom
fix/114/ranking-zero-rate-filter
Jul 1, 2026
Merged

fix(ranking): 급상승/급하락 0.0% 변동률 항목 필터링 (#114)#115
ohhalim merged 1 commit into
developfrom
fix/114/ranking-zero-rate-filter

Conversation

@ohhalim

@ohhalim ohhalim commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • getRanking()에서 변동률이 0.0%인 항목을 랭킹에서 제외
  • GAIN 정렬: changeRate > 0 항목만 포함
  • LOSS 정렬: changeRate < 0 항목만 포함

원인

기존 로직은 정렬만 했고 필터링을 하지 않아 0.0% 항목이 포함됨

Test plan

  • 급상승 TOP5에 0.0% 항목 없는지 확인
  • 급하락 TOP5에 0.0% 항목 없는지 확인
  • 변동 없는 기간 선택 시 빈 목록 반환 확인

Closes #114

- GAIN: changeRate > 0 항목만 포함
- LOSS: changeRate < 0 항목만 포함
@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 57 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: c00e0ceb-24af-4911-81b1-6d020e40b904

📥 Commits

Reviewing files that changed from the base of the PR and between 73a7cf0 and 1335688.

📒 Files selected for processing (1)
  • src/main/java/com/membershipflow/course/service/CourseService.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/114/ranking-zero-rate-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.

@ohhalim ohhalim merged commit dfa2d99 into develop Jul 1, 2026
2 checks passed
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.

fix(ranking): 급상승/급하락 0.0% 변동률 항목 랭킹 포함 버그

1 participant