feat(dashboard): onboarding wizard UI #144

Merged
sharang merged 3 commits from feat/onboarding-wizard into main 2026-07-12 21:28:53 +00:00
3 Commits
Author SHA1 Message Date
Sharang Parnerkar 6d95070f7b style(wizard): rustfmt infrastructure/onboarding.rs
CI / Check (pull_request) Successful in 5m37s
CI / Detect Changes (pull_request) Has been skipped
CI / Deploy Agent (pull_request) Has been skipped
CI / Deploy Dashboard (pull_request) Has been skipped
CI / Deploy Docs (pull_request) Has been skipped
CI / Deploy MCP (pull_request) Has been skipped
2026-07-12 23:16:17 +02:00
Sharang ParnerkarandClaude Fable 5 616e97ff71 feat(dashboard): onboarding wizard UI (#123-127)
CI / Check (pull_request) Failing after 1m34s
CI / Detect Changes (pull_request) Has been skipped
CI / Deploy Agent (pull_request) Has been skipped
CI / Deploy Dashboard (pull_request) Has been skipped
CI / Deploy Docs (pull_request) Has been skipped
CI / Deploy MCP (pull_request) Has been skipped
A dedicated multi-step onboarding flow at /onboard (new "Onboard" sidebar entry),
wired to the #131 target endpoints:
- Step 1 — target type: card grid of the 9 families + name.
- Step 2 — artifacts: type-aware add-a-row form (git/live-url/firmware/mobile/
  container/PLC/archive/text) with a removable list.
- Step 3 — review: summary of type + artifacts.
- Step 4 — done: creates the target, runs kind-based detection, and shows the
  applicable-scans matrix (default-on / blocked with rationale).

Server fns in infrastructure/onboarding.rs proxy to /api/v1/targets (create,
detect, applicable-scans). Compiles clean under both --features web and
--features server; fmt + clippy -D warnings pass.

Full scan-selection toggling and a "launch scan" action are follow-ups (launch
needs the unified pipeline, #133).

Closes #123, #124, #125. Refs #126, #127, #118.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 22:34:42 +02:00
Sharang Parnerkar 6e3c42a14d wip(wizard): onboarding server fns (infrastructure/onboarding.rs) 2026-07-12 22:15:21 +02:00