You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
한 면접 세션에서 여러 직군 질문을 함께 출제할 수 있게 한다. 모드는
단일 유지. 기존 interview_sessions.job_category 는 대표 직군(첫 선택)으로
유지해 하위호환, 전체 직군은 session_job_categories(V14)에 저장.
- DB: session_job_categories 테이블 + 기존 행 백필.
- Core: InterviewSession.jobCategories(@ElementCollection), 요청/커맨드/이벤트/
payload/응답을 직군 리스트로 확장(대표 직군 병행 노출). 규칙 제목도
다중 직군("프론트엔드·백엔드 기술 면접")으로.
- AI: generate.questions job_categories 리스트 + 프롬프트 균형 분배 지시.
- FE: CheckboxCardGroup 신규, JobCategorySelector 다중화, 셋업 폼/히스토리
카드 반영, OpenAPI 타입 재생성.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments