docs: update the route of the mobile apps

This commit is contained in:
Achintha Isuru
2026-01-12 21:01:31 -05:00
parent ade07eea72
commit ef31dbe414

View File

@@ -170,8 +170,10 @@ graph TB
krow-workforce-web/ krow-workforce-web/
├── apps/ ├── apps/
│ ├── web-dashboard/ # Vite + React │ ├── web-dashboard/ # Vite + React
│ ├── mobile-client/ # Flutter (business app) │ ├── mobile/
└── mobile-worker/ # Flutter (worker app) | | ├── apps/
| | │ ├── client/ # Flutter (business app)
| | │ └── worker/ # Flutter (worker app)
├── backend/ ├── backend/
│ ├── dataconnect/ # Firebase Data Connect schemas │ ├── dataconnect/ # Firebase Data Connect schemas
│ └── functions/ # Cloud Functions │ └── functions/ # Cloud Functions
@@ -667,7 +669,7 @@ These **must be ported** from legacy:
#### 4.7.1 Mobile Client App (Flutter) #### 4.7.1 Mobile Client App (Flutter)
**Location:** `internal/launchpad/prototypes-src/mobile/client/` **Location:** `internal/launchpad/prototypes-src/mobile/apps/client/`
**Routes (22 screens):** **Routes (22 screens):**
@@ -706,7 +708,7 @@ These **must be ported** from legacy:
#### 4.7.2 Mobile Worker App (Flutter) #### 4.7.2 Mobile Worker App (Flutter)
**Location:** `internal/launchpad/prototypes-src/mobile/staff/` **Location:** `internal/launchpad/prototypes-src/mobile/apps/worker/`
**Routes (35+ screens):** **Routes (35+ screens):**