Commit Graph

18 Commits

Author SHA1 Message Date
Achintha Isuru
ecc7aece6e chore: Refactor mobile build scripts to use Melos
Updated Makefile, mobile.mk, and melos.yaml to centralize mobile app build, start, and code generation commands using Melos scripts. Added info and install-melos commands for easier onboarding and workspace setup. Documentation updated to reflect staff app naming and new command structure.
2026-01-22 10:55:46 -05:00
Achintha Isuru
cf59935ec8 Move apps to mobile directory structure
Relocated all app directories (client, design_system_viewer, staff) and their contents under the new 'apps/mobile' path. This change improves project organization and prepares for future platform-specific structuring.
2026-01-22 10:17:19 -05:00
Achintha Isuru
2f992ae5fa Merge branch 'dev' into 208-p0-auth-05-get-started-screen 2026-01-22 09:58:16 -05:00
José Salazar
beb3a36590 getting message of throw with invalid data 2026-01-22 09:46:39 -05:00
José Salazar
1b67bb21c8 last part of auth 2026-01-22 09:34:33 -05:00
José Salazar
e4986c2aee auth in client working 2026-01-21 22:08:51 -05:00
Achintha Isuru
61d7c08c95 feat: Implement Hubs feature with dedicated navigation, a home page action card, a settings quick link, and localization. 2026-01-21 20:11:09 -05:00
Achintha Isuru
9d9d2aa456 refactor: decompose hub arguments into separate, dedicated classes for improved modularity. 2026-01-21 19:58:22 -05:00
Achintha Isuru
0599e9b351 refactor: move dialog state management to BLoC and make client hubs page stateless. 2026-01-21 19:55:56 -05:00
Achintha Isuru
12dfde0551 feat: Implement client hubs management feature, including CRUD operations and NFC tag assignment. 2026-01-21 19:50:16 -05:00
Achintha Isuru
78917a5f84 refactor: extract UI components into dedicated widgets for the client settings page and update repository constructor. 2026-01-21 19:41:13 -05:00
Achintha Isuru
eace8a66af feat: Implement client settings and profile management feature with sign-out functionality. 2026-01-21 19:37:34 -05:00
José Salazar
4de3c44863 first steps for firebase 2026-01-21 19:13:45 -05:00
Achintha Isuru
7d5a40b7e3 refactor: introduce HomeDashboardData entity, convert ClientHomePage to StatelessWidget, and update deprecated color methods in the client home feature. 2026-01-21 16:33:55 -05:00
Achintha Isuru
eb10254757 feat: Implement CoverageWidget for daily coverage metrics on the client home page and add .gitignore. 2026-01-21 16:08:44 -05:00
Achintha Isuru
4a67b2f541 initalizing the mobile apps 2026-01-21 15:42:51 -05:00
bwnyasse
3c0488576b refactor: restructure monorepo to align with industry standards
This commit restructures the monorepo to improve organization,
maintainability, and scalability. The changes include:

- Moving mobile apps from `mobile-apps/` to `apps/mobile-*`.
- Moving the web dashboard from `admin-web/` and `frontend-web/`
 to `apps/web-dashboard/`.
- Moving Firebase-related files to the root `firebase/` directory.
- Adding a `.geminiignore` file to exclude unnecessary files from
 Gemini analysis.
- Updating `.gitignore` to reflect the new structure and exclude
 sensitive files.
- Updating `codemagic.yaml` to reflect the new app locations.
- Adding a `make help` command to the root directory.
- Adding a `make install-git-hooks` command to install git hooks.
- Adding a `docs/02-codemagic-env-vars.md` file to document
 Codemagic environment variables.
- Adding a `docs/03-contributing.md` file to document
 contribution guidelines.
- Adding prototype placeholders to the internal launchpad.
- Updating the `README.md` file to reflect the new structure and
 provide updated instructions.

These changes improve the overall structure of the monorepo and
make it easier to develop, maintain, and scale the KROW Workforce
platform.
2026-01-10 22:36:29 -05:00
bwnyasse
d43a14ee0c clean 2026-01-10 21:22:35 -05:00