DeutschLernen/Tests/Unit
Lasse Rune Hansen 9215ed7a05 feat(backend/application): Complete Lesson Management feature implementation
- Integrated Quiz completion with ProgressService: when a quiz is passed (>=80%), the associated lesson is automatically marked as completed
- Created LessonUnlockService for centralized lesson unlocking business logic
- Created LevelCompletionCalculator for calculating level completion metrics
- Registered new services in Program.cs DI container
- Updated QuizQuestionService to include ProgressService dependency
- Updated documentation (ROADMAP.md, lesson-management.md) to reflect completion
- Fixed QuizQuestionServiceTests to work with updated dependencies

All tests pass (296 total: 148 unit + 148 integration).

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 09:34:42 +02:00
..
Application/Services feat(backend/application): Complete Lesson Management feature implementation 2026-06-13 09:34:42 +02:00
Domain/Entities feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
Infrastructure/Services test(backend/infrastructure): add unit tests for MistralConnector 2026-06-09 20:00:14 +02:00