uclibs / scholar_uc_legacy

Source code for Scholar@UC up to version 3.x. Replaced by ucrate
Other
5 stars 1 forks source link

Workloader class for batch upload missing field terms #1875

Closed crowesn closed 5 years ago

crowesn commented 6 years ago

Descriptive summary

The Workloader class for batch upload is missing some critical metadata terms for ETDs. We need to inventory all of our fields and add to the whitelisted terms here.

Confirmed missing fields

  1. degree
  2. advisor
  3. etd_publisher

Related #1854

crowesn commented 6 years ago

Consolidated fields from the form classes.

- :title
- :creator
- :description
- :rights
- :publisher
- :date_created
- :subject
- :language
- :identifier
- :based_near
- :related_url
- :representative_id
- :thumbnail_id
- :files
- :visibility_during_embargo
- :embargo_release_date
- :visibility_after_embargo
- :visibility_during_lease
- :lease_expiration_date
- :visibility_after_lease
- :visibility
- :ordered_member_ids
- :in_works_ids
- :member_of_collection_ids
- :admin_set_id
- :resource_type
- :alternate_title
- :journal_title
- :issn
- :time_period
- :required_software
- :note
- :geo_subject
- :alt_description
- :alt_date_created
- :doi
- :doi_assignment_strategy
- :existing_identifier
- :college
- :department
- :genre
- :degree
- :degree_date
- :advisor
- :committee_member
- :etd_publisher
hortongn commented 5 years ago

Will be handled by https://github.com/uclibs/ucrate/issues/607