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

Allow the definition of custom collections #521

Closed
sebdeleze opened this issue Mar 29, 2021 · 1 comment · Fixed by #566
Closed

Allow the definition of custom collections #521

sebdeleze opened this issue Mar 29, 2021 · 1 comment · Fixed by #566

Comments

@sebdeleze
Copy link
Contributor

In Dedicated portals, organisations have the possibility to create custom collections. Each collection:

  • has its own URL (ex. https://mysonarportal.org/collection/ABC)
  • has an entry page with a description and an image, and it shows by default all the related publications
  • appears in the "Collection" facet
  • gathers publications based on the contents of the specificCollections metadata field
  • (to be discussed: has a short code)
@sebdeleze
Copy link
Contributor Author

To manage these collections, I think we have to create a new resource collections. With such a resource, we can specify an identifier, a title, a description and an image.
And the specificCollections will be transformed to point to one or more collections reference.
Unfortunately, we will have to do a mass correction in production and a complete re-indexing.
Is this behavior OK for you?

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

Successfully merging a pull request may close this issue.

1 participant