Done
Details
Assignee
Sergiy SergiyenkoSergiy SergiyenkoReporter
Charlotte WhittCharlotte WhittTester Assignee
Charlotte WhittCharlotte WhittLabels
Priority
P3Story Points
3Sprint
NoneDevelopment Team
ProkopovychFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Sergiy Sergiyenko
Sergiy SergiyenkoReporter
Charlotte Whitt
Charlotte WhittTester Assignee
Charlotte Whitt
Charlotte WhittLabels
Priority
Story Points
3
Sprint
None
Development Team
Prokopovych
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 9, 2020 at 6:21 AM
Updated November 8, 2021 at 4:02 PM
Resolved July 3, 2020 at 11:05 AM
Purpose: Source is an element in the instance record in Inventory. Source defines whether the instance record is created in FOLIO format, and maintained in Inventory - then source is labelled FOLIO; or the the record is created in MARC, and maintained in the MARC format using quickMARC (and eventually MARCcat), and there is stored an underlying MARC record in SRS.
Usecase: As a cataloger/technical staff, I want to search and filter on Source, e.g. when I prepare a search for export of a list with UUIDs.
The source is in the Instance record, in the accordion Administrative data:
Scenarios:
Scenario
Login to FOLIO Snapshot , and go to Inventory
When the Instance segment is selected
Then filter for Source is listed in the order according to https://folio-org.atlassian.net/browse/UIIN-759#icft=UIIN-759 (after: Instance status ; and by May 2020, while Instance status is not yet implemented, then after Date updated, and before Tags (which is not MVP)).
When looking at the list of filters
Then the Source filter is displayed collapsed by default
Scenario
When click on the little caret
Then the filter will be unfold
Scenario
When the filter is unfolded
Then following values display as check boxes
FOLIO
MARC
Scenario
When selecting FOLIO
Then the search will be narrowed down by a CQL search: source == "FOLIO"
Scenario
When selecting MARC
Then the search will be narrowed down by a CQL search: source == "MARC"
Other comments:
In order to support editing of Holdings record formated as MARC, a similar filter will be relevant in the Holdings segment, when https://folio-org.atlassian.net/browse/UIIN-1123#icft=UIIN-1123 is implemented.