Reading Room Access (settings): Delete reading room
Description
Environment
None
Potential Workaround
None
has to be done after
is defined by
relates to
requires
Checklist
hideActivity
Show:

Nika MindadzeMay 6, 2024 at 8:50 PM
Verified on snapshot

Nika MindadzeMay 2, 2024 at 11:24 AMEdited
Ticket confirmed on rancher1 recording is attached

Priyanka TeralaApril 30, 2024 at 11:51 AM
Hey
Changes are deployed on rancher1. Please review.
Done
Created April 9, 2024 at 9:39 AM
Updated October 31, 2024 at 3:21 PM
Resolved May 2, 2024 at 12:03 PM
Purpose: Implement basic CRUD operations for the Reading room access (setting) page.
The current story is for the implementation of DELETE operation.
User Story:
As a Staff Member or Administrator with appropriate permissions,
I want to perform CRUD (Create, Read, Update, Delete) operations on the Reading Room Access (settings) page
So that I can set the default reading room access list.
Scenarios:
Scenario 1: Deleting reading room access entry
Given: User with the “Settings (tenant): Can create, edit and remove reading room access” permission navigates to Settings > Tenant> Reading room page
And there is at least one reading room access entry is created
When User clicks on the trash bin icon next to the reading room
Then User is prompted to confirm the deletion
If User confirms the deletion, then the reading room access entry is removed from the list and the system displays the successful toaster message “The Reading room <Room name> was successfully deleted”
If User cancels the deletion, then the reading room access entry remains unchanged
UI Prototype