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
🛠️ 작업 내용
앱 → Spring Backend → AI 중계 서버 흐름으로 추천 직무 기준 큐레이션 브리핑 카드를 중계하는
GET /api/v1/briefings추가.POST /api/v1/ai/briefing) 요청/응답 mirror —AiBriefingRequest({job_ids}snake_case),AiBriefingResponse(briefings[].{job_id,job_name,headline,summary,skills,sources[]}),published_at → publishedAt매핑, 미지 필드 무시aiRelayWebClient로 호출, 실패/envelope null/!success 시AI_RELAY_ERROR(502) — 기존AiRecommendClient/ChatbotClient동형RECOMMENDATION_NOT_FOUND(404)code/name하우스 컨벤션)@AuthenticationPrincipal로 userId 추출,SecurityConfig의anyRequest().authenticated()로 보호 (별도 변경 불필요)📋 추후 진행 상황
(해당 없음)
📌 리뷰 포인트
BriefingService.jobCodesByScoreDesc— 적합도 내림차순 +LinkedHashSet중복 제거 순서, null job/code 방어AiBriefingEnvelopeContractTest가 실 응답 역직렬화 검증)🔗 관련 이슈
Closes #55
📸 스크린샷
(해당 없음)
✅ 체크리스트