Open volodymyrdovhan opened 1 month ago
Done :)
@Flottertotte please review documentation, the privacy class should be in /classes/privacy/provider.php. Like here: https://github.com/moodle/moodle/tree/main/blocks/calendar_month/classes/privacy
Oh, yes, sure. Corrected. Thanks @volodymyrdovhan
Hello,
Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. The Privacy API should be implemented even if the plugin is not collecting any information about the user.
Please review the documentation: https://moodledev.io/docs/4.5/apis/subsystems/privacy#implementation-requirements.