Skip to content

User Stories ‐ Internal ‐ Administration

Shon edited this page Sep 5, 2024 · 1 revision

Feature: Contacts - View

Summary

The "Contacts - View" feature allows authenticated users to efficiently locate contact information.

Story

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.

Expected Results

  • 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"

Feature: Contacts - Contact - View

Summary

The "Contacts - Contact - View" feature allows authenticated users to view information for a specific contact.

Story

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.

Expected Results

  • Users can view a contact via the Contacts grid.
  • Clicking "View Details" directs to the form in read-mode.
  • The form displays as designed.

Feature: Facilities - View

Summary

The "Facilities - View" feature allows authenticated users to efficiently locate facility information.

Story

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.

Expected Results

  • 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"

Feature: Facilities - Facility - View

Summary

The "Facilities - Facility - View" feature allows authenticated users to view information for a specific facility.

Story

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.

Expected Results

  • Users can view a facility via the Facilities grid.
  • Clicking "View Details" directs to the form in read-mode.
  • Form displays as designed

Feature: Operations - View

Summary

The "Operations - View" feature allows authenticated users to efficiently locate operation information.

Story

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.

Expected Results

  • 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."

Feature: Operations - Operation - View

Summary

The "Operations - Operation - View" feature allows authenticated users to view information for a specific operation.

Story

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.

Expected Results

  • Users can view an operation via the Operations grid
  • Clicking "View Details" directs to the form in read-mode.
  • Form displays as designed