**Goal:** Enforce the `VERIFIED` state when items arrive at their destination. **Tasks:** - [ ] Update `PATCH /api/move-requests/:id` to accept a transition to `VERIFIED`. - [ ] 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_TRANSIT` remain flagged until verified. - [ ] Verify that the `ItemHistory` log reflects the exact time of verification.
Goal: Enforce the
VERIFIEDstate when items arrive at their destination.Tasks:
PATCH /api/move-requests/:idto accept a transition toVERIFIED.Acceptance Criteria:
IN_TRANSITremain flagged until verified.ItemHistorylog reflects the exact time of verification.