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