nxtgauge-backend-rust/apps
Tracewebstudio Dev 1d50d21f00 fix(auth): also accept 'name' field for signup compatibility
Frontend sends 'name' field directly. RegisterPayload now accepts:
- name (direct, used by frontend)
- full_name (legacy)
- first_name + last_name (new format)
2026-04-13 20:13:53 +02:00
..
catering_services feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
companies fix: replace u.full_name with u.name in remaining services 2026-04-13 17:12:49 +02:00
cron fix: replace u.full_name with u.name in remaining services 2026-04-13 17:12:49 +02:00
customers fix: replace u.full_name with u.name in remaining services 2026-04-13 17:12:49 +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 separate jobs and leads services 2026-04-12 22:03: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 fix: replace u.full_name with u.name in remaining services 2026-04-13 17:12:49 +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 fix(auth): also accept 'name' field for signup compatibility 2026-04-13 20:13:53 +02:00
video_editors feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00