lucisgit / moodle-repository_panopto

Panopto repository plugin for Moodle, compulsory part of Panopto resource module.
https://moodle.org/plugins/repository_panopto
0 stars 1 forks source link

Missing privacy api #1

Open danmarsden opened 5 years ago

danmarsden commented 5 years ago

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data.

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://docs.moodle.org/dev/Privacy_API

Please note - this issue is not a blocker for approval in the plugins db, but it would be nice to add.

danmarsden commented 5 years ago

FYI - you will need to implement the external_location_link function in your privacy class to include all the user fields that you pass to panopto: https://docs.moodle.org/dev/Privacy_API#Indicating_that_you_export_data_to_an_external_location

kabalin commented 5 years ago

Thanks Dan, I agree this is required.