All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 45s
- Refactored the TrainingStatsView to implement collapsible sections for better organization of training statistics. - Added new localization keys for training statistics panels in both German and English. - Updated the mobile app's TrainingStatsScreen to utilize the new collapsible panel structure, improving user experience. - Enhanced the MembersManager to merge training statistics into member data, providing a comprehensive view of member participation. - Introduced new API methods for quick updates and transfers of member data, streamlining member management processes.
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.