feat(history): 세션 히스토리 화면 — 지난 면접 목록 + 점수 추이 (프론트 전용)#66
Merged
Conversation
세션 종료 후 피드백 1회만 보고 끝나던 것을, 지난 면접을 모아 보는 /history 신설. 백엔드는 이미 준비됨(GET /api/sessions, /api/users/me/stats) → 프론트만 구현. - shared/ui/ScoreBar 로 승격(feedback·history 공용, FSD feature 간 import 회피), feedback FeedbackReport import 수정 - shared/utils/date.formatDate (Intl 없이 YYYY.MM.DD) - features/history: historyApi(listSessions/getUserStats), useSessions/useUserStats, StatsSummary(총/완료 수 + 평균 ScoreBar), ScoreTrend(최근 점수 inline 막대, 라이브러리 X), SessionCard(완료 시 피드백 화면 링크), SessionHistoryList(4-state) - pages/History + /history 라우트(RequireAuth) + SiteNav 히스토리 링크 - 상세는 기존 /sessions/:id/feedback 재사용(별도 페이지 X) 검증: npm run build(tsc+vite) 통과, lint 클린. 백엔드/DB/openapi 무변경. 범위 밖(다음): 목록 페이지네이션, 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.
세션 종료 후 피드백 1회만 보고 끝나던 것을, 지난 면접을 모아 보는 /history 신설. 백엔드는 이미 준비됨(GET /api/sessions, /api/users/me/stats) → 프론트만 구현.
검증: npm run build(tsc+vite) 통과, lint 클린. 백엔드/DB/openapi 무변경.
범위 밖(다음): 목록 페이지네이션, PDF, 공유.
변경 사항