feat: show learning progress in web app

This commit is contained in:
user
2026-04-26 18:41:13 +09:00
parent ce38189f33
commit 7866f6dcb3
12 changed files with 245 additions and 6 deletions

View File

@@ -0,0 +1,33 @@
# Phase 8 Summary
**Status:** Complete
**Completed:** 2026-04-26
## Delivered
- Added learning progress region to the web app right context pane.
- Added manual progress refresh action.
- After answer submission, the app fetches learner memory, readiness map, and
next challenge.
- Rendered readiness percentage, concept mastery states, and recommended next
challenge.
- Added frontend asset test coverage for progress API wiring.
## Verification
```powershell
gofmt -w cmd internal
go test ./...
openspec validate frontend-mvp --strict
```
Additional smoke check:
- Submitted a diagnostic answer, then verified learner memory, readiness, and
next challenge APIs returned progress consumed by the app script.
## Deferred
- Browser screenshot audit.
- Charts and historical progress.
- Editable learner memory.