Give specialty modules the same Queue UI as GPs.
Deploy Ladill Care / deploy (push) Successful in 36s

Specialty homes now use the shared Waiting/In care board with Call next, Start routes specialty tickets into specialty workspaces, and redundant Dentistry/Specialty module chrome is removed.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-18 15:52:00 +00:00
co-authored by Cursor
parent dd3e42ebf3
commit ec9135c59d
15 changed files with 429 additions and 246 deletions
+1 -3
View File
@@ -463,12 +463,10 @@ class SpecialtyShellService
public function navItems(string $moduleKey): array
{
// Queue home is the primary surface; history/billing are secondary links in the shell header.
return [
'overview' => ['label' => 'Overview', 'route' => 'care.specialty.show'],
'visits' => ['label' => 'Visits', 'route' => 'care.specialty.visits'],
'history' => ['label' => 'History', 'route' => 'care.specialty.history'],
'billing' => ['label' => 'Billing', 'route' => 'care.specialty.billing'],
'workspace' => ['label' => 'Workspace', 'route' => 'care.specialty.workspace'],
];
}