Done
Details
Assignee
Oleh PocherninOleh PocherninReporter
Kostyantyn KhodarevKostyantyn KhodarevPriority
P4Story Points
5Sprint
NoneDevelopment Team
VegaFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Oleh Pochernin
Oleh PocherninReporter
Kostyantyn Khodarev
Kostyantyn KhodarevPriority
Story Points
5
Sprint
None
Development Team
Vega
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 20, 2019 at 1:42 PM
Updated June 30, 2021 at 2:37 PM
Resolved July 19, 2019 at 2:01 PM
Purpose: Display date and source for check in notes when viewing from the action menu.
Story: As a circulation staff member, I want to review instructions I received at check in, so that I can make sure I followed them.
Scenario
Given an item that has been checked in, that has at least one check in note
When the user opens the actions menu
Then link to Check in notes (at bottom of list)
Scenario
Given the open actions menu for an item that has been checked in, that has at least one check in note
When the user clicks Check in notes
Then display the check in note modal:
Header: Check in notes
Body:
<title of item> (<Material type>) (Barcode: <barcode of item>) has <number of check in notes> notes.
Table of notes, sorted by most recently added at the top
Note (text of check in note)
Date (date and time added)
Source (user who added the note)
Controls:
Close
Notes: The attached mockup shows the modal from UICHKIN-76; the scenarios in this story slightly differ because the item is not being checked in during this interaction.
Notes: This duplicates UICHKIN-78 except for adding the date and source of the note in the view and being able to sort notes by most recently added.