Open danmarsden opened 9 months ago
The delegate plugin does not store any personal data. I have implemented null_provider for this plugin to respect the privacy API. Thanks for the great suggestion.
that sounds incorrect to me - the created_by, delegatee and delegator fields in your local_delegate contain userid's so that table is considered as containing user data and should be covered by your privacy api.
fixed
Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. Your plugin stores user data in a number of tables which will need to be included in the privacy api classes.
Sites that use continuous integration processes will not be able to use your plugin because Moodle runs unit tests which check to see if all extra plugins include the privacy class.
More information on the privacy class is here: https://moodledev.io/docs/apis/subsystems/privacy#