Details
Description
Purpose: As a circulation staff member, I need to be informed when I'm checking out a multipiece item (like a score, multi-disc set, or book with supplementary material), so that I can make sure it has all the pieces that it's supposed to.
Scenarios
- Scenario
- Given that an item in Inventory meets these criteria:
- Number of pieces is blank, 0, or 1
- Description of pieces is blank
- Number of missing pieces is blank or 0
- Missing pieces is blank
- When the item is scanned in the Check Out app
- Then do not display the multipiece modal.
- Given that an item in Inventory meets these criteria:
- Scenario
- Given that an item in Inventory meets these criteria:
- Number of pieces is something other than blank or 0 and/or Description of pieces is not blank
- Number of missing pieces is blank or 0
- Missing pieces is blank
- When the item is scanned in the Check Out app
- Then display the multipiece modal:
- Modal title: Confirm multipiece check out
- Modal text: <title> (<material type>) (Barcode: <barcode>) will be checked out.
- Modal fields: Number of pieces, Description of pieces (populated from Inventory)
- if either of these fields are blank in Inventory, show "-"
- Modal buttons:
- Cancel
- Check out
- Given that an item in Inventory meets these criteria:
- Scenario
- Given that an item in Inventory meets these criteria:
- Missing pieces is something other than blank or 0 and/or Missing piece description is not blank
- When the item is scanned in the Check Out app
- Then display the multipiece modal:
- Modal title: Confirm multipiece check out
- Modal text: <title> (<material type>) (Barcode: <barcode>) will be checked out.
- Modal fields: Number of pieces, Description of pieces, Number of missing pieces, Description of missing pieces (populated from Inventory)
- if any of these fields is blank in Inventory, show "-"
- Modal buttons:
- Cancel
- Check out
- Given that an item in Inventory meets these criteria:
- Scenario
- Given that an item has triggered a multipiece modal in Check Out
- When the user clicks Confirm
- Then check out the item to the user & return to Check Out screen
- Scenario
- Given that an item has triggered a multipiece modal in Check Out
- When the user clicks Cancel or the upper-left-hand "X"
- Then return to Check Out screen without checking out the item (clear barcode from barcode field)
Note: Mockups attached reference "check in", use "check out" where appropriate.
Note: According to the spreadsheet linked in UIIN-250 and UIIN-252, the titles of the relevant inventory fields are Number of pieces, Description of pieces, Number of missing pieces, Missing pieces. Use the field labels from Inventory, not the field labels as they currently appear on the mockup.
Note: Item should not be checked out until user clicks Confirm.
TestRail: Results
Attachments
Issue Links
- is blocked by
-
UIIN-250 Item Record. Accordion Item data. Implement new elements and reorder data
-
- Closed
-
-
UIIN-252 Item Record. Accordion Conditions data. Implement more elements and reorder data
-
- Closed
-
- is cloned by
-
UICHKIN-46 Check in: Display modal for multipiece items
-
- Closed
-
- relates to
-
UICHKOUT-482 Problem with checkout of multi-piece item when it's not the first one
-
- Closed
-
-
UXPROD-246 Confirm checkin/checkout windows based on item characteristics (multipiece, suppressed in Inventory)
-
- Closed
-