Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cspace-ui-plugin-profile-ohc

lyrasis325ECL-2.03.0.0

OHC profile plugin for the CollectionSpace UI

collectionspace, cspace, ui, plugin, profile, ohc

readme

cspace-ui-plugin-profile-ohc

build status

OHC profile plugin for the CollectionSpace UI.

Installation

For developers

Follow these instructions to download and install the source code of the plugin.

Using git:

$ git clone https://github.com/lyrasis/cspace-ui-plugin-profile-ohc.js.git
$ cd cspace-ui-plugin-profile-ohc.js
$ npm install

To run the cspace-ui application configured with this plugin in development, using the OHC production services API and the OHC production UI configuration:

$ npm run devserver --back-end=https://ohiohistory.collectionspace.org

Then open a browser to http://localhost:8080.

Alternatively, to run the cspace-ui application configured with this plugin in development, using the UI configuration in index.html:

$ npm run devserver

By default, the configuration in index.html uses the CollectionSpace services API located at http://localhost:8180. To run the application against CollectionSpace services located on a different host, edit index.html, and change the serverUrl configuration property. Note that the specified server must be configured to allow CORS requests from http://localhost:8080.

changelog

Change Log

v3.0.0

  • Add 8.1 fields to object template overrides
    • Add ethnoFilCode to archaeology child template
    • Add objectCategoryGroupList to archaeoloy, history, and default templates
    • Add objectCountUnit to archaeology, history, and default templates
    • Add publishedRelatedLinkGroupList to archaeology, history, and default templates
    • Add objectProductionPlacesVerbatim to archaeology and default template
    • Add objectCategoryGroupList to default template
  • Update cspace-ui to 10.0.0

v2.0.2

  • Remove duplicated value from conditioncheck optionlist: oxidation.

v2.0.0

Requires CSpace 8.0.

  • Replace numberOfObjects with objectCountGroupList in collectionobject forms.
  • Replace fieldCollectionPlace with fieldCollectionPlaces in collectionobject forms.

v1.1.1

  • Remove namedTimePeriod, oaiCollectionPlace, and oaiLocVerbatim.

v1.1.0

  • Add 7.2 fields to object template overrides.
    • Add fieldCollectionSites and objectProductionEras to archaeology and standard object templates.
    • Add contentEvents and assocEvents to standard object template.

v1.0.19

  • Add "metal-edge textile box, standard" and "metal-edge textile box, wide" to moveMethods option list.

v1.0.18

  • Add new custom term to moveMethods option list.

v1.0.17

  • Add option list override for movement recordType, and add custom terms to moveMethods option list.

v1.0.13

  • Add Detective, Lieutenant, and Sergeant to personTitles optionList. This required adding person recordType override to the plugin.

v1.0.12

  • Update archaeology templates (ZD-14338)

v1.0.11

  • Change departments Archaeology - NAGPRA display value to NAGPRA

    v1.0.10

  • Add National Historic Landmark Number and National Register Number to numberTypes option list values

v1.0.9

  • Add OHPOID Number and NADB Number to numberTypes option list values

v1.0.8

  • Add ethnographic to departments option list values

v1.0.7

  • Changes to acquisitionMethods option list values
    • Remove curationAgreement and gift
    • Add curated-on-behalf-of-federal-government, curated-on-behalf-of-state-government, and curated-on-behalf-of-tribal-government

v1.0.6

  • Adds 'naamcc' (National Afro-American Museum & Cultural Center) and 'poindexter-village' (Poindexter Village) to shared departments option list

v1.0.5

  • Adds 'collection-management' to shared departments option list
  • Alphabetizes display terms in shared departments option list

v1.0.4

  • Remove the custom single-valued Named Collection field created for OHC, as the profile will now use the multi-valued Named Collection field that has been added to the community profiles

v1.0.3

  • Add 'mixed' to the collectionobject sexes option list

v1.0.2

  • Remove 'feathers' from collectionobject forms option list, leaving feather

v1.0.1

  • Remove objectNameSystem and category fields from Default, History, History Programming, Archaeology Child, Archaeology Programming templates
  • Remove category fields from Archaeology Parent template
  • Add new hazards option list to conditioncheck

v1.0.0

  • Adds values to option lists: departments, numberTypes

Breaking Changes

  • v1.0.0 requires cspace-ui version 4, because it uses cspace-ui-plugin-profile-anthro version 3.