All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 44s
- Updated the training cancellation controller to accept training group IDs, improving the cancellation process. - Modified the database schema to include a JSON field for training group IDs in the training cancellations table. - Enhanced the TrainingCancellation model to support the new training group IDs field. - Updated the training cancellation service to normalize and handle training group IDs effectively. - Added localization support for training cancellation features across multiple languages, improving user experience.
Mobile App (Native) – Kotlin Multiplatform
Dieses Verzeichnis ist der Neustart der Mobile App als wirklich native Android+iOS App via Kotlin Multiplatform (KMP).
Status
- Der erste Versuch lag vorher in
mobile-app/und wurde als Legacy gesichert. - Ein React-Native/Expo Restart-Versuch liegt in
mobile-app_legacy_rn_expo/(nicht mehr der aktuelle Weg).
Auth (wichtig)
Das Backend nutzt für die App/API JWT Tokens:
POST /api/auth/login→{ token }- Requests senden den Token als Header
authcode: <token>(wie Webapp).
Plan
Siehe docs/MOBILE_APP_KMP_PLAN.md.