Faster voice announcements, Care/Frontdesk API, and console UI polish.
Deploy Ladill Queue / deploy (push) Successful in 28s

Poll displays every 1.2s with client-side TTS ack; expose service API for sibling apps; redesign tickets, counters, and staff console.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 21:51:13 +00:00
co-authored by Cursor
parent 051372672b
commit bc6bf0a07c
22 changed files with 813 additions and 140 deletions
+14
View File
@@ -213,4 +213,18 @@ return [
'custom' => [],
],
/*
|--------------------------------------------------------------------------
| Inbound service API keys (sibling Ladill apps calling Queue)
|--------------------------------------------------------------------------
*/
'service_api_keys' => array_filter([
'pos' => env('QUEUE_API_KEY_POS'),
'crm' => env('QUEUE_API_KEY_CRM'),
'care' => env('QUEUE_API_KEY_CARE'),
'frontdesk' => env('QUEUE_API_KEY_FRONTDESK'),
]),
'display_poll_ms' => (int) env('QUEUE_DISPLAY_POLL_MS', 1200),
];