nxtgauge-backend-rust/apps/users/src/handlers
Ashwin Kumar 5451ff5657 Fix users service startup panic — route syntax and admin login
- All /:param routes converted to /{param} (Axum v0.8 breaking change)
- admin.rs, kb.rs, reviews.rs, support.rs, pricing.rs, coupons.rs fixed
- employees app routes fixed (departments, designations, employees handlers)
- kb.rs multiline route definitions also fixed
- Users service now boots successfully

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 02:32:46 +02:00
..
admin.rs Fix users service startup panic — route syntax and admin login 2026-04-03 02:32:46 +02:00
approvals.rs feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
auth.rs feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
config.rs feat(phase1): wire email notifications, shared email crate, AppState for services 2026-04-02 01:42:48 +02:00
coupons.rs Fix users service startup panic — route syntax and admin login 2026-04-03 02:32:46 +02:00
dashboard.rs Add reviews, coupons, discounts, pricing packages, and reports handlers 2026-04-02 18:09:50 +02:00
departments.rs Update users handlers for config and management endpoints 2026-03-30 04:52:27 +02:00
designations.rs Update users handlers for config and management endpoints 2026-03-30 04:52:27 +02:00
employees.rs Fix backend compile errors after schema migrations 2026-04-03 02:25:47 +02:00
external_roles.rs feat(runtime-config): derive enabled modules from internal role permissions 2026-03-27 21:34:28 +01:00
kb.rs Fix users service startup panic — route syntax and admin login 2026-04-03 02:32:46 +02:00
mod.rs Add reviews, coupons, discounts, pricing packages, and reports handlers 2026-04-02 18:09:50 +02:00
notifications.rs feat(phase1): wire email notifications, shared email crate, AppState for services 2026-04-02 01:42:48 +02:00
onboarding.rs feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
permissions.rs chore: checkpoint current workspace changes 2026-03-25 22:15:07 +01:00
pricing.rs Fix users service startup panic — route syntax and admin login 2026-04-03 02:32:46 +02:00
reviews.rs Fix users service startup panic — route syntax and admin login 2026-04-03 02:32:46 +02:00
roles.rs Fix backend compile errors after schema migrations 2026-04-03 02:25:47 +02:00
support.rs Fix users service startup panic — route syntax and admin login 2026-04-03 02:32:46 +02:00
user_roles.rs feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00