As a user,
I want the page to fetch audit queue data from the database upon loading,
so that I can see the most up-to-date information without manual refreshes.
Acceptance Criteria:
On page load, the UI should automatically fetch data from the database.
Store the fetched data in the state management system (e.g., Pinia).
Display the data dynamically within the UI components.
User Story: Fetch Data on Page Load
As a user, I want the page to fetch audit queue data from the database upon loading, so that I can see the most up-to-date information without manual refreshes.
Acceptance Criteria:
On page load, the UI should automatically fetch data from the database. Store the fetched data in the state management system (e.g., Pinia). Display the data dynamically within the UI components.