nxtgauge-backend-rust/apps
Ashwin Kumar 3935277fb7 Fix backend compile errors after schema migrations
- employees.rs: rewrite for new standalone schema (email/password_hash,
  no user_id/role_id FK — matches 20260402030000 migration)
- migration: DROP old employees table before CREATE (old schema incompatible)
- pricing.rs: merge if-else sqlx::query! branches into single nullable param query
- kb.rs: fix target_roles Option<Vec<String>> unwrap, category_id Some() wrapping
- support.rs: fix .or() call with non-optional user_email (use Some())
- roles.rs: fix employees JOIN from role_id (deleted) to role_code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 02:25:47 +02:00
..
catering_services feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
companies feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
cron feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
customers feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
developers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
employees feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
fitness_trainers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
gateway Add public packages endpoint and register in gateway 2026-04-02 18:11:44 +02:00
graphic_designers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
job_seekers feat(phase1): wire email notifications, shared email crate, AppState for services 2026-04-02 01:42:48 +02:00
makeup_artists feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
photographers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
social_media_managers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
tutors feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
users Fix backend compile errors after schema migrations 2026-04-03 02:25:47 +02:00
video_editors feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00