Skip to content

[Fix] 자소서 문항 답변 동시 저장 반영#132

Merged
whc9999 merged 1 commit into
devfrom
fix/sync-question-answer-form
Jul 18, 2026
Merged

[Fix] 자소서 문항 답변 동시 저장 반영#132
whc9999 merged 1 commit into
devfrom
fix/sync-question-answer-form

Conversation

@whc9999

@whc9999 whc9999 commented Jul 18, 2026

Copy link
Copy Markdown
Collaborator

✨ 어떤 이유로 PR를 하셨나요?

  • feature 병합
  • 버그 수정(아래에 issue #를 남겨주세요)
  • 코드 개선
  • 코드 수정
  • 배포
  • 기타(아래에 자세한 내용 기입해주세요)

📋 세부 내용 - 왜 해당 PR이 필요한지 작업 내용을 자세하게 설명해주세요

  • 답변 저장 요청을 문항 목록 기반으로 변경
  • 기존 문항 수정, 신규 문항 생성, 누락 문항 삭제를 한 번에 동기화
  • 문항별 글자수 제한과 답변을 함께 저장하도록 수정
  • 문항 최대 개수와 최소 길이 검증 추가
  • 문항/답변 동시 작성 플로우 테스트 추가

📸 작업 화면 스크린샷

⚠️ PR하기 전에 확인해주세요

  • 로컬테스트를 진행하셨나요?
  • 머지할 브랜치를 확인하셨나요?
  • 관련 label을 선택하셨나요?

🚨 관련 이슈 번호 [ ]

- 답변 저장 요청을 문항 목록 기반으로 변경
- 기존 문항 수정, 신규 문항 생성, 누락 문항 삭제를 한 번에 동기화
- 문항별 글자수 제한과 답변을 함께 저장하도록 수정
- 문항 최대 개수와 최소 길이 검증 추가
- 문항/답변 동시 작성 플로우 테스트 추가
@whc9999 whc9999 self-assigned this Jul 18, 2026
@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 42 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 Plus

Run ID: 5b4f1af3-ef1b-4c7d-bb93-15d35969d33a

📥 Commits

Reviewing files that changed from the base of the PR and between 6778964 and fd97ccf.

📒 Files selected for processing (5)
  • src/main/java/com/jobdri/jobdri_api/domain/analysis/controller/QuestionController.java
  • src/main/java/com/jobdri/jobdri_api/domain/analysis/dto/request/QuestionAnswerSaveRequest.java
  • src/main/java/com/jobdri/jobdri_api/domain/analysis/entity/Question.java
  • src/main/java/com/jobdri/jobdri_api/domain/analysis/service/QuestionService.java
  • src/test/java/com/jobdri/jobdri_api/domain/analysis/service/QuestionServiceTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/sync-question-answer-form

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.

@whc9999
whc9999 merged commit 89093cd into dev Jul 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant