Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set catalog display of works to only show certain fields. #1179

Closed
scherztc opened this issue Mar 1, 2017 · 2 comments
Closed

Set catalog display of works to only show certain fields. #1179

scherztc opened this issue Mar 1, 2017 · 2 comments
Assignees

Comments

@scherztc
Copy link
Contributor

scherztc commented Mar 1, 2017

Descriptive summary

I want to have consistent metadata labels in the catalog views of works and collections.

Expected behavior

When the metadata profile was migrated to Scholar 3, I overly included too may fields on the catalog display of works. This needs to trimmed down to the same fields displayed in Scholar 2.x

@crowesn
Copy link
Contributor

crowesn commented Mar 15, 2017

owner == depositor

@crowesn
Copy link
Contributor

crowesn commented Mar 17, 2017

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

Works (all types)

  • title
  • creator
  • description

Collections

  • title
  • description
  • owner

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 and is not available to collections in scholar 2.

I reached out to the POs and they said they prefer for collections to display owner(:depositor) on the catalog index but that it was not a priority for beta release. Since this will require some deeper development, I'll create a new issue for collections owner display and submit a PR satisfying #1179.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants