Commit Graph

24 Commits

Author SHA1 Message Date
Achintha Isuru
f39f8860ea Persist verificationId for staff certificates
Add support for verificationId throughout the certificate flow: schema, GraphQL mutations/queries, domain, repositories, service implementation, and UI.

- Backend: add verificationId to Certificate schema and include it in upsert/create mutations; add auth insecureReason notes to related connector operations.
- Data layer: add verificationId parameter to StaffConnectorRepository API and propagation in implementation (SDK call remains commented with FIXME until dataconnect SDK is regenerated).
- Domain: add verificationId field to StaffCertificate (constructor, copyWith, props).
- Certificates flow: create verification via verificationService, pass returned verificationId to upsertStaffCertificate so the verification record is persisted with the certificate.
- UI: update certificate upload page to show existing file path, disable editing of name/issuer/number, rearrange fields, move remove button, change file icon and text style.
- Misc: minor lambda formatting cleanup in benefits mapping.

Note: the generated dataconnect SDK must be refreshed to enable the new .verificationId(...) call (there is a commented FIXME in the connector implementation).
2026-02-27 15:27:15 -05:00
José Salazar
d7bd1174c9 new query for history 2026-02-19 16:46:32 -05:00
José Salazar
e6b3eca16d new query for my shifts 2026-02-19 15:40:34 -05:00
José Salazar
869ece91a2 solving problems of validations and adding query of application 2026-02-17 10:06:32 -05:00
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
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
06882f91df deleting accepted from application 2026-02-10 11:59:07 -05:00
José Salazar
818fc1759a solving problem adding checkin time 2026-02-02 20:45:12 +09:00
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
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
7e17903942 new hudId in order in others queries 2026-01-29 15:36:23 -05:00
José Salazar
5ceb8f3421 adding more status por staffs in view order 2026-01-28 20:14:46 -05:00
José Salazar
e38c13e61a live today from home 2026-01-27 15:43:24 -05:00
José Salazar
3dc2e90962 adding more status for the queri of coverage 2026-01-27 11:26:58 -05:00
José Salazar
afba0e64df view shits of ordes by date 2026-01-23 20:43:18 -05:00
José Salazar
c5afbd99cd moving dataconnect to dev 2026-01-19 19:18:11 -05:00