cwarwicker / moodle-block_quick_course

Quick Course search block for Moodle
GNU General Public License v3.0
1 stars 1 forks source link

Privacy API #5

Closed danmarsden closed 4 years ago

danmarsden commented 4 years ago

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. It doesn't look like your plugin stores user data so you should be able to implement the simple null provider.

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://docs.moodle.org/dev/Privacy_API

please note this is not a block for approval in the plugins db at this stage.