-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Goal: Enforce the VERIFIED state when items arrive at their destination.
Tasks:
- Update
PATCH /api/move-requests/:idto accept a transition toVERIFIED. - Create specific "Incoming Items" dashboard widget.
- Add Action: Admin clicks "Verify" (or scans the item) when it physically arrives to finalize the move.
Acceptance Criteria:
- Ensure items in
IN_TRANSITremain flagged until verified. - Verify that the
ItemHistorylog reflects the exact time of verification.
Reactions are currently unavailable