emeneo / moodle-local_courselist

0 stars 0 forks source link

Missed Privacy API implementation #1

Open volodymyrdovhan opened 1 month ago

volodymyrdovhan commented 1 month ago

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.

Flottertotte commented 1 month ago

Done :)

volodymyrdovhan commented 3 weeks ago

@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

Flottertotte commented 3 weeks ago

Oh, yes, sure. Corrected. Thanks @volodymyrdovhan