From 8e05c2b6e2cc5c517ccd85f02d9125c665f38c1a Mon Sep 17 00:00:00 2001 From: Lasse Rune Hansen Date: Mon, 8 Jun 2026 17:46:08 +0200 Subject: [PATCH] docs(roadmap): update Feature 2.1 status to show Phase 1 completion - Updated Lesson Management feature status to show Phase 1: DB & Models completed Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- docs/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index e5714eb..8aa2e73 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -91,7 +91,7 @@ Implement the core backend functionality, including lesson management, AI servic ### Features | # | Feature | Description | Hours | Status | Dependencies | |---|---------|-------------|-------|--------|--------------| -| 2.1 | [Lesson Management](features/lesson-management.md) | Lessons, levels, progress tracking | 10-16h | 🚀 In Progress | Phase 1 | +| 2.1 | [Lesson Management](features/lesson-management.md) | Lessons, levels, progress tracking | 10-16h | 🚀 In Progress (Phase 1: DB & Models ✅) | Phase 1 | | 2.2 | [AI Services](features/ai-services.md) | Mistral, Vosk, Coqui TTS integration | 10-16h | ⏳ Planned | Phase 1 | | 2.3 | [Vocabulary System](features/vocabulary-system.md) | Word storage, audio, import | 8-12h | ⏳ Planned | Phase 1, 2.1 | | 2.4 | [Quiz System](features/quiz-system.md) | Multiple question types, scoring | 6-10h | ⏳ Planned | Phase 1, 2.1 |