Commit Graph

1371 Commits

Author SHA1 Message Date
Achintha Isuru
08920ada3d feat: Externalize Core API base URL to AppConfig and environment configuration. 2026-02-25 10:57:34 -05:00
Achintha Isuru
a21fbf6871 feat: Introduce FileVisibility enum and refactor FileUploadService to use it instead of magic strings for file access levels. 2026-02-25 10:50:42 -05:00
zouantchaw
b2833b02af docs(m4): reconcile roadmap CSVs with target schema 2026-02-25 10:50:13 -05:00
b85a83b446 #537 (Cost Center)#539 (Hub Manager) 2026-02-25 21:18:51 +05:30
Achintha Isuru
ab197c154a feat: Implement core API services for verification, file upload, signed URLs, and LLM, including their response models and API endpoints. 2026-02-25 10:44:39 -05:00
Achintha Isuru
77bb469186 refactor: introduce base API service and core service for standardized API interaction and error handling. 2026-02-25 10:33:27 -05:00
Achintha Isuru
71c1610c0e feat: Implement ApiService with Dio for standardized API requests and responses using ApiResponse entity. 2026-02-25 10:05:41 -05:00
Achintha Isuru
12211e54e2 refactor: Reorder pubspec.yaml dependencies, update SavingsCard text to a hardcoded value, and add scripts/issues-to-create.md to .gitignore. 2026-02-25 09:38:13 -05:00
af09cd40e7 fix eventhandlers 2026-02-25 20:04:02 +05:30
d5cfbc5798 hub & manager issues 2026-02-25 20:01:08 +05:30
eeb8c28a61 hub & manager issues 2026-02-25 19:58:28 +05:30
27754524f5 Update flutter-testing-tools.md 2026-02-25 19:50:34 +05:30
fe6ff2d02c Merge outstanding changes before pulling dev 2026-02-25 19:11:04 +05:30
400bdf2d40 Add cost center entity and link to hubs 2026-02-25 17:34:53 +05:30
dhinesh-m24
30092146bf fix: Update staff's cerficate schema to create queries and mutations 2026-02-25 15:42:19 +05:30
dhinesh-m24
d126ece7ce fix: Issue 523, 536 to delete duplicate queries and create cost center schema and queries 2026-02-25 15:21:45 +05:30
d1e09a1def Update flutter-testing-tools.md 2026-02-25 14:18:21 +05:30
efbff33292 Update flutter-testing-tools.md 2026-02-25 14:17:07 +05:30
8bc10468c0 docs: finalize flutter testing tools research 2026-02-25 14:15:14 +05:30
7caacdf060 Merge remote branch 2026-02-25 14:14:16 +05:30
dhinesh-m24
99c6013453 fix merge conflict issue 2026-02-25 14:10:58 +05:30
dhinesh-m24
5cc4b1f00e fix: Assign hub manager to order 2026-02-25 14:07:26 +05:30
239fdb99a8 Fix remaining stash issues by reverting to origin/dev 2026-02-25 13:46:19 +05:30
4e7838bf93 Fix stash conflict 2026-02-25 13:35:58 +05:30
4d4a9b6a66 Merge dev 2026-02-25 13:35:18 +05:30
17c2c2afbb Merge dev 2026-02-25 13:34:52 +05:30
dhinesh-m24
fc771c1598 fix: Update staffDocument mutation file 2026-02-25 13:11:57 +05:30
714702015c UI fields for cost center 2026-02-25 13:03:04 +05:30
dhinesh-m24
829ba7e747 fix: Update Invoice schema, queries, mutations and remove ShiftDayCompletion related files 2026-02-25 12:49:12 +05:30
Achintha Isuru
3b7d9ee5c1 Merge pull request #535 from Oloodi/503-build-dedicated-interface-to-display-hub-details
Partially completed the integration of the attire core endpoint to the attire screen
2026-02-25 01:01:34 -05:00
Achintha Isuru
fd0208efa0 feat: Introduce AttireVerificationStatus enum and add verificationId to staff attire items. 2026-02-24 17:31:41 -05:00
Achintha Isuru
616f23fec9 feat: Implement staff attire management including fetching options, user attire status, and upserting attire details. 2026-02-24 17:16:52 -05:00
Achintha Isuru
cb180af7cf feat: Add example text to the attire capture page and remove explicit background color from the scaffold. 2026-02-24 16:23:25 -05:00
Achintha Isuru
9bc4778cc1 feat: Extract attire photo capture logic into AttireCaptureCubit and reorganize existing attire BLoC into a dedicated subdirectory. 2026-02-24 16:19:59 -05:00
Achintha Isuru
bb27e3f8fe refactor: extract attire UI components from pages into dedicated widgets for improved modularity. 2026-02-24 16:06:42 -05:00
Achintha Isuru
566b4e9839 feat: Add xSmall size and destructive variant to UiChip, refactor AttireItemCard to use these new chip features, and adjust body4r font size. 2026-02-24 15:58:49 -05:00
zouantchaw
f4f002b41b docs(m4): define multi-tenant schema and phased rbac rollout 2026-02-24 15:52:04 -05:00
Achintha Isuru
54a8915fb6 feat: Implement dedicated attire capture page, refactor attire selection with item cards and filtering. 2026-02-24 15:51:28 -05:00
Achintha Isuru
f8c9cd625f feat: add GraphQL mutations for seeding and cleaning attire options data. 2026-02-24 15:41:12 -05:00
Achintha Isuru
5d0135b6e9 feat: Add StaffAttire GraphQL schema defining an AttireVerificationStatus enum and StaffAttire type with verification detail 2026-02-24 15:16:05 -05:00
Achintha Isuru
b29351a3aa refactor: Replace attire option 'icon' field with 'description' across the schema and data models, and update the UI to display the new description. 2026-02-24 15:13:06 -05:00
Achintha Isuru
7744dbf1b3 refactor: replace AttirePage's AppBar with UiAppBar and update attire page title localization. 2026-02-24 14:28:43 -05:00
Achintha Isuru
cd51e8488c refactor: Extract hub details UI components into dedicated widgets and introduce new edit hub form elements. 2026-02-24 14:22:34 -05:00
Achintha Isuru
f30cd89217 refactor: move HubDetailsPage edit/delete actions to a bottom navigation bar and display hub name/address within the body, adding loading state management. 2026-02-24 14:06:58 -05:00
Achintha Isuru
e084dad4a7 feat: Refactor client hubs to centralize hub actions and update UI styling. 2026-02-24 13:59:55 -05:00
Achintha Isuru
e78d5938dd client hub bloc updated 2026-02-24 13:53:36 -05:00
Achintha Isuru
7591e71c3d feat: refactor hub management to use dedicated pages for adding, editing, and viewing hub details. 2026-02-24 13:46:39 -05:00
zouantchaw
a07ee75dc9 docs(m4): align verification contract naming and section order 2026-02-24 13:45:24 -05:00
zouantchaw
4a1d5f89e4 feat(core-api): add verification pipeline with vertex attire adapter 2026-02-24 13:29:24 -05:00
Achintha Isuru
ca754b70a0 docs: Restructure backend and API documentation by moving relevant files into a new docs/BACKEND directory. 2026-02-24 13:24:49 -05:00