Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Duplicate
-
None
-
None
Description
Purpose:
To apply an item status based on the oldest open associated request
Scenarios:
- Scenario
- Given Item Y
- When there is more than one open request (i.e. Request status = Open - Not yet filled OR Open - Awaiting pickup)
- Then Item Y should look to the oldest open request for the type of recall to include in the request status (e.g. if the oldest, open request is a hold, the item status should be "Checked out - Held")
- Scenario
- Given Item Y with multiple requests
- When the oldest, open request's status changes to Closed - filled
- Then Item Y's status should update, looking to the now oldest open request for the type of request to include in the request status (e.g. if the oldest, open request is a recall, the item status should be "Checked out - Recalled", if the oldest open request is a hold, the item status should be "Checked out - Held")