wiris / moodle-tiny_wiris

4 stars 3 forks source link

missing privacy api #4

Closed danmarsden closed 11 months ago

danmarsden commented 1 year ago

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. Your plugin doesn't appear to store any user data so you should be able to implement the simple null provider class.

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

danmarsden commented 1 year ago

note this is usually a blocker for plugins db approval for plugins that integrate with an external service, however as this is a supplementary plugin and it doesn't do any of this work I won't treat this as a blocker, (but please prioritise fixing it anyway!) :-)