Done
Details
Assignee
Emma BoettcherEmma BoettcherReporter
Yevhenii MaltsevYevhenii MaltsevLabels
Priority
P4Story Points
5Sprint
NoneDevelopment Team
ConcordeFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Emma Boettcher
Emma BoettcherReporter
Yevhenii Maltsev
Yevhenii MaltsevLabels
Priority
Story Points
5
Sprint
None
Development Team
Concorde
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 8, 2019 at 1:12 PM
Updated January 15, 2020 at 1:41 PM
Resolved October 24, 2019 at 6:56 PM
Purpose:
Add matching highlight to locations filtering result (the filtering will be added in the scope of UICIRC-314)
Scenarios
Scenario 1: Type ahead filtering
Given the circulation rule editor
When adding/editing a new circulation rule and
When editing the attributes section of the rule
When typing s following a space
Then display in the editor an expandable menu that contains the configured list of Institution Codes
When clicking on the desired Institution Code, e.g., DUK
Then display in the editor a menu that contains the configured list of Campus Codes (limited to those configured in FOLIO as children of the selected parent Institution)
When clicking any individual Campus Code entry, e.g., WC (DUK)
Then display in the editor a menu that contains the configured list of Library Codes (limited to those configured in FOLIO as children of the selected parent Campus)
When clicking any individual Library Code entry, e.g., PER (DUK-WC)
Then display in the editor a menu that contains the configured list of Location Codes (limited to those configured in FOLIO as children of the selected parent Library)
Given the filter box (with ghost text "Filter options list")
When I enter all or part of a location name or location code
Then the system will present the location(s) that match:
As with the default display, results should be displayed with Codes on the left and FOLIO Name in parentheses on the right
Matching text should be displayed as bold
Scenario continues as described in Scenario 1 (UICIRC-314)