nxtgauge-backend-rust/crates
Ashwin Kumar Sivakumar 024fa05e96
Some checks failed
build-and-release / build (customers) (push) Successful in 1m57s
build-and-release / build (employees) (push) Successful in 2m5s
build-and-release / build (catering-services) (push) Successful in 2m32s
build-and-release / build (companies) (push) Successful in 2m38s
build-and-release / build (cron) (push) Successful in 2m54s
build-and-release / build (gateway) (push) Successful in 1m26s
build-and-release / build (fitness-trainers) (push) Successful in 1m46s
build-and-release / build (developers) (push) Successful in 3m58s
build-and-release / build (jobs) (push) Successful in 1m12s
build-and-release / build (graphic-designers) (push) Successful in 2m30s
build-and-release / build (makeup-artists) (push) Successful in 1m43s
build-and-release / build (job-seekers) (push) Successful in 3m1s
build-and-release / build (payments) (push) Successful in 2m51s
build-and-release / build (social-media-managers) (push) Successful in 2m33s
build-and-release / build-db-migrate (push) Successful in 7s
build-and-release / build (photographers) (push) Successful in 3m1s
backend-integration-tests / ai-credits (push) Successful in 50s
build-and-release / build (tutors) (push) Successful in 2m51s
build-and-release / build (ugc-content-creators) (push) Successful in 2m42s
build-and-release / build (video-editors) (push) Successful in 2m33s
build-and-release / build (users) (push) Has been cancelled
feat(marketplace): urgent/featured leads for customers, correct request cap
New paid feature per product clarification: a customer can pay 50
Tracecoins to mark their own open requirement ("lead", professional-
facing) urgent. Urgent leads:
  - sort first in the professional-facing open-leads feed (new --
    there was previously no way for a professional to discover a
    requirement other than being handed its id directly, so this adds
    GET /marketplace alongside the existing GET /marketplace/{id})
  - get a raised per-lead request cap: 20 instead of the normal 10
    (was hardcoded to 20 for everyone -- corrected to the actual
    intended normal cap while adding the urgent tier)
  - trigger an immediate best-effort notification to approved
    professionals in the same profession + location

No separate expiry: urgent status rides the existing 7-day
expires_at, it doesn't extend anything -- it only changes ordering,
cap, and notification while the lead is already live.

TracecoinWalletRepository::try_debit_balance is a new one-shot debit
primitive (SELECT...FOR UPDATE, idempotent on reference_type +
reference_id) for spends that don't need reserve/confirm's two-step
hold -- mark_requirement_urgent debits before flagging the lead, so a
failed/insufficient-funds debit leaves no state to compensate, and a
retry (or two concurrent requests for the same lead) can't double-
charge.
2026-08-18 01:34:24 +05:30
..
auth fix payments runtime and jwt backend 2026-06-09 22:52:30 +02:00
cache Fix security audit findings: admin authz, captcha, secret leak, CORS 2026-07-23 17:31:48 +05:30
contracts feat(marketplace): urgent/featured leads for customers, correct request cap 2026-08-18 01:34:24 +05:30
db feat(marketplace): urgent/featured leads for customers, correct request cap 2026-08-18 01:34:24 +05:30
db-migrate feat(db): update service handlers and models for new schema 2026-04-13 00:29:44 +02:00
email Update backend services: catering_services, companies, developers, gateway, job_seekers, photographers, social_media_managers, tutors, ugc_content_creators, users; update cache (otp, token), contracts (profession_shared, profession_state), db (job_seeker, verification), email; add revision-requested email template; update init-db.sql and start-services.sh 2026-05-08 15:34:29 +02:00
invoice feat: generate a GST invoice automatically after a successful Tracecoin/PayU purchase 2026-07-21 03:02:47 +05:30
storage Add presigned document URLs to stop leaking permanent Backblaze links 2026-07-27 18:07:15 +05:30
wallet fix(wallet): fund-leak on lead rejection, broken expiry refund, dead admin_adjust 2026-08-18 00:51:19 +05:30