From 45cd90833e2e73bc7e66b93f3e6464838ee2d09a Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Fri, 6 Mar 2026 15:39:22 -0500 Subject: [PATCH] docs: update README with milestone links and streamline mobile app development instructions --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c9879483..3d74c2f0 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,8 @@ KROW is a comprehensive workforce management platform designed to streamline ope ## 📍 Current Status **Latest Milestone:** M4 (Released: March 5, 2026) -- ✅ Staff Mobile App: v0.0.1-m4 -- ✅ Client Mobile App: v0.0.1-m4 -- 🚀 Full profile management with documents & certificates -- 🚀 Enhanced session management and Core API integration -- 🚀 Automated GitHub Actions workflows for releases +- ✅ 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](https://github.com/Oloodi/krow-workforce/releases/tag/krow-withus-client-mobile%2Fdev-v0.0.1-m4) ## 🚀 Repository Structure @@ -74,10 +71,9 @@ This project uses a modular `Makefile` for all common tasks. 5. **Mobile app development:** ```bash - cd apps/mobile - flutter pub get - melos bootstrap - flutter run # Select device + make mobile-install + make mobile-client-dev-android [DEVICE=android] + make mobile-staff-dev-android [DEVICE=android] ``` ## 🚀 Release Process