All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 44s
- Updated TODO.md to outline the new planning phase for Android, aligning it with existing web functionalities for team management. - Refactored AppDependencies to include TeamDocumentsApi, improving API integration for team-related documents. - Replaced MobileTeamsScreen with TeamManagementScreen in ClubStammdatenScreens for better navigation. - Enhanced TeamManagementScreen with improved state management and UI updates for team editing and data loading. - Added new API methods in ClubTeamsApi for managing team lineups, supporting better team planning and organization. - Introduced new methods in MatchesApi and MyTischtennisApi to enhance match and team data handling.
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.