DeutschLernen/GermanApp/Application
Lasse Rune Hansen a6021fb148
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(backend/validation): add FluentValidation for DTOs and update controllers
- Add FluentValidation.AspNetCore package
- Create LevelValidators (CreateLevelValidator, UpdateLevelValidator)
- Create LessonValidators (CreateLessonValidator, UpdateLessonValidator)
- Register FluentValidation in Program.cs with auto-validation
- Update LevelsController and LessonsController to use IActionResult
- Make service methods virtual for Moq testing compatibility
- Add 26 integration tests for LevelsController (13 tests)
- Add 34 integration tests for LessonsController (17 tests)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-09 17:35:14 +02:00
..
DTOs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00
Interfaces feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
Services feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
UseCases/Commands fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00