bdaloukas / moodle-mod_game

moodle-mod_game
GNU General Public License v3.0
15 stars 40 forks source link

Make plugin GDPR compliant #24

Closed ilyatregubov closed 5 years ago

ilyatregubov commented 5 years ago

Hello,

Since Moodle 3.5 all plugins should be GDPR compliant - they should notify if userdata is stored and provide a way to download/delete it. Is there a work going on for game plugin?

Thanks, Ilya

bdaloukas commented 5 years ago

Is there any example of another plugin with is GDPR compliant or some documentation on Moodle? I am making a new version and want to include this feature.

ilyatregubov commented 5 years ago

Hi,

So here is a documentation on privacy API in Moodle - https://docs.moodle.org/dev/Privacy_API

Here is an example of plugin where it has been implemented https://github.com/catalyst/moodle-tool_trigger/

Thanksm Ilya

bdaloukas commented 5 years ago

Now Game module is GDPR compliant.