[JDDEV-70] [JDDEV-69] 결과 페이지 구현#63
Merged
Merged
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR implements a complete result analysis page for applicant assessments. It adds server-side routing, API data models with auth-protected fetch helpers, and a hierarchical UI displaying test scores, detailed question analysis with text highlighting, and improvement suggestions. ChangesApply Result Analysis Page
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced May 22, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 관련 이슈
📝 개요
⌨️ 작업 상세 내용
결과 페이지 UI 구성
ApplyResult— 전체 레이아웃 (Trybar + Sidebar + 콘텐츠 영역)Trybar— 몇 번째 시도인지 표시 (sequence API 연동)Sidebar/SidebarItem— 개요 / 개선안 상세 토글, 문항별 sub 아이템OverviewSection— 총점 원형 그래프 + 피드백 + 3개 요약 카드ScoreCircle— SVG stroke-dashoffset 기반 원형 점수 그래프Alret— 점수 기준 경고/완료 아이콘 + 메시지SummaryCard— 직무적합도 / 성과구체성 / 완성도 카드 (60점 이하 빨간색)개선안 상세 (DetailSection)
DetailAnnotationPanel— reason / sentence / 개선 예시highlightStyles.ts—proven/mentioned/fabricated상태별 default · selected 스타일 분리색상 토큰 추가 (
color.css)green-150#F3F9E5green-700#50B100pink-100#FFEFFBpink-200#FFE1F8pink-400#FF29D1ChipTag 상태 추가
proven(적절함) /mentioned(신뢰성 부족) /fabricated(구체성 부족) 뱃지API 연동 수정
saveApply요청 바디 오류 수정 (answers배열 정상 전송)fetchSelectedQuestionsindex 기반 ID 매핑 →analysis.questions인덱스 조회로 통일h-screen→h-full, 헤더 영역 제외)💡 코드 설명 및 참고사항
🔗 연관 API
GET /api/mock-applies/{id}/analysisGET /api/mock-applies/{id}/sequenceGET /api/mock-applies/{id}/questionsPATCH /api/mock-applies/{id}/answers📸 스크린샷 (UI 변경 시)
🔍 리뷰 요구사항 (Reviewers)
Summary by CodeRabbit