Skip to content

[Feat] 매칭 점수 계산 및 저장 로직 구현#174

Merged
romdyfo merged 3 commits into
mainfrom
develop
Jun 8, 2026
Merged

[Feat] 매칭 점수 계산 및 저장 로직 구현#174
romdyfo merged 3 commits into
mainfrom
develop

Conversation

@romdyfo

@romdyfo romdyfo commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

🔗 관련 이슈

관련된 이슈 번호를 적어주세요.
172
closes #172

📌 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요.

  • 매칭 점수 계산 및 저장 로직 구현

🧪 테스트 결과

Postman 스크린샷, 테스트 통과 여부 등을 첨부해주세요.

📸 스크린샷 (선택)

필요시 스크린샷을 첨부해주세요.

📎 참고 사항 (선택)

리뷰어에게 전달할 내용이 있다면 작성해주세요.

@romdyfo romdyfo self-assigned this Jun 8, 2026
@romdyfo romdyfo added the ✨Feature 기능 개발 label Jun 8, 2026
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@romdyfo, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 33 minutes and 28 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

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.

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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 494b4a39-ca7b-4f29-b830-2fc2d3f36075

📥 Commits

Reviewing files that changed from the base of the PR and between 1a3a596 and ec1da6b.

📒 Files selected for processing (5)
  • src/main/java/com/capstone/pickIt/api/course/service/MatchScoreService.java
  • src/main/java/com/capstone/pickIt/api/user/service/MypageCourseService.java
  • src/main/java/com/capstone/pickIt/api/user/service/UserDefaultTraitService.java
  • src/main/java/com/capstone/pickIt/domain/matching/entity/MatchScore.java
  • src/main/java/com/capstone/pickIt/domain/matching/repository/MatchScoreRepository.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

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.

@romdyfo romdyfo merged commit 41d6ceb into main Jun 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨Feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 매칭 점수 계산 및 저장 로직 구현

1 participant