Restore Care queue FIFO after demo skip left tickets Unassigned.
Deploy Ladill Care / deploy (push) Successful in 1m2s

Provision one branch/context at a time instead of the whole org, fall back to a desk when doctor counters are catching up, sync pharmacy tickets in Care list order on page load, and seed waiting_at/queue_position for demos.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-17 23:05:42 +00:00
co-authored by Cursor
parent 640b62010a
commit 86d79b5099
6 changed files with 111 additions and 23 deletions
@@ -8,7 +8,13 @@
<div class="flex flex-wrap items-center justify-between gap-3 rounded-xl border border-sky-100 bg-sky-50/70 px-4 py-3">
<div>
<p class="text-xs font-semibold uppercase tracking-wide text-sky-700">Queue</p>
<p class="text-sm text-slate-600">Call next operates on your assigned service point only tickets routed to other rooms or desks stay there.</p>
<p class="text-sm text-slate-600">
@if (($qi['routing_mode'] ?? null) === 'shared_pool')
Call next takes the next waiting patient in line for this queue (shared pool).
@else
Call next operates on your assigned service point only tickets routed to other rooms or desks stay there.
@endif
</p>
</div>
<form method="POST" action="{{ route($callNextRoute, $callNextParams) }}">
@csrf