feat: add diagnostic web app shell

This commit is contained in:
user
2026-04-26 18:39:09 +09:00
parent 3493f8b5a5
commit ce38189f33
15 changed files with 763 additions and 9 deletions

View File

@@ -70,10 +70,10 @@ interview-ready after each short practice loop.
### Frontend MVP
- [ ] **WEB-01**: User can open a web app served by the Go service.
- [ ] **WEB-02**: User can create a diagnostic interview session from the web
- [x] **WEB-01**: User can open a web app served by the Go service.
- [x] **WEB-02**: User can create a diagnostic interview session from the web
app.
- [ ] **WEB-03**: User can answer a diagnostic question and see rubric feedback.
- [x] **WEB-03**: User can answer a diagnostic question and see rubric feedback.
- [ ] **WEB-04**: User can see learner memory, readiness, and next challenge
after answering.
- [ ] **WEB-05**: Operator can ingest source material from the web app.
@@ -116,7 +116,7 @@ interview-ready after each short practice loop.
| PROG-01..PROG-05 | Phase 4 | Complete |
| ONTO-01..ONTO-04 | Phase 5 | Complete |
| ASSET-01..ASSET-03 | Phase 6 | Complete |
| WEB-01..WEB-03 | Phase 7 | Pending |
| WEB-01..WEB-03 | Phase 7 | Complete |
| WEB-04 | Phase 8 | Pending |
| WEB-05..WEB-08 | Phase 9 | Pending |
@@ -128,4 +128,4 @@ interview-ready after each short practice loop.
---
*Requirements defined: 2026-04-26*
*Last updated: 2026-04-26 after v2 Frontend MVP milestone start.*
*Last updated: 2026-04-26 after Phase 7 execution.*