(fix) Umbau zu SCS

**Backend:**
- Vervollständigen Sie alle Repository-Implementierungen
- Implementieren Sie die Authentifizierung und Autorisierung
- Fügen Sie Validierung für alle API-Endpunkte hinzu
This commit is contained in:
stefan
2025-07-19 18:31:32 +02:00
parent 8c1ddb6cb2
commit 83d0d81193
22 changed files with 134 additions and 152 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ Alle Endpunkte verwenden das gleiche Pattern:
```kotlin
// Validierung durchführen
val validationErrors = ApiValidationUtils.validateXxx(...)
val validationErrors = ApiValidationUtils.validateXxx('...')
if (!ApiValidationUtils.isValid(validationErrors)) {
call.respond(