boston-library / commonwealth-vlr-engine

Commonwealth-VLR-Engine is a Rails engine for creating Blacklight apps that provide access to content from Solr/Fedora, packaging a number of feature-rich enhancements and modifications.
Apache License 2.0
8 stars 2 forks source link

display public folders in item show view #108

Open ebenenglish opened 1 year ago

ebenenglish commented 1 year ago

When I am on the item detail page (catalog#show) And the item is included in another user's public folder There should be a section of the page with the folder information and a link to the folder. And when I click on the folder link I should see the public folder (folder#show).

This is similar to functionality seen in sites like IMDB, which shows "User Lists" on the detail page for films (see: ​http://www.imdb.com/title/tt0091217/).

Before work on this, we should investigate whether there is a critical mass of items that have been added to folders to make this feature worth the effort.