Conversation
AnswerPersonalityType에 STIMULATING_ADVENTURER(자극모험형), RATIONAL_REALIST(이성중심형) 추가로 4종 → 6종 확장. DatingExamSubmitResult에 유형별 카운트 컬럼 2개 및 우세유형 계산 로직 확장, DominantPersonalityTypeResponse 응답 필드 추가, V17 마이그레이션으로 DB 컬럼 추가. 동점 시 기존 유형(작은 ordinal) 우선 규칙은 유지.
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 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 |
Test results816 tests 816 ✅ 17s ⏱️ Results for commit f83db42. |
개요
가치관 테스트 성격 유형을 4종 → 6종으로 확장합니다.
변경 사항
AnswerPersonalityType에STIMULATING_ADVENTURER(자극모험형),RATIONAL_REALIST(이성중심형) 추가DatingExamSubmitResult: 유형별 카운트 컬럼 2개 추가,addCounts/recalculateDominant확장 — 동점 시 기존 유형(작은 ordinal) 우선 규칙 유지DominantPersonalityTypeResponse: 카운트 필드 2개 추가V17__add_new_personality_type_counts.sql:dating_exam_submit_result에 컬럼 2개 추가검증
DatingExamSubmitResultTest통과 (신규 유형 우세/동점 케이스 테스트 추가)Closes #453