Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why these changes are being introduced:
The data model includes fields that are not yet returned in V2
of the API.
Relevant ticket(s):
https://mitlibraries.atlassian.net/browse/RDI-89
How this addresses that need:
This returns the additional V2 fields.
Side effects of this change:
may require modification once we determine the extended set.
RDI:
contents
,call_numbers
,holdings
,literary_form
,numbering
,physical_description
, `publication_frequency.id
field has been changed totimdex_record_id
, as theyseem to be the same (
timdex_record_id
is listed as a new fieldin V2 of the data model). I'd like the reviewer to confirm whether
this is an acceptable approach, or if
id
should remain as mappedfrom
timdex_record_id
wihtimdex_record_id
returned as a separatefield or not returned at all.
How can a reviewer manually see the effects of these changes?
Some of the new fields will be physical by calling the search endpoint o the V2 API (however, not all of them are represented in our test data yet).
Requires Database Migrations?
NO
Includes new or updated dependencies?
NO