No description
- Customers service: add admin.rs with GET /api/admin/leads returning requirements with customer info - Update customers main.rs to mount admin router at /api/admin/leads (instead of /api/admin/requirements) - Gateway: route /api/admin/leads to customers service; remove /api/admin/requirements routing - This enables Leads Management page to fetch all platform requirements - Removed redundant /admin/requirements list page from frontend (kept detail page) |
||
|---|---|---|
| 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.