DeutschLernen/GermanApp/Application/DTOs
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
..
Auth feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
LessonDto.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
LevelDto.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00
UserProgressDto.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00