nxtgauge-backend-rust/apps/tutors/src
Ashwin Kumar Sivakumar 4e292efbdf fix: profession admin listing endpoints matched role_key in the wrong case
Each profession's admin list/get endpoint (apps/<role>/src/admin.rs) filtered
user_role_profiles by a lowercase role_key literal (e.g. 'photographer'), but
the app always stores it uppercase ('PHOTOGRAPHER', matching role_to_table in
apps/users/src/handlers/role_meta.rs). These endpoints therefore always
returned an empty list / 404, regardless of how many professionals had
actually submitted. catering_services also had a singular/plural mismatch
('catering_service' vs the stored 'CATERING_SERVICES'). Uppercased (and
correctly pluralized) all 10 literals to match.
2026-07-21 01:28:09 +05:30
..
admin.rs fix: profession admin listing endpoints matched role_key in the wrong case 2026-07-21 01:28:09 +05:30
handlers.rs feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
main.rs chore: retrigger isolated CI builds for 6 more services on bad digests 2026-07-15 03:01:39 +05:30