Commit Graph

47 Commits

Author SHA1 Message Date
Achintha Isuru
050072bd93 feat: Implement document upload and verification workflow by expanding document statuses, adding verification metadata, and introducing a mandatory flag for documents. 2026-02-26 15:45:55 -05:00
José Salazar
3cf791ddbf merge with dev 2026-02-26 11:17:01 -05:00
Achintha Isuru
0e3fd1afc8 Merge branch 'dev' into Inconsistent-Shift-Booking-Status 2026-02-26 10:38:02 -05:00
Achintha Isuru
4515d42cd3 feat: Enhance attire verification status system with more granular states and update related UI and data handling. 2026-02-25 19:05:03 -05:00
eeb8c28a61 hub & manager issues 2026-02-25 19:58:28 +05:30
fe6ff2d02c Merge outstanding changes before pulling dev 2026-02-25 19:11:04 +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
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
dhinesh-m24
829ba7e747 fix: Update Invoice schema, queries, mutations and remove ShiftDayCompletion related files 2026-02-25 12:49:12 +05:30
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
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
ee0f059e4f Queries to retrieve the worker benefits 2026-02-24 17:47:30 +05:30
dhinesh-m24
e254ba3ce0 fix: Update staff application to connect with data connect 2026-02-24 17:29:20 +05:30
Achintha Isuru
bfc2453363 Merge pull request #444 from Oloodi/staff_recurring_permanent_order
Staff recurring permanent order
2026-02-20 10:18:03 -05:00
José Salazar
d160610bf9 deleting few values of shift enum 2026-02-19 14:37:26 -05:00
1ca3f714c8 Merge branch 'dev' of https://github.com/Oloodi/krow-workforce into feature/session-persistence-424 2026-02-19 12:55:47 +05:30
215ddcbc87 reports page ui 2026-02-18 16:09:59 +05:30
José Salazar
75e534620d permanent order v1 2026-02-17 18:59:31 -05:00
José Salazar
85c8a09d9e first version of recurring order 2026-02-17 16:24:59 -05:00
da8192418f fix(mobile): resolve client crash and shift status inconsistency 2026-02-17 16:23:10 +05:30
José Salazar
5f96d5087b adding isProfileVisible for the staff 2026-02-16 14:52:17 -05:00
4e1a41ebff Fix build errors: localization syntax, key paths, and ViewOrderCard widget 2026-02-14 16:26:10 +05:30
José Salazar
57b63b85ef new field and enums values for break in shiftrole 2026-02-12 14:57:35 -05:00
José Salazar
be368b08b9 adding also staff 2026-02-11 15:55:53 -05:00
José Salazar
88ea396c31 adding new fields for address validation of google 2026-02-11 15:43:47 -05:00
José Salazar
06882f91df deleting accepted from application 2026-02-10 11:59:07 -05:00
Achintha Isuru
6441e72ae3 Add COMPLETED status to ApplicationStatus enum in GraphQL schema 2026-02-01 11:22:28 -05:00
José Salazar
191ba40393 modifications for hub in create one time order 2026-01-29 16:08:44 -05:00
José Salazar
aa450c7cbe adding hubid to order 2026-01-29 15:17:34 -05:00
José Salazar
761a2a6680 new schema of teamhub 2026-01-29 12:39:46 -05:00
José Salazar
0fff3bda58 deleting default data 2026-01-29 10:15:17 -05:00
José Salazar
9067d14475 converting all the dates to utc 2026-01-29 09:54:59 -05:00
Achintha Isuru
8e7caeed48 Refactor staff data models to use List<String> for skills and industries
- Updated GetStaffByIdStaff, GetStaffByUserIdStaffs, ListStaffStaffs, and UpdateStaffVariablesBuilder classes to replace AnyValue with List<String> for skills and industries.
- Modified JSON serialization and deserialization logic accordingly.
- Adjusted ExperienceRepositoryImpl to handle List<String> for industries and skills.
- Updated GraphQL mutations and schema to reflect changes in data types for skills and industries.
2026-01-27 14:05:32 -05:00
Achintha Isuru
536b020c52 feat: update preferredLocations field to List<String> across staff-related entities and mutations
- Changed preferredLocations from AnyValue to List<String> in GetStaffByIdStaff, GetStaffByUserIdStaffs, ListStaffStaffs, and UpdateStaffVariablesBuilder classes.
- Updated JSON serialization/deserialization for preferredLocations to handle List<String>.
- Modified Staff entity to include preferredLocations as List<String>.
- Adjusted ProfileSetupBloc and PersonalInfoBloc to accommodate changes in preferredLocations.
- Updated PersonalInfoRepositoryImpl to handle preferredLocations as List<String>.
- Refactored PersonalInfoContent and PersonalInfoForm to use locations instead of address.
- Updated GraphQL mutations and schema to reflect the new List<String> type for preferredLocations.
2026-01-27 02:17:52 -05:00
José Salazar
d67dfd6f2f disconecting expiry time and savings 2026-01-26 18:39:22 -05:00
José Salazar
42a11590f1 adding new filds to account 2026-01-26 13:49:57 -05:00
José Salazar
0ba5a9ae16 registration and login ready, with some validations 2026-01-26 10:48:33 -05:00
José Salazar
21931f4402 modification orders schema 2026-01-23 09:40:38 -05:00
José Salazar
703235d69b making city null 2026-01-22 12:37:08 -05:00
José Salazar
c211c4712d modications for hubs and teams 2026-01-22 12:24:57 -05:00
José Salazar
5e3defa59d corrections for the deploy of dataconnect 2026-01-21 12:51:29 -05:00
José Salazar
4e09d21beb modifications queries, mutations of contact, recentPayment, shiftRole, teamhub 2026-01-20 14:23:04 -05:00
José Salazar
c5afbd99cd moving dataconnect to dev 2026-01-19 19:18:11 -05:00