Commit Graph

406 Commits

Author SHA1 Message Date
dhinesh-m24
444c1234c0 feat: Add base setup for Internationalization(i18n) 2026-02-09 12:24:28 +05:30
dhinesh-m24
1c8541cb1d feat: Implement Edit Orders 2026-02-09 11:31:18 +05:30
dhinesh-m24
75232e1c03 feat: Implement Order Detail View 2026-02-05 17:08:29 +05:30
dhinesh-m24
475cc8ae80 feat: Implement Order List View for Vendors 2026-02-05 16:50:16 +05:30
dhinesh-m24
9dab3fef05 feat: Implement Client Order List 2026-02-05 16:28:09 +05:30
dhinesh-m24
122159a62c feat: Implement Order List for Admins 2026-02-05 15:30:05 +05:30
dhinesh-m24
7265f8db9e Merge branch 'authentication-web' of https://github.com/Oloodi/krow-workforce into authentication-web 2026-02-05 12:34:29 +05:30
dhinesh-m24
248afbb0ae fix: Verify functionality of Add Client and Client List 2026-02-05 12:18:55 +05:30
Achintha Isuru
5cbf532b37 Remove unused SVG assets for Vite and React 2026-02-04 23:28:11 -05:00
Achintha Isuru
eb0c9f38a1 Link dataconnect package and add invoice hub
Wire up the dataconnect-generated package for the web app and add a new `hub` field to invoice mutations and queries. Updates include: add package links in apps/web package and workspace config, adjust connector.yaml JavaScript SDK output/package paths, add `hub` to invoice create/update mutations and to invoice queries, remove many example dataconnect GraphQL files and the web README, and minor formatting/newline fixes (Makefile and several .gql files).
2026-02-04 15:21:40 -05:00
dhinesh-m24
6b537af46e feat: Implement a form for Edit Client Information 2026-02-04 15:30:45 +05:30
dhinesh-m24
d373fbe269 feat: Implement business client list view and add client 2026-02-04 14:04:26 +05:30
dhinesh-m24
e2729a3668 Merge branch 'dev' into authentication-web 2026-02-04 11:58:21 +05:30
dhinesh-m24
599890c58d fix: Merge conflicts resolved 2026-02-04 10:46:17 +05:30
Achintha Isuru
2083b5dbff refactor: replace Navigator with Modular for dialog dismissal in client hubs and settings actions 2026-02-03 22:59:00 -05:00
José Salazar
90bacf6695 adding dialog box before delete a hub 2026-02-04 11:16:54 +09:00
José Salazar
0c44ec4a39 fixing bug of count my shift 2026-02-04 10:44:07 +09:00
José Salazar
cf2433774d solving problem to move to search from home 2026-02-04 10:37:12 +09:00
Achintha Isuru
24d346d9a9 feat: update next sprint tasks and demo notes with new tracking and UI suggestions 2026-02-03 16:21:15 -05:00
Achintha Isuru
cfbf622d9e chore: remove outdated demo plans and notes for Milestone 3 2026-02-03 15:45:37 -05:00
Achintha Isuru
08751a47c3 Refine demo plan terminology and steps for clarity; update client and staff onboarding processes 2026-02-03 14:32:05 -05:00
Achintha Isuru
627c19ed0b Bump version numbers for client and staff applications to 0.0.1-M3+5 and 0.0.1-M3+3 respectively 2026-02-03 13:00:45 -05:00
Achintha Isuru
065af4fd7f Integrate Google Maps Places Autocomplete for hub address validation; update demo plan and Firebase configurations 2026-02-03 12:59:44 -05:00
Achintha Isuru
11ad6c47d1 Add mobile hot reload and restart commands to Makefile; update NEXT_SPRINT_TASKS with clarification point 2026-02-03 12:25:46 -05:00
Achintha Isuru
c2cb0bd82a Enhance Makefile help output with improved formatting and additional commands; update NEXT_SPRINT_TASKS with new improvement points; fix location fallback logic in CoverageRepositoryImpl 2026-02-03 12:15:57 -05:00
José Salazar
306994a223 solving problem with taxForm 2026-02-04 00:41:53 +09:00
José Salazar
470749501b solving problems of the seed 2026-02-04 00:12:05 +09:00
José Salazar
6096a650da creation of seed and makefile to datacoonect 2026-02-03 22:34:31 +09:00
dhinesh-m24
b25da0fc6a feat: Implement Edit Staff Functionality For Administrators 2026-02-03 13:57:12 +05:30
dhinesh-m24
8461a23adc feat: Implement a form to add staff 2026-02-03 13:08:13 +05:30
Achintha Isuru
97747625e4 Remove generated files for UpdateWorkforce and VaidateDayStaffApplication classes to streamline codebase and eliminate unused code. 2026-02-02 22:04:25 -05:00
Achintha Isuru
81a9e2cfb0 feat: update coverage display logic to show status only when applicable 2026-02-02 21:55:33 -05:00
Achintha Isuru
2f6ad5578e fix: update version to 0.0.1-M3+2 and adjust divider height in ClientHomePage 2026-02-02 21:45:53 -05:00
Achintha Isuru
8c1e67cf00 feat: enhance date parsing for shift start time in CommuteTracker 2026-02-02 15:30:15 -05:00
Achintha Isuru
cc45911896 feat: create comprehensive demo plan for Milestone 3 with detailed flows and setup instructions 2026-02-02 15:02:50 -05:00
Achintha Isuru
ee49eb931a feat: integrate query parameters for initial tab selection in ShiftsPage 2026-02-02 14:23:11 -05:00
Achintha Isuru
5625e353c8 feat: update navigation paths for worker profile and shifts in HomeNavigator 2026-02-02 13:58:12 -05:00
Achintha Isuru
94ad1d66fb fix: update SDK constraints to ensure compatibility across multiple pubspec files 2026-02-02 10:30:50 -05:00
Achintha Isuru
075c3150d0 feat: update mobile makefile to include SDK generation for client and staff apps
- Added `dataconnect-generate-sdk` as a prerequisite for mobile installation, client, and staff build commands.
- Ensured SDK generation is performed before running or building mobile applications to streamline the development process.
2026-02-02 10:07:13 -05:00
José Salazar
304f827341 changing a way of search my shifts 2026-02-02 23:07:25 +09:00
José Salazar
8cc20a09ff Merge branch '312-feature-integrate-google-maps-places-autocomplete-for-hub-address-validation' into fix_staff_app_bugs 2026-02-02 22:33:10 +09:00
José Salazar
78a57df67b fixing bug of search 2026-02-02 22:21:58 +09:00
José Salazar
0ab6bf8470 prints 2026-02-02 22:05:29 +09:00
José Salazar
33ad8e2f17 check in status solved 2026-02-02 21:46:12 +09:00
José Salazar
b1ad6f118a checkin status v1, working"
"
2026-02-02 21:32:22 +09:00
José Salazar
818fc1759a solving problem adding checkin time 2026-02-02 20:45:12 +09:00
dhinesh-m24
1ac38311ee feat: Implement Staff View 2026-02-02 16:58:48 +05:30
dhinesh-m24
fa208f2838 fix: Firebase analytics issue and handled data connect 2026-02-02 16:44:16 +05:30
Achintha Isuru
476d697dc3 feat: Integrate ShiftAdapter for mapping application data to Shift entities and update status handling in Coverage and Shifts repositories 2026-02-01 22:18:07 -05:00
Achintha Isuru
6d0d7dcbd2 feat: Refactor PhoneInput to use StatefulWidget and improve phone number handling 2026-02-01 21:45:40 -05:00