No description
- New service at apps/ugc_content_creators (port 8095) - DB model + repository in crates/db/src/models/ugc_content_creator.rs - Migration: ugc_content_creator_profiles table with platforms, content_niches, content_formats, follower_count, handles, and standard status/timestamps - Contracts: is_professional_profile_approved() handles UGC_CONTENT_CREATOR case - Gateway: routes /api/ugc-content-creators to new service - Workspace Cargo.toml updated with new member 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.