We found that it's hard to find a series using only the series identifier in Panopto. It's also difficult to search for the series name. The easiest way for an SCRC staff to find the relevant series is to search for the item name and click on the series link next to it in the search results. So this information needs to be provided.
[x] Find an item to include the id and the title in the request when a user asks for access to a series from the series page.
[x] Create a new dictionary to centralize all the details required for the ‘Request Access’ button
[x] Include a show parameter to trigger False when: series_is_restricted AND (series_has_no_item_with_panopto_link OR item_has_no_panopto_link)
if an item has no panopto link, but there is an item in the series with a panopto link the ‘Request Access’ button will not be displayed
the button will still display for users already with access to the resource
[x] Remove ‘item’ from the request access button string
[x] Add copy in the cgimail receipt for ‘Request Access’ suggesting users to keep a record of the requests they make and avoid duplicates.
We found that it's hard to find a series using only the series identifier in Panopto. It's also difficult to search for the series name. The easiest way for an SCRC staff to find the relevant series is to search for the item name and click on the series link next to it in the search results. So this information needs to be provided.
show
parameter to triggerFalse
when:series_is_restricted AND (series_has_no_item_with_panopto_link OR item_has_no_panopto_link)
Links for testing