1) Problem
MHC staff need a simple way to log and track patient laundry across shift changes, with timely “ready” notifications.
Living design doc for the MVP. First-name only · 24-hour retention · HTTPS.
MHC staff need a simple way to log and track patient laundry across shift changes, with timely “ready” notifications.
Primary: MHCs + lead nurse. Key moments: collect → wash → dry → ready → returned.
Check-in/out, basic statuses, 24h purge. Out: photos, SSO, full WFM, room mapping.
Ready SMS (feature-flag). Shift digest to lead. Anti-spam via status transitions.
LaundryItem { id, unit, firstName, status, startedAt, updatedAt, readyAt?, returnedAt? } ActiveRoster { unit, phone, addedAt, expiresAt }
POST /laundry PATCH /laundry/:id/status GET /laundry?unit=…&open=true