Hi,
The plugin does not support logging. Sorry!
You can write your own database triggers to implement logging, but you will not be able to assign log actions to specific users. This is generally not possible with WordPress, since all WordPress database actions are performed by one database user.
I can think of two possible solutions:
(1) The plugin allows you to use remote databases. You could add a remote database connection for specific user groups and let user groups use that connection. The connection can be used in your Data Project pages. Different Data Project pages can use different connections. You would still need to write your own database triggers. You’ll be able to assign actions to user groups, but you still cannot assign actions to specific users. Would that be sufficient?
(2) Add you own logging code to the plugin. That’s a lot of work! Let me know if you want to do this. To simplify and structure this, I can add some hooks or filters.
What do you think…?
Best regards,
Peter