From ef31dbe4147ae0958d66a563c0b2e72ac7e27e4b Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Mon, 12 Jan 2026 21:01:31 -0500 Subject: [PATCH] docs: update the route of the mobile apps --- docs/05-project-onboarding-master.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/05-project-onboarding-master.md b/docs/05-project-onboarding-master.md index 7f6091ae..723e5444 100644 --- a/docs/05-project-onboarding-master.md +++ b/docs/05-project-onboarding-master.md @@ -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):**