Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

The implementation enables all the authenticated users to create WITHDRAWN and REINSTATE requests for a deposited item using the quality assurance event mechanism, which is handled by administrators and specific groups.

...

Code Block
qaevents.withdraw-reinstate.group =
in the local.cfg file


Withdrawal

Submitter

The user can withdraw an item from the details page of the archived item. Any authenticated user has the permission to withdraw an item.

...

Following that, describe the reason for the withdrawal and subsequently confirm it.

imageImage Modified


An automatic notification will appear in a notification box, indicating that a withdrawal has been requested for this particular item.

...

Clicking on Check on the item page will lead to the "Quality Assurance" page, which lists the topics/requests. In case there is only one topic available, it will automatically redirect to the item list.

imageImage Modified


The action button displays the count of elements associated with a specific topic. Clicking on it will lead to a different view of the list of items, tailored based on the user's role. 

imageImage Modified

Non-admin users, for example a submitter, have onlythe authority to reject the withdrawal request.

imageImage Modified


Admin

Admin users have the possibility to access all the requests for all the items from MyDspace.

imageImage Modified

A message will warn the administrator about the requests to check. The Check button redirects to the "Quality Assurance" page.
imageImage Modified


The "Quality Assurance" page lists the topics/requests, with the action button displaying the number of elements associated with a specific topic. In case there is only one topic available, it will automatically redirect to the item list ("accept/ignore/reject" page).

The action button will lead to a view of the list of items, with actions based on the user's role.

imageImage Modified

An administrator can reject the withdrawal.
imageImage Modified


Can ignore it,the request can be reconsidered later
imageImage Modified


Or can accept the request, and this item will not be discoverable and will not be archived. It can only be accessed through the direct link.
imageImage Modified


Reinstate

Submitter

After the withdrawal request is approved, the user can request to reinstate the item.

In particular, the submitter will see a “Reinstate” button available next to the “Take me to the home page” button on the withdrawn item page and will no longer see the item's details.

imageImage Modified

To request the reinstatement, it is mandatory to provide a reason and confirm it.

imageImage Modified


Clicking on Check on the item page will lead to the "Quality Assurance" page, which lists the topics/requests. In case there is only one topic available, it will automatically redirect to the item list.

In this case, the Reinstate topic will list all the reinstate requests.
image

The "Quality Assurance" page lists the topics/requests, with the action button displaying the number of elements associated with a specific topic. In case there is only one topic available, it will automatically redirect to the item list ("accept/ignore/reject" page).

The action button will lead to a view of the list of items, with actions based on the user's role.


Admin

Like in the case of withdrawal, administrators can access all the requests for all the items from MyDspace.

imageImage Modified

A message will warn the administrator about the requests to check. The Check button redirects to the "Quality Assurance" page.
imageImage Modified


The "Quality Assurance" page also lists the Reinstate topic. The possible actions are:

  • reject the reinstatement.
    image



  • Or accept the reinstatement, and the item will be discoverable again.
    imageImage Modified


Administrators can also start reinstatement requests for all the withdrawn items.

...