Details
Description
Purpose:
To implement statuses for requests.
Scenarios:
- Scenario
- Given open request X for item Y and item Y has not been checked in to fill the request
- Then request X's request status should be "Open - Not yet filled"
- Scenario
- Given open request X for item Y with:
- Request status = "Open - Not yet filled"
- Request Fulfillment preference = Hold shelf
- When item Y is checked in
- Then request X’s request status should change to “Open - Awaiting pickup”
- Given open request X for item Y with:
- Scenario
- Given open request X for item Y with:
- Request status = "Open - Awaiting pickup"
- When item Y checked out to the requester
- Then request X’s request status should change to “Closed - Filled”
- Given open request X for item Y with:
- Scenario
- Given open request X for item Y with:
- Request status = "Open - Awaiting pickup"
- When item Y is checked out to a user who is NOT the requester
- Then a message should appear "This item is awaiting pickup by a different user"
- No check out will occur
- The request status should remain "Open - Awaiting pickup"
- Given open request X for item Y with:
TestRail: Results
Attachments
Issue Links
- blocks
-
CIRC-52 Implement "Awaiting Pickup" Item status
-
- Closed
-
-
UIREQ-41 Display Request Status on Request Details
-
- Closed
-
-
UIREQ-42 Filter Requests by Request Status
-
- Closed
-
-
UIREQ-43 CRUD Add Request Status to Request Search Results
-
- Closed
-
-
UIREQ-62 Request Results Refinement
-
- Closed
-
- is blocked by
-
CIRC-77 Add proxy user to requests
-
- Closed
-
-
CIRC-79 Validate Proxy Relationship for Loans and Requests
-
- Closed
-
-
CIRC-80 add material type field, contributors and callno to the item
-
- Closed
-
-
CIRCSTORE-37 Add status to requests
-
- Closed
-
- relates to
-
CIRC-56 Get Item Status from Oldest Open Associated Request
-
- Closed
-
-
FOLIO-1063 Update FOLIO Ansible with Request Status
-
- Closed
-
-
CIRC-83 Determine a requests position in the request queue for an item
-
- Closed
-
-
UICHKOUT-406 Modal for Checkout "awaiting pickup" message
-
- Closed
-
-
UIIN-82 Specifications, design, data models for item states
-
- Closed
-
-
UXPROD-233 Request statuses "Closed - filled" and "Closed - cancelled"
-
- Closed
-
- links to