coderedcorp / coderedcms

Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites.
https://www.coderedcorp.com/cms
Other
667 stars 137 forks source link

Audit trail #153

Open vsalvino opened 5 years ago

vsalvino commented 5 years ago

Wagtail comes with page revision history, which is a great tool. However, it would be nice to have a full centralized audit trail of all user actions performed on the site. This would include login, password change, settings save, page publishes, etc.

The audit trail would likely be its own simple normalized data structure for each audit event that occurs, with option to export to CSV.

nsomaru commented 4 years ago

Perhaps you could define which events are important for an audit trail? Does this differ from client to client? How will this impact performance?