|
|
e0828677a4
|
feat(wizard): Vue onboarding wizard — all 7 steps + router wiring
- WizardLayout.vue: full-page card, progress bar, crash-recovery via
loadStatus(isCloud); auto-skips steps 1/2/5 in cloud mode
- wizard.css: shared step styles (headings, banners, radio cards,
chip lists, form fields, expandables, nav buttons)
- Step 1 — Hardware: GPU detection, profile select, mismatch warning
- Step 2 — Tier: Free/Paid/Premium radio cards
- Step 3 — Resume: upload (PDF/DOCX/ODT) or manual experience builder;
pre-fills identity fields from parsed resume data
- Step 4 — Identity: name/email/phone/LinkedIn/career summary;
full validation before saveStep
- Step 5 — Inference: remote API keys vs local Ollama; advanced
service-host/port expandable; soft-fail connection test
- Step 6 — Search: chip-style job title + location input with
comma/Enter commit; remote-only checkbox
- Step 7 — Integrations: optional tile-grid (Notion/Calendar/Slack/
Discord/Drive); paid-tier badge for gated items; calls
wizard.complete() on Finish
- wizard.ts Pinia store: loadStatus, detectHardware, saveStep,
testInference, complete; cloud auto-skip logic
- wizardGuard.ts: gates all routes behind /setup until
wizard_complete; redirects complete users away from /setup
- router/index.ts: /setup nested route tree; unified beforeEach guard
(wizard gate → setup branch → settings tier gate)
- App.vue: hide AppNav + strip sidebar margin on /setup routes
|
2026-04-02 18:11:57 -07:00 |
|