Operator console · Algorithmic matchmaker

NETVETT

◊ ALGORITHMIC MATCHMAKER · GREEN-GATED BROADCAST

Open-shift broadcast console

Post an open shift against one of your vacancies and the matchmaker resolves the nearest GREEN-status workers within a radius you choose. Push notifications fire to up to 25 eligible candidates; the first tap wins. The claim is settled with an atomic UPDATE … WHERE workerUserId IS NULL so concurrent taps cannot double-book a slot.

Open

0

awaiting claim

Claimed

0

locked to worker

Completed

0

ready for payout

Total

0

all transmissions

◊ POST_OPEN_SHIFT

Open a transmission slot

Vacancy selects the geo + sector. Worker is left null until the first tap claims it.

Loading vacancies and recent shifts…

◊ RECENT_TRANSMISSIONS

Live + recent shifts

Open shifts at the top — the rest sorted newest first. Use Re-broadcast to widen the radius without creating a duplicate row.

0 transmissions on file

No transmissions yet. Post one on the left to seed the matchmaker queue.

◊ T5 · BROADCAST CHAIN · ENABLE_SHIFT_BROADCAST gates the server. Claim path: optimistic UPDATE … WHERE workerUserId IS NULL. Idempotency on POST /broadcast — duplicate calls return the same notified set.