At some point, we'll want to keep a record of all actions done by users in the CMS. We have no Users nor UI at the moment so we'll start with the non-user actions.
All actions should emit an event.
We should record meaningful events into a dedicated table
At some point, we'll want to keep a record of all actions done by users in the CMS. We have no Users nor UI at the moment so we'll start with the non-user actions.
Might use pyemmiter