Skip to content

feat(datingexam): 가치관 테스트 유형 2개 추가 (#453) - #456

Merged
stemmmm merged 1 commit into
developfrom
feat/453
Jul 20, 2026
Merged

feat(datingexam): 가치관 테스트 유형 2개 추가 (#453)#456
stemmmm merged 1 commit into
developfrom
feat/453

Conversation

@stemmmm

@stemmmm stemmmm commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

개요

가치관 테스트 성격 유형을 4종 → 6종으로 확장합니다.

변경 사항

  • AnswerPersonalityTypeSTIMULATING_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

AnswerPersonalityType에 STIMULATING_ADVENTURER(자극모험형),
RATIONAL_REALIST(이성중심형) 추가로 4종 → 6종 확장.
DatingExamSubmitResult에 유형별 카운트 컬럼 2개 및 우세유형 계산 로직 확장,
DominantPersonalityTypeResponse 응답 필드 추가, V17 마이그레이션으로 DB 컬럼 추가.
동점 시 기존 유형(작은 ordinal) 우선 규칙은 유지.
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 59 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1ff5ab06-bf4e-4303-a22e-8a96a1c394d6

📥 Commits

Reviewing files that changed from the base of the PR and between b6410de and f83db42.

📒 Files selected for processing (5)
  • src/main/java/deepple/deepple/datingexam/application/dto/DominantPersonalityTypeResponse.java
  • src/main/java/deepple/deepple/datingexam/domain/AnswerPersonalityType.java
  • src/main/java/deepple/deepple/datingexam/domain/DatingExamSubmitResult.java
  • src/main/resources/db/migration/V17__add_new_personality_type_counts.sql
  • src/test/java/deepple/deepple/datingexam/domain/DatingExamSubmitResultTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/453

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.

@github-actions

Copy link
Copy Markdown

Test results

816 tests   816 ✅  17s ⏱️
246 suites    0 💤
246 files      0 ❌

Results for commit f83db42.

@stemmmm
stemmmm merged commit cc7b15e into develop Jul 20, 2026
4 checks passed
@stemmmm
stemmmm deleted the feat/453 branch July 20, 2026 03:46
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.

1 participant