YodasMyDad / ZauberCMS

The Blazor CMS, built by .Net Developers for .Net Developers
MIT License
53 stars 5 forks source link

Improve Audits #32

Closed YodasMyDad closed 1 month ago

YodasMyDad commented 3 months ago

Update the data saved in audits so we can reuse it elsewhere and display useful information. For example, update the content dashboard to have recent activity and your recent activity similar to the below image

Need to save UserID in audit instead of the Username and also something to denote the type that has been edited, updated or deleted

Add a background job to keep the table in check and not let it get too big, maybe default, only stores last 60 days? Make a setting to extend or shorten this.

Add search and filtering to the audits

the-dashboard-screenshot