docs(05-03): complete act()-warning elimination plan

- SUMMARY.md: userEvent v14 migration + vi.useFakeTimers() for ReviewStep
- STATE.md: advanced to completed 05-03, added patterns as decisions
- ROADMAP.md: phase 5 now 4/4 plans complete (Complete status)
- REQUIREMENTS.md: TECH-05 marked complete
This commit is contained in:
2026-03-30 11:44:59 +02:00
parent 913cbe836e
commit 53bbd00533
10 changed files with 1750 additions and 12 deletions
+9 -6
View File
@@ -3,14 +3,14 @@ gsd_state_version: 1.0
milestone: v1.1
milestone_name: Backlog & Tech Debt
status: planning
stopped_at: Completed 05-tech-debt 05-01-PLAN.md
last_updated: "2026-03-30T07:39:32.011Z"
stopped_at: Completed 05-tech-debt 05-03-PLAN.md
last_updated: "2026-03-30T07:44:48.651Z"
last_activity: 2026-03-27 — v1.1 roadmap created, 11 requirements mapped across 3 phases
progress:
total_phases: 3
completed_phases: 0
completed_phases: 1
total_plans: 4
completed_plans: 3
completed_plans: 4
percent: 0
---
@@ -51,6 +51,7 @@ Progress: [░░░░░░░░░░] 0% (v1.1)
| Phase 05-tech-debt P00 | 3 | 2 tasks | 2 files |
| Phase 05-tech-debt P02 | 4min | 1 tasks | 1 files |
| Phase 05-tech-debt P01 | 5 | 2 tasks | 4 files |
| Phase 05-tech-debt P03 | 3 | 2 tasks | 2 files |
## Accumulated Context
@@ -68,6 +69,8 @@ Recent decisions affecting v1.1 work:
- [Phase 05-tech-debt]: Unmount OutputBlocks entirely (conditional render with &&) not CSS hidden — avoids stale component state when toggling scriptTargets
- [Phase 05-tech-debt]: Keep useMemo calls for all scripts even when OutputBlocks hidden — ZIP handler always needs the content for dynamic bundle building
- [Phase 05-tech-debt]: BACKEND_REGISTRY shape enriched to { displayName, description, fields } — registry is single source of truth for display AND field data; BackendSelectionStep wired via Object.entries(BACKEND_REGISTRY)
- [Phase 05-tech-debt]: userEvent.setup() per test body pattern established — replaces fireEvent for async React state interactions
- [Phase 05-tech-debt]: vi.useFakeTimers() in beforeEach + vi.useRealTimers() in afterEach pattern established for suppressing setTimeout act() warnings
### Pending Todos
@@ -82,6 +85,6 @@ None yet.
## Session Continuity
Last session: 2026-03-30T07:39:32.005Z
Stopped at: Completed 05-tech-debt 05-01-PLAN.md
Last session: 2026-03-30T07:44:48.644Z
Stopped at: Completed 05-tech-debt 05-03-PLAN.md
Resume file: None