TAMULib / CatalogService

A service for interfacing with Library Catalogs
MIT License
0 stars 1 forks source link

FOLIO Integration: Utilize Okapi to generate more detailed HoldingsRecord #152

Closed jsavell closed 3 years ago

jsavell commented 3 years ago

This PR adds Okapi integration to the existing Edge integration and adjusts the Marc processing in FolioCatalogService to generate a more complete HoldingsRecord.

It also unifies the Lombok generated all argument constructor and the class constructor to avoid parameter/property order issues.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 947703110


Changes Missing Coverage Covered Lines Changed/Added Lines %
service/src/main/java/edu/tamu/catalog/service/FolioCatalogService.java 0 88 0.0%
<!-- Total: 1 89 1.12% -->
Files with Coverage Reduction New Missed Lines %
service/src/main/java/edu/tamu/catalog/service/FolioCatalogService.java 3 61.81%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 832878127: -4.2%
Covered Lines: 728
Relevant Lines: 1156

💛 - Coveralls