nxtgauge-backend-rust/apps
Tracewebstudio Dev d08449185e feat: add v1 users API routes for backward compatibility
- Add /api/v1/users path routing to users service in gateway
- Add v1_router() in auth.rs with resend-otp endpoint
- Nest /api/v1/users route in main.rs
- Support legacy /api/v1/users/resend-otp endpoint
2026-04-16 18:06:06 +02:00
..
catering_services feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
companies feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
cron feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
customers feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
developers feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
employees fix: use unique ports 9100-9117 (avoids conflicts with BrowserOS on 9000/9103) 2026-04-09 22:18:30 +02:00
fitness_trainers feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
gateway feat: add v1 users API routes for backward compatibility 2026-04-16 18:06:06 +02:00
graphic_designers feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
job_seekers feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
jobs fix: migrate route params to Axum 0.7+ syntax ({id} instead of :id) 2026-04-13 16:04:55 +02:00
leads fix: migrate route params to Axum 0.7+ syntax ({id} instead of :id) 2026-04-13 16:04:55 +02:00
makeup_artists feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
payments feat: pricing packages with multi-select roles, lead requests, mock checkout 2026-04-13 01:36:13 +02:00
photographers feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
social_media_managers feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
tutors feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
ugc_content_creators feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
users feat: add v1 users API routes for backward compatibility 2026-04-16 18:06:06 +02:00
video_editors feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00