Update mobile app docs and add gen:all Melos script

Revised the main README to clarify the mobile app structure and added a detailed README for the mobile apps. Introduced a new 'gen:all' script in Melos to run both localization and build_runner generation, and updated the info script to reflect this addition.
This commit is contained in:
Achintha Isuru
2026-01-22 12:06:07 -05:00
parent 5bc5530540
commit d456bf9dc9
3 changed files with 78 additions and 2 deletions

View File

@@ -7,8 +7,9 @@ KROW is a comprehensive workforce management platform designed to streamline ope
### 📦 Apps (`/apps`)
These are the production-ready applications for our users:
- **`web-dashboard/`**: The primary React/Vite dashboard for Admin, Vendors, and Clients.
- **`mobile-client/`**: Flutter application for final clients to manage orders and billing.
- **`mobile-staff/`**: Flutter application for staff members (scheduling, clock-in/out, earnings).
- **`mobile/`**: Flutter applications for client and staff.
- `client`: The application for final clients to manage orders and billing.
- `staff`: The application for staff members (scheduling, clock-in/out, earnings).
### ⚙️ Backend (`/backend`)
The core data engine powering all applications: