nxtgauge-backend-rust/apps
Ashwin Kumar 7928e21a21 fix: resolve all compilation warnings and errors across services
- Remove duplicate departments/designations/employees handlers from users service (already in employees service)
- Fix all 9 profession admin handlers to use correct DB schema (display_name, bio, location, custom_data)
- Fix companies admin handler to match CompanyProfile DB model with all fields
- Fix customers admin handler to match Requirement model with preferred_date
- Fix missing serde_json imports and type annotations in admin handlers
- Add #[allow(dead_code)] for intentionally unused structs/fields
- Add test infrastructure: auth crypto tests (2 passing), test directory structure
- Zero compilation warnings across all services
2026-04-07 12:52:55 +02:00
..
catering_services fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
companies fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
cron feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
customers fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
developers fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
employees fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
fitness_trainers fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
gateway feat: add admin leads endpoint and fix routing 2026-04-06 19:23:47 +02:00
graphic_designers fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
job_seekers feat: complete backend implementation - payments service, admin endpoints, auth guards, submit-for-verification for all roles 2026-04-06 06:19:10 +02:00
makeup_artists fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
payments feat: add activity logs audit endpoint, payment notifications, gateway routing 2026-04-06 18:23:04 +02:00
photographers fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
social_media_managers fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
tutors fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
ugc_content_creators Add UGC Content Creator microservice (10th professional role) 2026-04-05 21:14:02 +02:00
users fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
video_editors fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00