Files
tutor-service/.planning/phases/009-material-asset-workspace/009-RESEARCH.md

21 lines
618 B
Markdown
Raw Normal View History

2026-04-26 18:52:16 +09:00
# Phase 9 Research: Material and Asset Workspace
## Findings
The existing APIs are sufficient for a browser proof:
- `POST /api/v1/materials`
- `GET /api/v1/ontology`
- `POST /api/v1/teaching-assets/prompts`
- `GET /api/v1/teaching-assets`
The frontend should make candidate state obvious and preserve evidence in
compact text. A full graph canvas would be premature.
## Recommendation
- Use a text ingestion form.
- Render candidate concepts as selectable options for asset prompt generation.
- Show counts for concepts, edges, gaps, and prompts.
- Show model verification guard in the generated prompt output.