DeutschLernen/GermanApp/Presentation/Controllers
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
..
AuthController.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
LessonsController.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
LevelsController.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00