IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
878 stars 491 forks source link

Feature Request/Idea: Review process support #10695

Open sergejzr opened 3 months ago

sergejzr commented 3 months ago

Overview of the Feature Request Dear Dataverse developers, I wouold like to propose a feature enhancement for the status tracking of reviewed datasets. Currently, there are two statuses: "Unpublished" and "In Review." However, "In Review" is semantically more aligned with "Submitted for Review." The "Unpublished" status encompasses all drafts, tests, and potentially abandoned datasets, which can be confusing and cluttered.

This feature request aims to:

What kind of user is the feature intended for? (Example users roles: API User, Curator, Depositor, Guest, Superuser, Sysadmin) Curator, Superuser, Sysadmin

What inspired the request? As an administrator, I need a streamlined process to identify datasets that require my review and those that are with authors for improvements. Currently, the "Unpublished" status is too broad and includes all drafts, which can be overwhelming and inefficient. Having clearer statuses and notifications will significantly improve the management of the review process.

What existing behavior do you want changed?

Any brand new behavior do you want to add to Dataverse?

Any open or closed issues related to this feature request? There are couple of issues regarding the review process, but not that exactly, as far as I could see.

Thank you very much for consideration! Sergej

qqmyers commented 3 months ago

Have you considered the use of Curation Labels? They were designed to be a lightweight mechanism to track the review process. There's an associated API that would allow integration with an external app, with a call that can produce a report.

pdurbin commented 3 months ago

@sergejzr thanks for the thoughtful issue. I agree with Jim that curation labels might help in the short term.

You might also be interested in an upcoming tool by @okaradeniz and @DieuwertjeBloemen that they are referring to as a "review dashboard". You can see a nice video at https://groups.google.com/g/dataverse-community/c/S6eXX9wfjRA/m/Aya8YDztAAAJ

sergejzr commented 3 months ago

Thank you both, @qqmyers and @pdurbin . The review tool looks like exactly what I as missing, I will check it out as it is in github. This would probably solve the issue!