state-hub/dashboard
tegwick 1f1da56533 feat(suggestions): full suggestion workflow with per-step notes
DB migration h5c6d7e8f9a0:
- Extends tdstatus enum: submitted → analyse → plan → implement →
  test → review → finished (+ wont_fix remains)
- New td_notes table: td_id FK (CASCADE), step, author, content, created_at

API:
- TDNote model + TDNoteCreate/TDNoteRead schemas
- TDRead includes notes[] (selectin loaded)
- New routes: GET/POST /technical-debt/{id}/notes/
- list_td status filter accepts str (all enum values)

Modal: new submissions use status="submitted" instead of "open"

UI Feedback page revamp:
- Visual step-by-step stepper (submitted→analyse→plan→implement→test→review→finished)
- Per-step notes: view all notes, add note inline
- Action buttons: advance to next step, won't fix
- Review step highlighted as awaiting original suggester confirmation
- Closed items (finished/wont_fix) shown with last 2 notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 00:57:34 +01:00
..
src feat(suggestions): full suggestion workflow with per-step notes 2026-03-18 00:57:34 +01:00
observablehq.config.js fix(dashboard): inline improvement modal script via readFileSync in config 2026-03-18 00:32:54 +01:00
package-lock.json Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
package.json Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00