Conversation
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.
✨ PR 유형
Feat
🛠️ 작업 내용
GET /api/v1/recommendations/report추가 — 활성 추천 기준 역량 충족도(현재 / 다음 N개 이수 시 / 전체 3단)·분야별 분석·잔여 과목(전공필수·선택)·다음 액션·집계를 한 묶음으로 반환anchorJobCode쿼리 파라미터로 기준 직무를 바꿔 조회(기본값 = 매칭 1순위) → 보존된 직무별 충족도로 헤드라인 재산출INVALID_ANCHOR_JOB, 활성 추천 없음 → 404RECOMMENDATION_NOT_FOUND📋 추후 진행 상황
📌 리뷰 포인트
AnalysisReportAssembleranchor 분기: 기본 anchor(최고 점수 직무) = 전체 3단 + 다음 액션/배지 / 비기본 = 직무별 현재→전체 2단(중간단 = 현재값, invariant 유지)·다음 액션 빈 배열current ≤ nextActions ≤ expected🔗 관련 이슈
Closes #52
📸 스크린샷
(해당 없음 — 백엔드 API)
✅ 체크리스트
./gradlew spotlessApply로 포매팅 적용./gradlew spotlessCheck통과./gradlew checkstyleMain checkstyleTest통과./gradlew build성공./gradlew test모든 테스트 통과