systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.59k stars 261 forks source link

Mock audit logs for frontend #4782

Closed nickgerace closed 4 weeks ago

nickgerace commented 1 month ago

Description

This PR adds mocked audit logs for the frontend. Currently they are based in the dal, though it is likely that they will move to their own crate.

It's not in this PR, but there is a difference between a "frontend type" audit log and the audit log that will be ultimately be stored in the database. The purpose of this commit is to unlock frontend creativity by providing generated audit logs. It is not meant to reflect the structure that will ultimately be used by backend services.