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

Access Condition should display on archived item public page #2413

Open
pilasou opened this issue Aug 2, 2023 · 2 comments · May be fixed by DSpace/DSpace#10294 or #3882
Open

Access Condition should display on archived item public page #2413

pilasou opened this issue Aug 2, 2023 · 2 comments · May be fixed by DSpace/DSpace#10294 or #3882
Labels
component: Item (Archived) Item display or editing help wanted Needs a volunteer to claim to move forward new feature

Comments

@pilasou
Copy link
Contributor

pilasou commented Aug 2, 2023

On an item public page, if a file is under an temporary restriction or embargo, it is not possible for the user to know when this restriction/embargo will be waive.

At the bitstream level, it is possible to set 4 different access options: openaccess, administrator, embargo, lease (source : DSpace Rest contract SubmissionAccessOptions Endpoints

Improvement suggested
The improvment deal only with temporary restriction (embargo) and is not taking into account the lease option or the administrator option for restricted items.

The embargo end date is provided at the bitstream level either by the submitter or during the worklow. When an embargo is set during submission or workflow, the end date appears in the bitstream section as illustrated below :
embargo

The end date can be displayed the same way on the item page as show below:
item-pg-access-condition

Additional context
May be similar to #1651

@pilasou pilasou added needs triage New issue needs triage and/or scheduling new feature labels Aug 2, 2023
@github-project-automation github-project-automation bot moved this to 🆕 Triage in DSpace Backlog Aug 2, 2023
@pilasou pilasou changed the title Access Condition should display archived item public page Access Condition should display on archived item public page Aug 2, 2023
@tdonohue
Copy link
Member

Agreed, this would be nice to have. Needs a volunteer to implement. Also needs analysis to determine if the embargo date is currently shared to the UI (it may not be). If not, we may need to find a way to share it via the REST API.

@tdonohue tdonohue added help wanted Needs a volunteer to claim to move forward component: Item (Archived) Item display or editing and removed needs triage New issue needs triage and/or scheduling labels Sep 11, 2023
@LincolnUniLTL
Copy link

This would be very useful for our institution too. Just to clarify that the label needs to remain associated with each bitstream, to account for cases where an item has multiple bitstreams with different access levels. For examples of our use cases, we have:

  • items with a bitstream which is embargoed and will become Anon READ
  • items with a bitstream which is embargoed and will only become available to a restricted group
  • items with one bitstream which is embargoed and another which is open access
  • items with one bitstream which is embargoed and another which is only available to a restricted group (in some cases these are our patrons, in other cases it's our Admin group)

...and so forth. We want it to be clear to users which files they have access to currently and/or may be able to access in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: Item (Archived) Item display or editing help wanted Needs a volunteer to claim to move forward new feature
Projects
Status: 📋 To Do
3 participants