uclibs / scholar_uc_legacy

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

Display collection owner on catalog index view #1225

Closed crowesn closed 7 years ago

crowesn commented 7 years ago

In curate/scholar 2, catalog index view shows the following fields per object.

Works (all types)

Collections

In Sufia/scholar3, field display for catalog index is set globally for all types (works and collections) in app/controllers/catalog_controller.rb.

If we display owners (:depositor), the field will show not just for collections but also works. Currently in scholar 3, collections can have a :creator, but this isn't a required field for collections and is not available to collections in scholar 2.

Related work

1179

newmanld commented 7 years ago

Collection was a facet. Now it is not and we have no apparent way to limit the Catalog browse to collections. Is this documented in a separate issue? DId we explictly remove Collection as a facet?

crowesn commented 7 years ago

@newmanld decision to keep :submitter and :creator in catalog view pending further comment.