nxtgauge-backend-rust/apps/users/src/handlers
Tracewebstudio Dev 623cda47b0
All checks were successful
build-and-release / build (employees) (push) Successful in 1m25s
build-and-release / build (developers) (push) Successful in 1m41s
build-and-release / build (customers) (push) Successful in 1m43s
build-and-release / build (cron) (push) Successful in 1m57s
build-and-release / build (catering-services) (push) Successful in 2m19s
build-and-release / build (companies) (push) Successful in 2m44s
build-and-release / build (fitness-trainers) (push) Successful in 1m36s
build-and-release / build (gateway) (push) Successful in 1m40s
build-and-release / build (graphic-designers) (push) Successful in 1m50s
build-and-release / build (jobs) (push) Successful in 1m42s
build-and-release / build (job-seekers) (push) Successful in 2m31s
build-and-release / build (leads) (push) Successful in 2m1s
build-and-release / build (photographers) (push) Successful in 1m46s
build-and-release / build (makeup-artists) (push) Successful in 2m30s
build-and-release / build (social-media-managers) (push) Successful in 2m42s
build-and-release / build (tutors) (push) Successful in 2m16s
build-and-release / build (video-editors) (push) Successful in 2m19s
build-and-release / build (payments) (push) Successful in 4m40s
build-and-release / build (ugc-content-creators) (push) Successful in 4m35s
build-and-release / build (users) (push) Successful in 4m45s
fix: end-to-end workflow fixes for company/job-seeker and profession flows
- companies/admin: add proper POST /jobs/{id}/approve and /jobs/{id}/reject
  endpoints (sets status=LIVE, not direct SQL bypass)
- customers: fix list_requests to query by customer_user_id (not professional),
  add optional lead_id filter; fix debit to use professional_user_id
- payments: switch razorpay_order_id column to payu_txnid (PayU migration)
- users/auth: fix role resolution to not inject phantom roles for professionals
- contracts/profession_shared: fix my_requests SQL to join leads+users instead
  of nonexistent requirements table
- db/job_seeker: fix INSERT VALUES placeholder count (add missing $10)
- storage: add MOCK_STORAGE=true mode for local dev without real B2 creds

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-18 11:40:01 +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_ai.rs Fix /api/ai/* returning 500 on every request, close credit-minting bugs, add grounding guardrail 2026-07-03 04:05:14 +05:30
admin_email.rs fix(ai): align backend plans and clean warnings 2026-06-15 09:23:44 +05:30
ai.rs fix: resolve all warnings and errors 2026-07-06 03:00:37 +05:30
ai_auto.rs Fix /api/ai/* returning 500 on every request, close credit-minting bugs, add grounding guardrail 2026-07-03 04:05:14 +05:30
ai_credits.rs feat: Complete Ask Ash AI Credits implementation on high-performance branch (Tasks 1-10) 2026-07-06 01:49:16 +05:30
ai_phase4.rs feat: Complete Ask Ash AI Credits implementation on high-performance branch (Tasks 1-10) 2026-07-06 01:49:16 +05:30
ai_prompts.rs feat(ai): Phase 3 - RAG, streaming, rate limiting, feedback 2026-06-08 06:15:58 +05:30
approvals.rs fix(verification): align document keys and dedupe role maps across handlers 2026-07-14 21:23:30 +05:30
auth.rs fix: end-to-end workflow fixes for company/job-seeker and profession flows 2026-07-18 11:40:01 +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 fix(session1): customer list_requests path arg, external-role by-key endpoint, RuntimeRoleDetail type 2026-06-10 16:19:46 +02:00
internal.rs Issue each account its own LiteLLM virtual key instead of the shared master key 2026-07-16 20:29:00 +05:30
kb.rs fix(e2e): 14 bug fixes across users, leads, gateway, KB, and reviews 2026-06-10 16:17:10 +02:00
mod.rs Issue each account its own LiteLLM virtual key instead of the shared master key 2026-07-16 20:29:00 +05:30
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 fix(ai): align backend plans and clean warnings 2026-06-15 09:23:44 +05:30
payment_gateway.rs Replace Razorpay payment integration with PayU hosted checkout 2026-07-02 18:31:07 +05:30
permissions.rs feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
pricing.rs fix(pricing): support roleKey alias and leads schema 2026-04-29 09:59:41 +02:00
profile.rs fix(profile): use user_role_profile_id column, not id, for profession tables 2026-07-15 00:57:39 +05:30
reviews.rs fix(ai): align backend plans and clean warnings 2026-06-15 09:23:44 +05:30
role_meta.rs fix(verification): align document keys and dedupe role maps across handlers 2026-07-14 21:23:30 +05:30
roles.rs feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +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 Replace Razorpay payment integration with PayU hosted checkout 2026-07-02 18:31:07 +05:30
user_roles.rs fix(e2e): 14 bug fixes across users, leads, gateway, KB, and reviews 2026-06-10 16:17:10 +02:00
verifications.rs fix(verifications): wrap list response in {items: [...]} 2026-07-15 00:51:14 +05:30