docs: update README with milestone links and streamline mobile app development instructions

This commit is contained in:
Achintha Isuru
2026-03-06 15:39:22 -05:00
parent 5a5b8894c4
commit 45cd90833e

View File

@@ -9,11 +9,8 @@ KROW is a comprehensive workforce management platform designed to streamline ope
## 📍 Current Status ## 📍 Current Status
**Latest Milestone:** M4 (Released: March 5, 2026) **Latest Milestone:** M4 (Released: March 5, 2026)
- ✅ Staff Mobile App: v0.0.1-m4 - ✅ Staff Mobile App: [v0.0.1-m4](https://github.com/Oloodi/krow-workforce/releases/tag/krow-withus-worker-mobile%2Fdev-v0.0.1-m4)
- ✅ Client Mobile App: v0.0.1-m4 - ✅ Client Mobile App: [v0.0.1-m4](https://github.com/Oloodi/krow-workforce/releases/tag/krow-withus-client-mobile%2Fdev-v0.0.1-m4)
- 🚀 Full profile management with documents & certificates
- 🚀 Enhanced session management and Core API integration
- 🚀 Automated GitHub Actions workflows for releases
## 🚀 Repository Structure ## 🚀 Repository Structure
@@ -74,10 +71,9 @@ This project uses a modular `Makefile` for all common tasks.
5. **Mobile app development:** 5. **Mobile app development:**
```bash ```bash
cd apps/mobile make mobile-install
flutter pub get make mobile-client-dev-android [DEVICE=android]
melos bootstrap make mobile-staff-dev-android [DEVICE=android]
flutter run # Select device
``` ```
## 🚀 Release Process ## 🚀 Release Process