feat(feedback): 답변평가 재활용 + 근거 채점 + 피드백 화면 본구현#65
Merged
Conversation
세션 피드백 데이터 파이프라인은 있었으나 ① 꼬리질문 답변평가가 저장 안 돼 재활용 불가 ② 점수에 근거 없음 ③ 피드백 화면이 stub 였던 문제를 해결한다. Core: - V10: interview_messages 에 answer_specificity/logic/structure/correctness 컬럼(nullable) - InterviewMessage.recordAnswerEvaluation(...) - QuestionsCallbackPayload 에 answerMessageId 추가 → applyFollowup 이 답변 메시지에 평가 영속 - GenerateFeedbackPayload.MessageItem 에 evaluation 추가, SessionFeedbackRequester 가 답변별 평가 동봉 AI: - FollowupCallbackPayload 에 answer_message_id echo - FeedbackMessageItem 에 evaluation(MessageEvaluation) 추가 - feedback_consumer transcript 에 답변별 평가 주입 - 피드백 프롬프트: 평가 롤업(재평가 금지) + 점수 전 구조화 reasoning + strengths/weaknesses 에 근거 명시 Front: - features/feedback 본구현(api/model/ui): useFeedback(생성중 404 polling), FeedbackReport, ScoreBar - SessionFeedbackPage stub → 점수·강약점·키워드 리포트 + 생성중/에러 상태 테스트: AI 210 passed, backend QuestionsCallbackServiceTest 통과(평가 영속 검증), 프론트 build 통과. openapi/generated.ts 불변(FeedbackResponse 스키마 유지). PDF/히스토리/공유는 다음 작업. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
세션 피드백 데이터 파이프라인은 있었으나 ① 꼬리질문 답변평가가 저장 안 돼 재활용
불가 ② 점수에 근거 없음 ③ 피드백 화면이 stub 였던 문제를 해결한다.
Core:
AI:
Front:
테스트: AI 210 passed, backend QuestionsCallbackServiceTest 통과(평가 영속 검증), 프론트 build 통과. openapi/generated.ts 불변(FeedbackResponse 스키마 유지). PDF/히스토리/공유는 다음 작업.
변경 사항