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
+24
View File
@@ -495,4 +495,28 @@ return [
],
'specialist_keywords' => ['ambulance', 'ems', 'paramedic', 'prehospital'],
],
'nursing_services' => [
'label' => 'Nursing Services',
'description' => 'Nursing administration hub: nurse registry, ward allocation, duty roster, and unit clinical shortcuts.',
'department_type' => 'nursing',
'department_name' => 'Nursing Services',
'queue_name' => 'Nursing',
'queue_prefix' => 'NUR',
'nav_label' => 'Nursing',
'icon' => 'user-group',
'queue_keywords' => ['nursing', 'nurse', 'matron', 'ward'],
'access' => 'general',
'roles' => [
'nurse', 'ed_nurse', 'theatre_nurse', 'labour_ward_nurse',
'fertility_nurse', 'dialysis_nurse', 'midwife',
],
'view_roles' => [
'nurse', 'ed_nurse', 'theatre_nurse', 'labour_ward_nurse',
'fertility_nurse', 'dialysis_nurse', 'midwife',
'department_manager', 'general_physician', 'doctor',
],
'refer_roles' => [],
'specialist_keywords' => ['nursing services', 'nursing', 'matron'],
'default_on_paid_plans' => true,
],
];