DeutschLernen/GermanApp/Application/Services
Lasse Rune Hansen be8c58671d feat(backend/application): add DTOs and services for Lesson Management
- Created LevelDto.cs with LevelDto, CreateLevelDto, UpdateLevelDto
- Created UserProgressDto.cs with UserProgressDto, UpdateUserProgressDto, LevelCompletionDto
- Created LevelService.cs with CRUD operations for CEFR levels
- Created LessonService.cs with CRUD operations and filtering by level
- Created ProgressService.cs with user progress tracking, completion percentage, and lesson unlocking logic
- Registered all new services in Program.cs
- Fixed UserProgressDto ToEntity/UpdateFromDto to use domain entity methods

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-08 20:51:38 +02:00
..
LessonService.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00
LevelService.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00
ProgressService.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00