Commit Graph

62 Commits

Author SHA1 Message Date
José Salazar
7c85eb44e5 Merge remote-tracking branch 'origin/dev' into recreate_validation 2026-02-17 15:05:57 -05:00
José Salazar
869ece91a2 solving problems of validations and adding query of application 2026-02-17 10:06:32 -05:00
da8192418f fix(mobile): resolve client crash and shift status inconsistency 2026-02-17 16:23:10 +05:30
José Salazar
57e9c90ebd Merge pull request #425 from Oloodi/worker_visibility_settings
Worker visibility settings
2026-02-16 15:04:46 -05:00
José Salazar
b6e8f63d7e adding isProfileVisible to the queries of staff 2026-02-16 14:58:58 -05:00
José Salazar
5f96d5087b adding isProfileVisible for the staff 2026-02-16 14:52:17 -05:00
Achintha Isuru
7cc779cca2 feat(location): Add latitude and longitude to shift details and integrate Google Maps for location display 2026-02-16 14:21:33 -05:00
Achintha Isuru
9b6cad3bde feat(breaks): Implement break functionality with Break entity and adapter 2026-02-16 13:26:04 -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
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
e2729a3668 Merge branch 'dev' into authentication-web 2026-02-04 11:58:21 +05:30
dhinesh-m24
fcb1ddbbb3 fix: Merge conflicts resolved in backend folder 2026-02-04 11:37:30 +05:30
José Salazar
818fc1759a solving problem adding checkin time 2026-02-02 20:45:12 +09:00
dhinesh-m24
fa208f2838 fix: Firebase analytics issue and handled data connect 2026-02-02 16:44:16 +05:30
José Salazar
279544930c solving bugs in check in 2026-02-02 08:25:13 +09:00
José Salazar
b7b7709386 history ready 2026-02-02 07:26:07 +09:00
José Salazar
761830b380 adding validations for apply 2026-02-02 07:14:54 +09:00
José Salazar
a2020f9f98 little advance and corrections 2026-02-02 06:00:39 +09:00
José Salazar
5a2721eebb getting last getApplicationsbyStaffId 2026-02-02 04:55:37 +09:00
José Salazar
6277b9f5e2 changes 2026-02-01 22:39:40 +09:00
José Salazar
1e505c806a hidding collapse and showing start rate of staff 2026-01-30 00:00:44 -05:00
José Salazar
0086585a03 solving the problem of bad information in live today 2026-01-29 21:45:28 -05:00
José Salazar
da8b7d2627 validation if a hug has orders 2026-01-29 18:12:16 -05:00
José Salazar
34546f9b2a new query to validate if a hub has orders before delete 2026-01-29 18:01:16 -05:00
José Salazar
f323f73337 showing better name to shifts in shows orders 2026-01-29 17:17:52 -05:00
José Salazar
02b0790ec3 saving name of the orders 2026-01-29 17:10:26 -05:00
José Salazar
191ba40393 modifications for hub in create one time order 2026-01-29 16:08:44 -05:00
José Salazar
7e17903942 new hudId in order in others queries 2026-01-29 15:36:23 -05:00
José Salazar
aa450c7cbe adding hubid to order 2026-01-29 15:17:34 -05:00
José Salazar
8121912805 new queries y mutuations for hub 2026-01-29 14:18:02 -05:00
José Salazar
1ab1c5b681 queries of taxt form 2026-01-28 20:20:01 -05:00
José Salazar
10b3cc8a0d mutations of taxt form 2026-01-28 20:19:39 -05:00
José Salazar
5ceb8f3421 adding more status por staffs in view order 2026-01-28 20:14:46 -05:00
José Salazar
9c0decefae new sdk info 2026-01-27 16:23:12 -05:00
José Salazar
1c1639b751 Merge branch '216-p0-staff-01-profile-setup-wizard' into coverage_screen_app 2026-01-27 16:15:01 -05:00
José Salazar
e38c13e61a live today from home 2026-01-27 15:43:24 -05:00
José Salazar
4cdbebf2c0 spending in home view working 2026-01-27 15:00:25 -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
José Salazar
dbd4c2fdc8 today coverage ready 2026-01-27 13:11:38 -05:00
Achintha Isuru
f345e715ad 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 12:27:53 -05:00
José Salazar
3dc2e90962 adding more status for the queri of coverage 2026-01-27 11:26:58 -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
fd06391e63 brakedown by week and month 2026-01-26 17:51:30 -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