Commit Graph

  • f5a57c7208 Add break labels and UI tweaks to order creation Achintha Isuru 2026-01-23 02:07:23 -05:00
  • 9e513d96af Refactor create order UI and improve architecture Achintha Isuru 2026-01-23 01:55:12 -05:00
  • e24019494c Merge pull request #287 from Oloodi/saveUserSessionAndShowHomeData José Salazar 2026-01-22 18:26:31 -05:00
  • 41175109ee modification hubs to dont call businees again and use session José Salazar 2026-01-22 18:21:44 -05:00
  • a70468ceb4 session creation and show business information José Salazar 2026-01-22 18:17:24 -05:00
  • 9ddb0435ed auth repo imp for staff José Salazar 2026-01-22 17:38:23 -05:00
  • d73c914813 Merge branch '208-p0-auth-05-get-started-screen' of github.com:Oloodi/krow-workforce into 208-p0-auth-05-get-started-screen José Salazar 2026-01-22 17:37:01 -05:00
  • 9b1d4fce78 configuration for staff firebase and auth login José Salazar 2026-01-22 17:36:12 -05:00
  • 1b8bdf6bfe first steps for auth in staff app José Salazar 2026-01-22 17:09:13 -05:00
  • 96ff173855 Refactor create order UI and add widget components Achintha Isuru 2026-01-22 17:03:17 -05:00
  • 4b3125de1a Add order entities and mocks for client order feature Achintha Isuru 2026-01-22 16:47:39 -05:00
  • 6e8578c3d7 validation userrole José Salazar 2026-01-22 16:04:10 -05:00
  • c341638d73 Merge branch '208-p0-auth-05-get-started-screen' of github.com:Oloodi/krow-workforce into 208-p0-auth-05-get-started-screen José Salazar 2026-01-22 16:03:35 -05:00
  • b557b5874d validation when the user is not a businnes user José Salazar 2026-01-22 15:55:51 -05:00
  • 7090efb583 Refactor create order feature with repository pattern Achintha Isuru 2026-01-22 15:52:28 -05:00
  • 22ead66f71 Add client create order feature module Achintha Isuru 2026-01-22 15:29:28 -05:00
  • 772a1ba53f chore: Add documentation and improve UI styles in settings Achintha Isuru 2026-01-22 14:57:37 -05:00
  • df52c12aa4 Merge branch '208-p0-auth-05-get-started-screen' of https://github.com/Oloodi/krow-workforce into 208-p0-auth-05-get-started-screen Achintha Isuru 2026-01-22 14:43:13 -05:00
  • 4022b6d1f3 chore: Replace TextButton with UiButton.secondary in settings actions Achintha Isuru 2026-01-22 14:42:04 -05:00
  • 4bbe77cf3e Merge branch 'dev' into 208-p0-auth-05-get-started-screen Achintha Isuru 2026-01-22 14:41:22 -05:00
  • 3d18395a09 Adjust top margin in SettingsProfileHeader Achintha Isuru 2026-01-22 14:04:18 -05:00
  • a7540954cb chore: Refactor navigation and button actions in settings page Achintha Isuru 2026-01-22 13:49:00 -05:00
  • 5da56eb769 feat: Add sign out confirmation dialog and success snackbar Achintha Isuru 2026-01-22 13:43:04 -05:00
  • b73abc5487 chore: Add floating action button for adding client hubs Achintha Isuru 2026-01-22 13:35:30 -05:00
  • cd0b591c5c feat: Refactor hub widgets to use design system styles Achintha Isuru 2026-01-22 13:20:39 -05:00
  • d2770d2d29 chore: Refactor ClientHubsPage to use design system constants Achintha Isuru 2026-01-22 13:08:39 -05:00
  • c3f0282109 Refactor settings to use FirebaseAuth for sign out Achintha Isuru 2026-01-22 12:50:42 -05:00
  • 2325ba4032 Merge pull request #286 from Oloodi/hub_creation Achintha Isuru 2026-01-22 12:39:38 -05:00
  • c57cb65074 new schemas José Salazar 2026-01-22 12:37:21 -05:00
  • 703235d69b making city null José Salazar 2026-01-22 12:37:08 -05:00
  • 1b8a6466b0 chore: Refactor imports and update architecture package structure Achintha Isuru 2026-01-22 12:28:10 -05:00
  • fdf28beae4 new schemas of teams and hubs José Salazar 2026-01-22 12:25:24 -05:00
  • c211c4712d modications for hubs and teams José Salazar 2026-01-22 12:24:57 -05:00
  • 7d3b4da8d4 Centralize and update analysis options configuration Achintha Isuru 2026-01-22 12:19:05 -05:00
  • d456bf9dc9 Update mobile app docs and add gen:all Melos script Achintha Isuru 2026-01-22 12:06:07 -05:00
  • 5bc5530540 chore: Redesign settings profile header UI Achintha Isuru 2026-01-22 11:59:17 -05:00
  • 6ef691881a CHORE: Update UI spacing and colors in client home widgets Achintha Isuru 2026-01-22 11:32:30 -05:00
  • f882a0a7d0 chore: Update client navigation routes and exports Achintha Isuru 2026-01-22 11:29:54 -05:00
  • cf3c1c09ef chore: Add localization generation to mobile install Achintha Isuru 2026-01-22 11:11:56 -05:00
  • ecc7aece6e chore: Refactor mobile build scripts to use Melos Achintha Isuru 2026-01-22 10:55:46 -05:00
  • cf59935ec8 Move apps to mobile directory structure Achintha Isuru 2026-01-22 10:17:19 -05:00
  • c4918aa012 Revert "Merge pull request #284 from Oloodi/sign_up_dataconect_firebase" Achintha Isuru 2026-01-22 10:00:54 -05:00
  • 2f992ae5fa Merge branch 'dev' into 208-p0-auth-05-get-started-screen Achintha Isuru 2026-01-22 09:58:16 -05:00
  • ceacaee233 Merge pull request #284 from Oloodi/sign_up_dataconect_firebase Achintha Isuru 2026-01-22 09:56:33 -05:00
  • beb3a36590 getting message of throw with invalid data José Salazar 2026-01-22 09:46:39 -05:00
  • 1b67bb21c8 last part of auth José Salazar 2026-01-22 09:34:33 -05:00
  • e4986c2aee auth in client working José Salazar 2026-01-21 22:08:51 -05:00
  • 61d7c08c95 feat: Implement Hubs feature with dedicated navigation, a home page action card, a settings quick link, and localization. Achintha Isuru 2026-01-21 20:11:09 -05:00
  • 9d9d2aa456 refactor: decompose hub arguments into separate, dedicated classes for improved modularity. Achintha Isuru 2026-01-21 19:58:22 -05:00
  • 0599e9b351 refactor: move dialog state management to BLoC and make client hubs page stateless. Achintha Isuru 2026-01-21 19:55:56 -05:00
  • 12dfde0551 feat: Implement client hubs management feature, including CRUD operations and NFC tag assignment. Achintha Isuru 2026-01-21 19:50:16 -05:00
  • 78917a5f84 refactor: extract UI components into dedicated widgets for the client settings page and update repository constructor. Achintha Isuru 2026-01-21 19:41:13 -05:00
  • eace8a66af feat: Implement client settings and profile management feature with sign-out functionality. Achintha Isuru 2026-01-21 19:37:34 -05:00
  • 4de3c44863 first steps for firebase José Salazar 2026-01-21 19:13:45 -05:00
  • cabbe0f051 configuration sdk to flutter project José Salazar 2026-01-21 18:48:16 -05:00
  • 92a6cc0244 configuration sdk to flutter project José Salazar 2026-01-21 18:46:07 -05:00
  • 7d5a40b7e3 refactor: introduce HomeDashboardData entity, convert ClientHomePage to StatelessWidget, and update deprecated color methods in the client home feature. Achintha Isuru 2026-01-21 16:33:55 -05:00
  • eb10254757 feat: Implement CoverageWidget for daily coverage metrics on the client home page and add .gitignore. Achintha Isuru 2026-01-21 16:08:44 -05:00
  • 4a67b2f541 initalizing the mobile apps Achintha Isuru 2026-01-21 15:42:51 -05:00
  • fbadd976cf Merge pull request #282 from Oloodi/281-deploy-new-data-connect-schema-to-krow-workforce-dev José Salazar 2026-01-21 12:59:02 -05:00
  • 5e3defa59d corrections for the deploy of dataconnect José Salazar 2026-01-21 12:51:29 -05:00
  • 754898ff6c Merge pull request #280 from Oloodi/moving_dataconect_and_files_to_dev Oloodi Admin 2026-01-20 17:11:50 -05:00
  • ba85acd450 correction of staff app diagram José Salazar 2026-01-20 16:16:10 -05:00
  • 4e09d21beb modifications queries, mutations of contact, recentPayment, shiftRole, teamhub José Salazar 2026-01-20 14:23:04 -05:00
  • 463c513a49 schema dataconnect guide José Salazar 2026-01-20 14:22:04 -05:00
  • cb63f03e55 mobile diagrams José Salazar 2026-01-20 14:21:34 -05:00
  • 3fd8dd2b5b updating dataconect makefile José Salazar 2026-01-19 19:24:02 -05:00
  • c5afbd99cd moving dataconnect to dev José Salazar 2026-01-19 19:18:11 -05:00
  • 6960e9e472 deleting unnecesari files José Salazar 2026-01-19 19:16:31 -05:00
  • dbc017fce9 adding dataconnect guide José Salazar 2026-01-19 19:15:47 -05:00
  • fdcaaca223 adding diagrams of dataconnect José Salazar 2026-01-19 19:14:53 -05:00
  • 7c69efc2a6 Merge pull request #199 from Oloodi/prep-sprint-3 Boris-Wilfried 2026-01-15 09:25:32 -05:00
  • e78ddb8a49 feat: update allowed hashes and IAP users bwnyasse 2026-01-15 09:24:04 -05:00
  • edf0f7883d Merge pull request #198 from Oloodi/prep-sprint-3-backend-diagram Boris-Wilfried 2026-01-15 09:17:09 -05:00
  • 0c2e7c2931 Merge pull request #197 from Oloodi/prep-sprint-3-doc-05-update Boris-Wilfried 2026-01-15 09:16:05 -05:00
  • 33b9af8e8b diagrams for dataconnect José Salazar 2026-01-13 13:14:23 -05:00
  • 0ce416c81b diagrams José Salazar 2026-01-13 09:36:31 -05:00
  • ef31dbe414 docs: update the route of the mobile apps Achintha Isuru 2026-01-12 21:01:31 -05:00
  • ade07eea72 chore: update links to name to be worker Achintha Isuru 2026-01-12 17:31:31 -05:00
  • 7d61997373 doc: doc 05 updated with some changes Achintha Isuru 2026-01-12 17:26:43 -05:00
  • 8916a4ac49 feat: add feature roadmap and tickets documentation feat: add detailed feature roadmap and tickets documentation feat: add roadmap overview diagram feat: add roadmap p0 mvp diagram feat: add roadmap p0 complete workflow diagram feat: update diagrams config to include new roadmap diagrams feat: add support for syncing source code for ai context chore: update allowed hashes feat: add jose.salazar@oloodi.com to iap-users.txt feat: add fazulilahi@gmail.com to iap-users.txt feat: add zouantchaw74@gmail.com to iap-users.txt bwnyasse 2026-01-12 11:44:26 -05:00
  • 5cc4e0fc0a docs: add project onboarding master document bwnyasse 2026-01-11 10:57:33 -05:00
  • 7ced6e6fed Merge pull request #195 from Oloodi/cleanup_for_sprint3 Oloodi Admin 2026-01-10 23:52:58 -05:00
  • 09ff2bfafb chore: remove vite and vscode configuration files bwnyasse 2026-01-10 23:52:30 -05:00
  • daafec80b9 Merge pull request #194 from Oloodi/cleanup_for_sprint3 Oloodi Admin 2026-01-10 23:50:30 -05:00
  • ea6765af96 feat(docs): update contributing guide with required tools and IDE setup feat(internal/launchpad): add iframe viewer for prototypes and update links loader bwnyasse 2026-01-10 23:48:45 -05:00
  • 5dca852aab feat(scripts): sync mobile prototypes using Flutter feat(scripts): add mobile client and staff prototype sync feat(scripts): use FLUTTER_CMD variable for flutter commands feat(scripts): add FVM support and error handling feat(scripts): patch vite config for relative paths chore(scripts): remove .keep files from mobile prototypes bwnyasse 2026-01-10 23:39:06 -05:00
  • 984da528fb feat: add prototype syncing for local dev and AI context bwnyasse 2026-01-10 23:04:56 -05:00
  • 969bc13939 feat: add documentation for synchronizing prototypes and script to automate the process bwnyasse 2026-01-10 23:04:36 -05:00
  • 97615b8d00 feat: remove launchpad prototypes bwnyasse 2026-01-10 23:04:22 -05:00
  • 3c0488576b refactor: restructure monorepo to align with industry standards bwnyasse 2026-01-10 22:36:29 -05:00
  • a0d820d3ce feat: add backend api specification document bwnyasse 2026-01-10 21:36:01 -05:00
  • d43a14ee0c clean bwnyasse 2026-01-10 21:22:35 -05:00
  • 90455d9181 chore: remove unused issue templates and reference documentation bwnyasse 2026-01-10 21:01:58 -05:00
  • b8d156b35a feat(Makefile): restructure Makefile into modular files for better organization and maintainability feat(Makefile): introduce common.mk for shared variables and environment configuration feat(Makefile): create web.mk for web frontend-related tasks feat(Makefile): create launchpad.mk for internal launchpad deployment tasks feat(Makefile): create mobile.mk for mobile app development tasks feat(Makefile): create dataconnect.mk for Data Connect management tasks feat(Makefile): create tools.mk for development tools like git hooks feat(Makefile): remove admin-web specific tasks and files as the admin console is no longer actively maintained feat(Makefile): update help command to reflect the new modular structure and available commands feat(Makefile): remove base44 export workflow as it is no longer relevant feat(Makefile): remove IAP configuration as it is no longer used feat(Makefile): remove harness-related tasks as they are no longer relevant bwnyasse 2026-01-10 20:59:18 -05:00
  • d0a536ffa4 chore: remove obsolete documentation files bwnyasse 2026-01-10 12:20:22 -05:00
  • 01158b8a89 Clean old base44 project reference architecture bwnyasse 2026-01-10 12:17:00 -05:00
  • d2e84addb1 Remove legacy Mobile apps folders bwnyasse 2026-01-10 12:00:39 -05:00
  • 3c8c09dfda Merge pull request #193 from Oloodi/prep-sprint-3 Oloodi Admin 2026-01-10 11:49:54 -05:00
  • a5a4eae255 feat(launchpad): implement secure email hashing for access control bwnyasse 2026-01-10 11:48:54 -05:00