No description
- profile.rs: GET/PATCH /api/profile, POST /api/profile/submit-for-verification, GET /api/me/verification-status — all role-aware, guards against duplicate pending - verifications.rs: add POST /api/admin/verifications/:id/request-documents, fix RoleRepository/wallet_id match arm type errors - coupons.rs: fix update_discount missing match block and i64/i32 type mismatch - main.rs: mount /api/profile and /api/me verification-status routers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| apps | ||
| crates | ||
| docs | ||
| scripts | ||
| .env.example | ||
| .gitignore | ||
| Cargo.toml | ||
| docker-compose.yml | ||
| README.md | ||
| start-services.sh | ||
NXTGAUGE Backend Rust
Rust migration target for nxtgauge-nov-2025-backend, preserving the same microservices and request flow.
Target Service Topology
gateway(HTTP API)users(identity, runtime roles, onboarding, approvals)companiescustomersprofessionalsjobseekers
Migration Policy
- Keep contracts stable (REST + proto semantics).
- Keep runtime-config and onboarding schema behavior unchanged during parity phases.
- Replace service implementations one by one.
See docs/MIGRATION_MASTER_PLAN.md for full staged plan.