Add My ward nurse station for bedside clinical work.
Deploy Ladill Care / deploy (push) Successful in 39s

Floor nurses keep Nursing Services admin-only, but now get a My ward
home keyed off today's roster or unit placement with patient lists and
direct links to MAR, vitals/assessments, notes, and handovers. Care unit
show and board crumbs open for station users so clinical pages are
reachable without department admin rights.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-20 15:54:26 +00:00
co-authored by Cursor
parent 96f36a60d6
commit 45da731561
15 changed files with 515 additions and 24 deletions
@@ -155,7 +155,8 @@ class CareUnitController extends Controller
$member = $this->member($request);
abort_unless(
$permissions->can($member, 'admin.departments.view')
|| $permissions->can($member, 'inpatient.placement.view'),
|| $permissions->can($member, 'inpatient.placement.view')
|| $permissions->can($member, 'nursing.station.view'),
403,
);
}