nxtgauge-backend-rust/crates
Tracewebstudio Dev 231ff9530f fix(auth): use 'name' column instead of 'full_name', combine first_name + last_name
- Replace full_name with name in User struct and all queries
- RegisterPayload now takes first_name + last_name instead of full_name
- Combine first_name and last_name into name before saving to DB
- Update all response structs to use 'name' field instead of 'full_name'
- Fix support and dashboard queries to use u.name instead of u.full_name

Root cause: DB has 'name' column, code was using 'full_name' which doesn't exist.
2026-04-13 16:55:09 +02:00
..
auth fix: resolve all compilation warnings and errors across services 2026-04-07 12:52:55 +02:00
cache chore: checkpoint current workspace changes 2026-03-22 15:55:29 +01:00
contracts feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
db fix(auth): use 'name' column instead of 'full_name', combine first_name + last_name 2026-04-13 16:55:09 +02:00
db-migrate feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
email fix(email): add lead acceptance/rejection compatibility methods for customers 2026-04-11 15:55:20 +02:00
storage chore: sync latest dashboard and role flow updates 2026-04-05 16:52:01 +02:00