Add shift templates, unit duty roster grid, and Nursing Services hub.
Deploy Ladill Care / deploy (push) Successful in 1m0s

Phase 3 staff management: real shift entities, week roster linked to temporary assignments, and a nursing ops module surface (registry, today’s allocation, unit shortcuts).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-20 10:40:25 +00:00
co-authored by Cursor
parent 9eb6c21828
commit b2cebe2908
20 changed files with 1439 additions and 8 deletions
+15
View File
@@ -910,5 +910,20 @@ return [
],
],
// Ops hub — patient shell is unused (specialty.show redirects to nursing hub).
'nursing_services' => [
'stages' => [
['code' => 'active', 'label' => 'On duty', 'queue_point' => null],
],
'services' => [],
'workspace_tabs' => [
'overview' => 'Overview',
],
'stage_tabs' => [
'active' => 'overview',
],
'actions' => [],
],
],
];