-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CAL-929-930-931-933 Add metadata fields (#835)
* CAL-929 Add metadata field for "Illustrator" Connected to[CAL-929](https://jira.library.ucla.edu/browse/CAL-929) --- 1. `app/controllers/catalog_controller.rb` 1. `app/forms/hyrax/californica_collections_form.rb` 1. `app/forms/hyrax/work_form.rb` 1. `app/importers/californica_mapper.rb` 1. `app/models/solr_document.rb` 1. `app/models/ucla_metadata.rb` 1. `app/presenters/hyrax/californica_collection_presenter.rb` 1. `app/presenters/hyrax/work_presenter.rb` 1. `app/views/hyrax/base/_attribute_rows.html.erb` 1. `solr/config/solrconfig.xml` 1. `spec/fixtures/coordinates_example.csv` 1. `spec/fixtures/coordinates_example_update.csv` 1. `spec/fixtures/csv_import/good/all_fields.csv` 1. `spec/fixtures/example.csv` 1. `spec/fixtures/simple_example.csv` 1. `spec/forms/hyrax/work_form_spec.rb` 1. `spec/importers/californica_csv_parser_spec.rb` 1. `spec/importers/californica_mapper_spec.rb` 1. `spec/system/edit_collection_spec.rb` 1. `spec/system/edit_work_spec.rb` 1. `spec/system/import_and_show_work_spec.rb` 1. `spec/system/show_collection_spec.rb` 1. `spec/uploaders/csv_manifest_validator_spec.rb` 1. `spec/views/hyrax/base/_attribute_rows.html.erb_spec.rb` * Fix edit_work_spec * Update coordinates_example csv * Update expectation import_and_show_work_spec * Add metadata fields CAL 929 930 931 933 Changes to be committed: modified: app/assets/csv/import_manifest.csv modified: app/assets/markdown/importer_guide.md modified: app/controllers/catalog_controller.rb modified: app/forms/hyrax/californica_collections_form.rb modified: app/forms/hyrax/work_form.rb modified: app/importers/californica_mapper.rb modified: app/models/solr_document.rb modified: app/models/ucla_metadata.rb modified: app/presenters/hyrax/californica_collection_presenter.rb modified: app/presenters/hyrax/work_presenter.rb modified: app/views/hyrax/base/_attribute_rows.html.erb modified: spec/fixtures/coordinates_example.csv modified: spec/fixtures/coordinates_example_update.csv modified: spec/fixtures/csv_import/good/all_fields.csv modified: spec/fixtures/example.csv modified: spec/fixtures/simple_example.csv modified: spec/forms/hyrax/work_form_spec.rb modified: spec/importers/californica_csv_parser_spec.rb modified: spec/importers/californica_mapper_spec.rb modified: spec/system/edit_collection_spec.rb modified: spec/system/edit_work_spec.rb modified: spec/system/import_and_show_work_spec.rb modified: spec/system/show_collection_spec.rb modified: spec/uploaders/csv_manifest_validator_spec.rb modified: spec/views/hyrax/base/_attribute_rows.html.erb_spec.rb * Fix csv errors * Fix edit_collection * Fix edit_work_spec * Fix edit_work_spec2 * Fix rubocop offenses * Fix all_fields csv Co-authored-by: parinita <[email protected]>
- Loading branch information
1 parent
4c57e71
commit 66c58a3
Showing
25 changed files
with
318 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Object Type,Title,Item ARK,Parent ARK,Rights.copyrightStatus,File Name,AltIdentifier.local,AltTitle.other,Binding note,Condition note,Coverage.geographic,Date.creation,Date.normalized,Description.caption,Description.fundingNote,Description.latitude,Description.longitude,Description.note,Format.dimensions,Format.extent,Format.medium,Language,Name.architect,Name.photographer,Name.repository,Name.subject,Name.repository,Opac url,Project Name,Publisher.publisherName,Relation.isPartOf,Rights.countryCreation,Rights.rightsHolderContact,Rights.statementLocal,Subject,Type.genre,Type.typeOfResource,Place of origin,AltTitle.uniform,Support,Summary,Page layout,Text direction,viewingHint,IIIF Range,Illustrations note,Provenance; Description.history,Table of Contents; Description.tableOfContents,Subject.conceptTopic,Subject.descriptiveTopic,Collation,Foliation note,Foliation,Illuminator,Name.illuminator,Name.lyricist,Name.composer,Scribe,Name.scribe,Masthead,Representative image,Featured image,Tagline,Subject geographic,Subject temporal,Translator,Name.translator,Commentator,Name.commentator,Colophon,Finding Aid URL, Alt ID.url, Rubricator,Name.rubricator,License,Illustrator,Name.illustrator | ||
Object Type,Title,Item ARK,Parent ARK,Rights.copyrightStatus,File Name,AltIdentifier.local,AltTitle.other,Binding note,Condition note,Coverage.geographic,Date.creation,Date.normalized,Description.caption,Description.fundingNote,Description.latitude,Description.longitude,Description.note,Format.dimensions,Format.extent,Format.medium,Language,Name.architect,Name.photographer,Name.repository,Name.subject,Name.repository,Opac url,Project Name,Publisher.publisherName,Relation.isPartOf,Rights.countryCreation,Rights.rightsHolderContact,Rights.statementLocal,Subject,Type.genre,Type.typeOfResource,Place of origin,AltTitle.uniform,Support,Summary,Page layout,Text direction,viewingHint,IIIF Range,Illustrations note,Provenance; Description.history,Table of Contents; Description.tableOfContents,Subject.conceptTopic,Subject.descriptiveTopic,Collation,Foliation note,Foliation,Illuminator,Name.illuminator,Name.lyricist,Name.composer,Scribe,Name.scribe,Masthead,Representative image,Featured image,Tagline,Subject geographic,Subject temporal,Translator,Name.translator,Commentator,Name.commentator,Colophon,Finding Aid URL, Alt ID.url, Rubricator,Name.rubricator,License,Illustrator,Name.illustrator,Calligrapher,Name.calligrapher,Editor,Name.editor,Engraver,Name.engraver,Note,Printmaker,Name.printmaker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.