Done
Details
Assignee
Khalilah GambrellKhalilah GambrellReporter
Oleksandr_DekinOleksandr_DekinPriority
P3Story Points
3Sprint
NoneDevelopment Team
SpitfireFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Khalilah Gambrell
Khalilah GambrellReporter
Oleksandr_Dekin
Oleksandr_DekinPriority
Story Points
3
Sprint
None
Development Team
Spitfire
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 28, 2021 at 12:53 PM
Updated August 19, 2021 at 8:01 AM
Resolved June 10, 2021 at 1:19 PM
Several FOLIO libraries want the ability to manage MARC authority record in FOLIO. In order to do so, we must support
Storing a MARC authority record in SRS
Examples of MARC authority records are available
https://drive.google.com/drive/folders/1xCdISkaF1arvbgdkoyX6Wc3YDi6RRjHZ
https://www.loc.gov/marc/authority/
Technical approach:
Create new event DI_SRS_MARC_AUTH_RECORD_CREATED for marc authority in the data-import-raml-storage
Create script in liquibase from MARC to MARC_BIB
Added new value MARC_AUTH in RecordType (SRS)
Extend logic in the StoredRecordChunksKafkaHandler (SRS) by adding new event type
Added new item type to list of events in the DataImportConsumersVerticle (if it needed)