Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
-
eHoldings Sprint 56
-
3
-
Spitfire
Description
Tags should be returned by mod-kb-ebsco API GET method which retrieves Resource record.
Affected API methods:
- GET /eholdings/resources/<resourceId>
Tags should be placed inside record's attributes as a separate object with name "tags"
Tag object schema is common for all records and can be found in /raml-util/schemas/tags.schema
To support tags retrieval mod-kb-ebsco has to provide a storage there tags are represented as plain values (simple string like "important", "urgent", "spitfire") linked to associated records. The linked record should be represented by record id and record type. Example for a resource:
- record id = 460-6259-390182;
- record type = "resource"
Record type is required to avoid possible collisions between ids of records of different types.
TestRail: Results
Attachments
Issue Links
- has to be done before
-
MODKBEKBJ-172 API Tests: Resources Endpoint Update for Tags
-
- Closed
-
- relates to
-
UXPROD-1301 Tags: eholdings app: Add tags to provider, package, resource, and title records
-
- Closed
-