Nxtgauge Backend Services
|
All checks were successful
build-and-release / build (photographers) (push) Successful in 7s
build-and-release / build (makeup-artists) (push) Successful in 12s
build-and-release / build (social-media-managers) (push) Successful in 8s
build-and-release / build (tutors) (push) Successful in 8s
build-and-release / build (ugc-content-creators) (push) Successful in 8s
build-and-release / build (video-editors) (push) Successful in 8s
backend-integration-tests / ai-credits (push) Successful in 13s
build-and-release / build (users) (push) Successful in 3m55s
build-and-release / build (developers) (push) Successful in 13s
build-and-release / build (customers) (push) Successful in 18s
build-and-release / build (employees) (push) Successful in 17s
build-and-release / build (companies) (push) Successful in 21s
build-and-release / build (cron) (push) Successful in 20s
build-and-release / build (catering-services) (push) Successful in 24s
build-and-release / build (fitness-trainers) (push) Successful in 7s
build-and-release / build (gateway) (push) Successful in 7s
build-and-release / build (job-seekers) (push) Successful in 7s
build-and-release / build (graphic-designers) (push) Successful in 7s
build-and-release / build (payments) (push) Successful in 8s
build-and-release / build (jobs) (push) Successful in 11s
AskAshResponse now carries draft_content: Option<String> — a clean raw generated text separate from the prose wrapper in message. Used by: - profile_draft: the improved summary text (for Save to Profile) - cover_letter_draft: the letter body (for clipboard copy) When Intent::CoverLetter is detected in ask_ash: - Fetches job_seeker_profiles (full_name, summary, experience, skills) - Calls LLM with cover_letter_generate feature key (charges credits) - Returns action_type: 'cover_letter_draft', suggested_action: 'open_cover_letter' - draft_content holds the raw letter body; message wraps it in --- delimiters - If no profile found: returns navigation response to open_cover_letter - LLM failure falls through to generic path Profile draft updated to populate draft_content: Some(improved) so the frontend no longer needs regex parsing to extract the clean text. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .cargo | ||
| .forgejo | ||
| .gitea/workflows | ||
| .github/workflows | ||
| .mavis/plans | ||
| .sqlx | ||
| apps | ||
| crates | ||
| docs | ||
| load-tests | ||
| scripts | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| cargo-deny.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| companies.pid | ||
| customers.pid | ||
| deny.toml | ||
| DEPLOYMENT_OPTIMIZATION.md | ||
| docker-compose.yml | ||
| Dockerfile.base | ||
| Dockerfile.fast | ||
| Dockerfile.from-binary | ||
| Dockerfile.migrate | ||
| Dockerfile.optimized | ||
| Dockerfile.simple | ||
| Dockerfile.superfast | ||
| Dockerfile.template | ||
| Dockerfile.test | ||
| Dockerfile.ultrafast | ||
| Dockerfile.working | ||
| gateway.pid | ||
| job_seekers.pid | ||
| k8s-migration-job.yaml | ||
| README.md | ||
| start-services.pid | ||
| start-services.sh | ||
| TESTING_STRATEGY.md | ||
| users.pid | ||
| wir.md | ||
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.
CI (Woodpecker)
Required secrets:
REGISTRY_USERNAMEREGISTRY_PASSWORD
See .forgejo/workflows/README.md for details.