nxtgauge-backend-rust/apps/users/src/handlers
Tracewebstudio Dev aa71ccdf36 Add AI endpoints and gateway route fix
- Fix gateway: add /api/ai route to users_url
- Add AI job field generation endpoints (generate-job-field, generate-cover-letter, tailor-resume, auto-apply)
- Add AI usage tracking and rate limiting
- Add professional auto-respond-to-lead endpoint (30 tracecoins)
- Add DB migrations for AI usage tracking tables
- Update leads service with AI auto-respond functionality
2026-05-01 02:54:42 +02:00
..
activity_logs.rs fix: convert all remaining SQLx macros in handlers to runtime API 2026-04-09 08:11:26 +02:00
admin.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
admin_email.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
ai.rs Add AI endpoints and gateway route fix 2026-05-01 02:54:42 +02:00
approvals.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
auth.rs fix: get_user_role_keys returns newest role first, not oldest 2026-04-21 21:51:02 +02:00
config.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
coupons.rs fix: suppress dead_code warnings with #[allow(dead_code)] 2026-04-18 18:30:56 +02:00
dashboard.rs feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
external_roles.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
kb.rs fix: suppress dead_code warnings with #[allow(dead_code)] 2026-04-18 18:30:56 +02:00
mod.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
modules.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
notifications.rs fix: convert all remaining SQLx macros in handlers to runtime API 2026-04-09 08:11:26 +02:00
onboarding.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
permissions.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
pricing.rs fix(pricing): support roleKey alias and leads schema 2026-04-29 09:59:41 +02:00
profile.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
reviews.rs feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
roles.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
settings.rs feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
support.rs fix(support): add missing status bind parameter in admin create case 2026-04-16 10:28:05 +02:00
user_roles.rs chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
verifications.rs feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00