feat: show learning progress in web app
This commit is contained in:
34
.planning/phases/008-learning-progress-view/008-CONTEXT.md
Normal file
34
.planning/phases/008-learning-progress-view/008-CONTEXT.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Phase 8 Context: Learning Progress View
|
||||
|
||||
**Status:** Ready for execution
|
||||
**Started:** 2026-04-26
|
||||
|
||||
## Goal
|
||||
|
||||
Show evidence-backed learning progress in the web app after diagnostic
|
||||
practice.
|
||||
|
||||
## Requirements
|
||||
|
||||
- WEB-04: User can see learner memory, readiness, and next challenge after
|
||||
answering.
|
||||
|
||||
## Inputs
|
||||
|
||||
- Phase 7 web app shell.
|
||||
- Existing backend endpoints:
|
||||
- `GET /api/v1/learners/{userID}/memory`
|
||||
- `GET /api/v1/learners/{userID}/readiness-map`
|
||||
- `GET /api/v1/learners/{userID}/next-challenge`
|
||||
|
||||
## UX Direction
|
||||
|
||||
Keep progress in the right-side context column so the answer workspace remains
|
||||
centered. The user should see the loop close immediately: answer, feedback,
|
||||
memory, readiness, next challenge.
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- Full graph visualization.
|
||||
- Historical readiness timeline.
|
||||
- Editing learner memory.
|
||||
Reference in New Issue
Block a user