nxtgauge-backend-rust/apps/users
Ashwin Kumar Sivakumar fd889efa22
All checks were successful
build-and-release / build (customers) (push) Successful in 11s
build-and-release / build (catering-services) (push) Successful in 13s
build-and-release / build (companies) (push) Successful in 16s
build-and-release / build (developers) (push) Successful in 16s
build-and-release / build (cron) (push) Successful in 17s
build-and-release / build (employees) (push) Successful in 16s
build-and-release / build (fitness-trainers) (push) Successful in 6s
build-and-release / build (gateway) (push) Successful in 5s
build-and-release / build (graphic-designers) (push) Successful in 7s
build-and-release / build (job-seekers) (push) Successful in 7s
build-and-release / build (jobs) (push) Successful in 5s
build-and-release / build (makeup-artists) (push) Successful in 5s
build-and-release / build (payments) (push) Successful in 7s
build-and-release / build (photographers) (push) Successful in 4s
build-and-release / build (tutors) (push) Successful in 5s
build-and-release / build (social-media-managers) (push) Successful in 6s
build-and-release / build (ugc-content-creators) (push) Successful in 5s
build-and-release / build (video-editors) (push) Successful in 4s
build-and-release / build (users) (push) Successful in 2m31s
Fix wizard-submitted profile data being dropped and wizard schemas saving with no fields
- GET /api/profile for COMPANY only ever returned company_name, silently
  discarding every other field the wizard (and PATCH) already saved —
  the profile page looked empty after approval. Select and return all
  company_profiles columns.
- The generic professional-role PATCH path (photographer, tutor, etc.)
  overwrote custom_data wholesale instead of merging, so RoleWizard's two
  sequential PATCH calls (portfolio step, then basic+documents step)
  clobbered each other. Read-merge-write instead, matching the existing
  JOB_SEEKER/CUSTOMER pattern.
- create_onboarding_config now rejects schemas with enableWizardFlow=true
  but no steps, or a non-review step with no fields — the root cause of
  a wizard rendering with nothing to fill in.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-29 11:46:03 +05:30
..
src Fix wizard-submitted profile data being dropped and wizard schemas saving with no fields 2026-07-29 11:46:03 +05:30
Cargo.toml feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
Dockerfile fix: Update Dockerfiles to use ci.nxtgauge.com registry 2026-07-08 03:37:18 +05:30