[API] Support Dissertation Note in API

Description

This is the API ticket corresponding to https://folio-org.atlassian.net/browse/MODLD-374.

 

image-20240521-165843.png

Scope:

  1. GET, PUT and POST /resource APIs has to be enhanced so support http://bibfra.me/vocab/scholar/dissertation in the Work section of the payload.

  2. Payload should support an array of Dissertation object

  3. Each Dissertation object should contain the following properties

    1. http://bibfra.me/vocab/lite/label

    2. http://bibfra.me/vocab/marc/degree

    3. https://bibfra.me/vocab/marc/dissertationYear

    4. http://bibfra.me/vocab/marc/dissertationNote

    5. http://bibfra.me/vocab/marc/dissertationID

    6. A _grantingInstitutionRef property which contains an array of objects. Each object contains the following values:

      1. label (Label of the organization resource). Label is needed only in GET API. The value provided in label will be ignored by the PUT / POST API.

      2. id (ID of the Organization resource)

Environment

None

Potential Workaround

None

Attachments

5
  • 25 Jun 2024, 02:48 PM
  • 25 Jun 2024, 02:48 PM
  • 25 Jun 2024, 02:48 PM
  • 25 Jun 2024, 02:48 PM
  • 21 May 2024, 06:41 PM

clones

Checklist

hide

Activity

Show:

Tetiana KovalchukJune 26, 2024 at 10:17 AM

Tested on qld env

Build version: #484

Test cases and evidences attached.

Askhat AbishevJune 24, 2024 at 8:39 AM

payload example:

{ "resource": { "http://bibfra.me/vocab/lite/Work": { "http://bibfra.me/vocab/scholar/dissertation": [ { "http://bibfra.me/vocab/lite/label": [ "label" ], "http://bibfra.me/vocab/marc/degree": [ "degree" ], "http://bibfra.me/vocab/marc/dissertationYear": [ "dissertation year" ], "http://bibfra.me/vocab/marc/dissertationNote": [ "dissertation note" ], "http://bibfra.me/vocab/marc/dissertationID": [ "dissertation id" ], "_grantingInstitutionReference": [ { "id": "111" } ] } ], //other Work fields } } }

Punnoose Kutty Jacob PullolickalJune 20, 2024 at 12:24 PM
Edited

That is correct. Predicate is http://bibfra.me/vocab/scholar/dissertation. Corrected the description.

Askhat AbishevJune 20, 2024 at 10:58 AM

shouldn’t the predicate be http://bibfra.me/vocab/scholar/dissertation instead?

Done

Details

Assignee

Reporter

Labels

Priority

Story Points

Sprint

Development Team

Citation

TestRail: Cases

Open TestRail: Cases

TestRail: Runs

Open TestRail: Runs

Created May 21, 2024 at 6:41 PM
Updated June 27, 2024 at 11:52 AM
Resolved June 27, 2024 at 11:52 AM
TestRail: Cases
TestRail: Runs

Flag notifications