Separate unit placements from shift duty assignments.
Deploy Ladill Care / deploy (push) Successful in 30s

Roster no longer writes temporary staff assignments; unit assignment UI drops shift fields and labels clarify the two workflows.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-20 11:49:18 +00:00
co-authored by Cursor
parent 5125a6fe27
commit b7aca6ee2b
15 changed files with 68 additions and 101 deletions
@@ -85,6 +85,7 @@ class NursePerformanceService
$assignedStaff = StaffAssignment::owned($ownerRef)
->where('care_unit_id', $unit->id)
->where('status', 'active')
->unitPlacements()
->effectiveOn($to)
->with('member')
->get();