All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 44s
- Added backend support for managing friendly matches including listing, creating, updating, and deleting matches. - Introduced a new database table `friendly_match` with relevant fields for match details. - Created a service layer to handle business logic related to friendly matches. - Developed API routes for friendly match operations with appropriate authentication and authorization. - Added a Vue component for managing participants in friendly matches, allowing selection of members and manual entry of names. - Updated existing tournament editor screens to integrate friendly match functionalities.
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.