Strip healthcare packaging and Care integration from Queue.
Deploy Ladill Queue / deploy (push) Successful in 3m12s

Queue is general-purpose QMS only; Care runs its own native engine.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-18 10:15:32 +00:00
co-authored by Cursor
parent b5ffa499b9
commit b208e59bd0
16 changed files with 123 additions and 501 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
<li>Advanced routing rules</li>
<li>Unlimited kiosks & displays</li>
<li>Ladill-provided queue kiosk, display and audio system</li>
<li>Care & Frontdesk API</li>
<li>Frontdesk & POS API</li>
<li>Reports & exports</li>
</ul>
<div class="mt-6">
+1 -5
View File
@@ -132,12 +132,8 @@
</x-settings.card>
@endif
<x-settings.card title="Integrations" description="Allow Ladill Care and Frontdesk to manage queues in-app via the Queue API. Both apps must also enable integration in their settings.">
<x-settings.card title="Integrations" description="Allow Ladill Frontdesk to manage queues in-app via the Queue API. Frontdesk must also enable integration in its settings.">
<div class="space-y-2">
<label class="flex items-center gap-2 text-sm">
<input type="checkbox" name="care_integration_enabled" value="1" @checked(data_get($organization->settings, 'integrations.care_enabled')) @disabled(! $canManage)>
Ladill Care can manage queues
</label>
<label class="flex items-center gap-2 text-sm">
<input type="checkbox" name="frontdesk_integration_enabled" value="1" @checked(data_get($organization->settings, 'integrations.frontdesk_enabled')) @disabled(! $canManage)>
Ladill Frontdesk can manage queues