-
Notifications
You must be signed in to change notification settings - Fork 1
User Stories ‐ Internal ‐ Administration
The "Contacts - View" feature allows authenticated users to efficiently locate contact information.
As an authenticated user with the cas_admin
or cas_analyst
role,
I want to view a grid with a filterable and searchable list of contacts,
So that I can easily find contacts.
- Clicking "Contacts" dashboard tile directs to the contacts grid
- The grid displays as designed.
- The grid includes functionality for filtering and searching through the list.
- The grid has actions: "View Details"
The "Contacts - Contact - View" feature allows authenticated users to view information for a specific contact.
As an authorized user with the cas_admin
or cas_analyst
role,
I want to view the details of an existing contact,
So that I can review the information.
- Users can view a contact via the Contacts grid.
- Clicking "View Details" directs to the form in read-mode.
- The form displays as designed.
The "Facilities - View" feature allows authenticated users to efficiently locate facility information.
As an authenticated user with the cas_admin
or cas_analyst
role,
I want to view a grid with a filterable and searchable list of facilities,
So that I can easily find facilities.
- Users can view facilities via the Operations grid.
- Clicking "View Facilities" directs to the facilities grid.
- The grid displays as designed.
- The grid includes functionality for filtering and searching through the list.
- The grid has actions: "View Details"
The "Facilities - Facility - View" feature allows authenticated users to view information for a specific facility.
As an authorized user with the cas_admin
or cas_analyst
role,
I want to view the details of an existing facility,
So that I can review the information.
- Users can view a facility via the Facilities grid.
- Clicking "View Details" directs to the form in read-mode.
- Form displays as designed
The "Operations - View" feature allows authenticated users to efficiently locate operation information.
As an authenticated user with the cas_admin
or cas_analyst
role,
I want to view a grid with a filterable and searchable list of operations,
So that I can easily find operations.
- Clicking on the "Operations" dashboard tile directs to the operations grid
- The grid displays as designed.
- The grid includes functionality for filtering and searching through the list.
- The grid has action columns: "View Facilities" and "View Operation Information."
The "Operations - Operation - View" feature allows authenticated users to view information for a specific operation.
As an authorized user with the cas_admin
or cas_analyst
role,
I want to view the details of an existing operation,
So that I can review the information.
- Users can view an operation via the Operations grid
- Clicking "View Details" directs to the form in read-mode.
- Form displays as designed