Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
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
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