osnHQ / ethosai

Automate AI testing & ensure model trustworthiness
https://ethosai.one
GNU General Public License v3.0
10 stars 7 forks source link

Onload audit queue data fetch #47

Open Lulzx opened 2 months ago

Lulzx commented 2 months ago

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.

Lulzx commented 2 months ago

@Lulzx