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/
├── apps/
│ ├── web-dashboard/ # Vite + React
│ ├── mobile-client/ # Flutter (business app)
└── mobile-worker/ # Flutter (worker app)
│ ├── mobile/
| | ├── apps/
| | │ ├── client/ # Flutter (business app)
| | │ └── worker/ # Flutter (worker app)
├── backend/
│ ├── dataconnect/ # Firebase Data Connect schemas
│ └── functions/ # Cloud Functions
@@ -667,7 +669,7 @@ These **must be ported** from legacy:
#### 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):**
@@ -706,7 +708,7 @@ These **must be ported** from legacy:
#### 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):**