Files
trainingstagebuch/mobile-app
Torsten Schulz (local) 9be5f50ede
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 43s
feat(TODO): update phases for orders, billing, and calendar features
- Marked orders and billing tasks as complete in the TODO list, detailing the associated components and APIs.
- Introduced a new phase for calendar features, outlining tasks for navigation, data loading, and event management.
- Enhanced the AppDependencies to include BillingApi and MemberOrdersApi for improved billing and order management.
- Updated AppRoot and SettingsScreen to incorporate billing and orders sections, enhancing user navigation and functionality.
2026-05-13 00:19:30 +02:00
..

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.