Some checks failed
Build and Push Docker Images / verify-docs-sync (push) Successful in 8s
Build and Push Docker Images / build-backend (push) Successful in 2m50s
Build and Push Docker Images / build-frontend (push) Successful in 3m18s
Build and Push Docker Images / build-docs (push) Failing after 1m29s
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
# Mobile App Funktionskatalog
|
|
|
|
Automatisch generiert (deterministisch, ohne Zeitstempel).
|
|
|
|
Hinweis: Diese Datei wird durch `docs/scripts/sync-funktionsdoku.mjs` erzeugt.
|
|
|
|
| Route (Expo Router) | Datei |
|
|
|---|---|
|
|
| `/` | `mobile/app/index.tsx` |
|
|
| `/(tabs)` | `mobile/app/(tabs)/index.tsx` |
|
|
| `/(tabs)/explore` | `mobile/app/(tabs)/explore.tsx` |
|
|
| `/(tabs)/projects` | `mobile/app/(tabs)/projects.tsx` |
|
|
| `/(tabs)/tasks` | `mobile/app/(tabs)/tasks.tsx` |
|
|
| `/(tabs)/time` | `mobile/app/(tabs)/time.tsx` |
|
|
| `/login` | `mobile/app/login.tsx` |
|
|
| `/modal` | `mobile/app/modal.tsx` |
|
|
| `/more/account` | `mobile/app/more/account.tsx` |
|
|
| `/more/customer/:id` | `mobile/app/more/customer/[id].tsx` |
|
|
| `/more/customers` | `mobile/app/more/customers.tsx` |
|
|
| `/more/inventory` | `mobile/app/more/inventory.tsx` |
|
|
| `/more/nimbot` | `mobile/app/more/nimbot.tsx` |
|
|
| `/more/plant/:id` | `mobile/app/more/plant/[id].tsx` |
|
|
| `/more/plants` | `mobile/app/more/plants.tsx` |
|
|
| `/more/settings` | `mobile/app/more/settings.tsx` |
|
|
| `/more/wiki` | `mobile/app/more/wiki.tsx` |
|
|
| `/project/:id` | `mobile/app/project/[id].tsx` |
|
|
| `/tenant-select` | `mobile/app/tenant-select.tsx` |
|
|
|
|
Gesamtzahl erkannter Mobile-Screens: **19**
|