Add practitioners admin and staff-scoped Care UX.
Deploy Ladill Care / deploy (push) Successful in 43s

Hospital admins can manage assignable doctors and invite team members
from Ladill mailboxes; invited staff only see Care tools they need.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-14 21:59:39 +00:00
co-authored by Cursor
parent 898275ec05
commit 3a7bd14b2b
19 changed files with 684 additions and 18 deletions
+4
View File
@@ -34,9 +34,13 @@ return [
'department.created' => 'Department created',
'department.updated' => 'Department updated',
'department.deleted' => 'Department deleted',
'practitioner.created' => 'Practitioner added',
'practitioner.updated' => 'Practitioner updated',
'practitioner.deleted' => 'Practitioner removed',
'member.created' => 'Member added',
'member.updated' => 'Member updated',
'member.deleted' => 'Member removed',
'member.invited' => 'Member invited',
'patient.created' => 'Patient registered',
'patient.updated' => 'Patient record updated',
'patient.deleted' => 'Patient record archived',