Details
-
New Feature
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
None
-
-
None
-
Medium < 5 days
-
Medium < 5 days
-
Medium
-
Assumes Position in Queue is figured out
-
Prokopovych
-
-
R1
-
R1
-
R1
-
R1
-
R1
-
R1
-
R1
-
R1
-
R1
-
R1
Description
Implement a Request Queue, which is an ordered list of all open requests on an item, in the order in which they are eligible to be filled. In the first iteration an item's position in the queue will be based solely on the creation date of the request and requests will be filled first-in-first-out.
In later iterations the queue will be reorder-able by staff with appropriate permissions, and bulk actions will be implemented, including cancelling multiple requests at once.