docs: start frontend mvp milestone

This commit is contained in:
user
2026-04-26 18:34:47 +09:00
parent 4bb1d07f94
commit 3493f8b5a5
8 changed files with 225 additions and 18 deletions

View File

@@ -0,0 +1,19 @@
# Change: frontend-mvp
## Why
The backend MVP now exposes the core tutoring loop, but job seekers still need
a web service experience instead of API tooling.
## What Changes
- Serve a web app from the Go backend.
- Add diagnostic practice UI.
- Add learner progress UI.
- Add material ingestion, ontology inspection, and teaching asset prompt UI.
## Impact
- Adds frontend capability requirements.
- Keeps Go backend as the serving boundary for the MVP.
- Does not introduce authentication, persistence, or real image generation.