Add shift templates, unit duty roster grid, and Nursing Services hub.
Deploy Ladill Care / deploy (push) Successful in 1m0s
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:
@@ -29,10 +29,14 @@
|
||||
$canHandover = $permissions->can($member, 'nursing.handover.view');
|
||||
$canAssess = $permissions->can($member, 'nursing.assessments.view');
|
||||
$canPerf = $permissions->can($member, 'nursing.performance.view');
|
||||
$canRoster = $permissions->can($member, 'nursing.roster.view');
|
||||
@endphp
|
||||
@if ($canMar)
|
||||
<a href="{{ route('care.care-units.mar', $unit) }}" class="btn-primary">MAR board</a>
|
||||
@endif
|
||||
@if ($canRoster)
|
||||
<a href="{{ route('care.care-units.roster', $unit) }}" class="btn-secondary">Duty roster</a>
|
||||
@endif
|
||||
@if ($canAssess)
|
||||
<a href="{{ route('care.care-units.assessments', $unit) }}" class="btn-secondary">Assessments</a>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user