[Vue] Interviews: rejected jobs analytics section missing
Implemented. InterviewsView now has a collapsible Rejected (N) section below the kanban. Includes stats chips per rejection stage and a flat job list with stage badge and date. Driven entirely by…
[Vue] Interviews: email thread modal and draft reply missing
Implemented. InterviewPrepView Email tab now has a Log Contact form at the bottom (direction select, subject, from/to, body). POSTs to new POST /api/jobs/{id}/contacts endpoint and refreshes the…
[Vue] Interview Prep: Practice Q&A (mock interview) and Call Notes missing
[Vue] Interviews: interview date picker and calendar push missing
[Vue] Interviews: email thread modal and draft reply missing
[Vue] Interviews: interview date picker and calendar push missing
Implemented. InterviewCard.vue now has an inline datetime-local picker on phone_screen/interviewing cards (saves via PATCH /api/jobs/{id}/interview_date). Calendar push button calls POST…
test: wire cf-orch agent registration into compose stack
test: wire cf-orch agent registration into compose stack
Implemented. Changes:
- Added
cf-orch-agentservice tocompose.ymlon GPU profiles (single-gpu,dual-gpu-*) - Startup wrapper at
docker/cf-orch-agent/start.sh— conditionally adds…
Contacts manager: standalone view with dedup/merge strategy
Messaging tab: email/comms hub with Osprey IVR/voice integration for nonverbal users
ATS resume rewriter: section-by-section rewrite to resume.yaml to template, with skill confirmation UX
Decisions locked:
- resume.yaml scope: per-job. Each application gets its own tailored copy stored in the DB (new column on jobs or a dedicated resume_drafts table). A history/archive view…
ATS resume rewriter: section-by-section rewrite to resume.yaml to template, with skill confirmation UX
cf-core: pipeline crystallization engine — FPGA→ASIC LLM path promotion
Vue SPA: demo mode support
Vue SPA: demo mode support
Implemented in 6115a68.
What landed:
useToast.ts— global reactive toast singleton (module-level ref, no Pinia needed)App.vue— sticky demo banner ("👁 Demo mode — changes…
feat: wire Forgejo Actions CI/CD workflows (#22)