nxtgauge-backend-rust/apps
Ashwin Kumar 89b055b329 Add UGC Content Creator microservice (10th professional role)
- 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>
2026-04-05 21:14:02 +02:00
..
catering_services feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
companies feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
cron feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
customers feat(admin): wire management modules to live backend and add UGC role 2026-04-02 13:09:43 +02:00
developers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
employees Fix users service startup panic — route syntax and admin login 2026-04-03 02:32:46 +02:00
fitness_trainers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
gateway Add UGC Content Creator microservice (10th professional role) 2026-04-05 21:14:02 +02:00
graphic_designers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
job_seekers feat(phase1): wire email notifications, shared email crate, AppState for services 2026-04-02 01:42:48 +02:00
makeup_artists feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
photographers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
social_media_managers feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
tutors feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00
ugc_content_creators Add UGC Content Creator microservice (10th professional role) 2026-04-05 21:14:02 +02:00
users Fix users service startup panic — route syntax and admin login 2026-04-03 02:32:46 +02:00
video_editors feat: add Redis for OTP, auth tokens, rate limiting, lead dedup and marketplace cache 2026-03-18 22:58:42 +01:00