docs(03-00): complete Wave 0 test stubs plan

This commit is contained in:
2026-03-11 22:33:30 +01:00
parent 4fc63893b8
commit 7c657c1004
3 changed files with 137 additions and 21 deletions

View File

@@ -31,17 +31,17 @@ Requirements for this milestone. Each maps to roadmap phases.
### Interaction Quality
- [ ] **IXTN-01**: Form submit buttons show a spinner during async operations (login, register, budget create/edit)
- [ ] **IXTN-02**: Inline-editable rows show a pencil icon on hover as an edit affordance
- [ ] **IXTN-03**: Inline edit saves show a brief visual confirmation (row background flash)
- [x] **IXTN-01**: Form submit buttons show a spinner during async operations (login, register, budget create/edit)
- [x] **IXTN-02**: Inline-editable rows show a pencil icon on hover as an edit affordance
- [x] **IXTN-03**: Inline edit saves show a brief visual confirmation (row background flash)
- [ ] **IXTN-04**: Chart tooltips display values formatted with the budget's currency
- [ ] **IXTN-05**: Category deletion triggers a confirmation dialog before executing
- [x] **IXTN-05**: Category deletion triggers a confirmation dialog before executing
### Empty & Loading States
- [ ] **STATE-01**: Dashboard shows a designed empty state with CTA when user has no budgets
- [ ] **STATE-02**: Categories page shows a designed empty state with create CTA when no categories exist
- [ ] **STATE-03**: Loading skeletons are styled with pastel-tinted backgrounds matching section colors
- [x] **STATE-01**: Dashboard shows a designed empty state with CTA when user has no budgets
- [x] **STATE-02**: Categories page shows a designed empty state with create CTA when no categories exist
- [x] **STATE-03**: Loading skeletons are styled with pastel-tinted backgrounds matching section colors
### Bug Fixes
@@ -103,13 +103,13 @@ Which phases cover which requirements. Updated during roadmap creation.
| NAV-02 | Phase 2 | Complete |
| NAV-03 | Phase 2 | Complete |
| NAV-04 | Phase 2 | Complete |
| IXTN-01 | Phase 3 | Pending |
| IXTN-02 | Phase 3 | Pending |
| IXTN-03 | Phase 3 | Pending |
| IXTN-05 | Phase 3 | Pending |
| STATE-01 | Phase 3 | Pending |
| STATE-02 | Phase 3 | Pending |
| STATE-03 | Phase 3 | Pending |
| IXTN-01 | Phase 3 | Complete |
| IXTN-02 | Phase 3 | Complete |
| IXTN-03 | Phase 3 | Complete |
| IXTN-05 | Phase 3 | Complete |
| STATE-01 | Phase 3 | Complete |
| STATE-02 | Phase 3 | Complete |
| STATE-03 | Phase 3 | Complete |
| IXTN-04 | Phase 4 | Pending |
| FIX-01 | Phase 4 | Pending |