ispringsolutions / moodle-mod_ispring

Other
0 stars 0 forks source link

Missing privacy api #4

Closed danmarsden closed 9 months ago

danmarsden commented 10 months ago

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#

Note plugins that integrate with an external tool like yours must implement a valid privacy api for approval in the plugins db

Andreanapolicy commented 9 months ago

Hi @danmarsden! Thank you for the advice. We have done Privacy API in this PR.