docs(15-01): complete ux-driver-upload-feedback-fix plan

- SUMMARY.md created: one-line fix, two new tests, full suite green
- STATE.md updated: Phase 15 complete, decisions logged
- ROADMAP.md: Phase 15 marked 1/1 Complete 2026-04-16

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 16:35:16 +02:00
co-authored by Claude Sonnet 4.6
parent 409d43bd75
commit b8f10107d2
7 changed files with 722 additions and 17 deletions
+12
View File
@@ -109,6 +109,7 @@ Full details: [`milestones/v1.0-ROADMAP.md`](milestones/v1.0-ROADMAP.md)
| 9. UX Tech Debt Closure | 3/3 | Complete | 2026-04-13 | 2026-04-13 |
| 10. Real-World Runtime Validation | v1.1 | 3/3 | Complete | 2026-04-13 |
| 11. UI Enhancements | 4/4 | Complete | 2026-04-15 | |
| 15. UX Driver Upload Feedback Fix | v1.1 | 1/1 | Complete | 2026-04-16 |
### Phase 12: i18n bugfixes — full translation coverage and browser language auto-detection
@@ -120,3 +121,14 @@ Full details: [`milestones/v1.0-ROADMAP.md`](milestones/v1.0-ROADMAP.md)
Plans:
- [ ] 12-01-PLAN.md — Browser language auto-detection (navigator.language fallback) + fix test_port_autofill E2E
- [ ] 12-02-PLAN.md — Full template i18n coverage: wire all hardcoded strings across 13 templates to Alpine i18n store
### Phase 15: UX Driver Upload Feedback Fix
**Goal:** Make the driver upload success feedback visible on /printers/new so technicians see confirmation after uploading a driver.
**Depends on:** Phase 9 (UX-01 OOB wiring), Phase 11 (/printers/new page)
**Requirements:** UX-01 (integration gap closure)
**Gap Closure:** Closes integration gap from v1.1 audit — OOB primary swap target `#driver-list` is hidden, upload confirmation feedback invisible despite dropdown refresh working correctly.
**Success Criteria** (what must be TRUE):
1. After uploading a driver on /printers/new, the upload success feedback (driver name + confirmation) is visible on the page
2. The DriverDesc dropdown still refreshes correctly via OOB swap (no regression)
**Plans:** 1 plan
- [x] 15-01-PLAN.md — Fix hidden #driver-list div on /printers/new + smoke-test upload feedback visible (UX-01 integration gap)