Create a feature to store import and export action history
- Create a "Persistence" project
- Make connection with the Umbraco DB
- Use PetaPoco to create the history table
- Store data in the table when an actions is performed
- Read data from the table and display it in the backoffice
- Update backoffice after an actions is performed
Create a feature to store import and export action history