Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
-
eHoldings Sprint 82
-
1
-
Spitfire
Description
Currently, the response on GET /eholdings/titles does not include contributors
{ "data" : [ { "id" : "89054", "type" : "titles", "attributes" : { "identifiers" : [ { "id" : "1530-2369", "subtype" : "Print", "type" : "ISSN" }, { "id" : "1944-7752", "subtype" : "Online", "type" : "ISSN" } ], "isTitleCustom" : false, "name" : "B to B", "publicationType" : "Journal", "publisherName" : "Crain Communications Incorporated", "subjects" : [ { "subject" : "Commerce", "type" : "Library of Congress" }, { "subject" : "Social Sciences", "type" : "Library of Congress" }, { "subject" : "Marketing and Purchasing", "type" : "Medical" }, { "subject" : "Business and Economics", "type" : "Medical" }, { "subject" : "Business and Economics", "type" : "Medical" }, { "subject" : "Marketing", "type" : "TLI" } ] }, "relationships" : { "resources" : { "meta" : { "included" : false } } } } ], "meta" : { "totalResults" : 29308 }, "jsonapi" : { "version" : "1.0" } }
Example URL:
... /eholdings/titles?page=1&filter[name]=b
Requirement
To unblock UI story https://issues.folio.org/browse/UIEH-836 backend should include contributors to the response.
Suggestion
- update existing TitlesConverter to include contributors
Acceptance Criteria
- unit tests
- API tests
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-2236 Q1 2020 eholdings app UI updates
-
- Closed
-
- has to be done before
-
UIEH-836 Titles Results List - Display Contributor(s) and ISBN/ISSN
-
- Closed
-