Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Privacy API #7

Open
danmarsden opened this issue Dec 23, 2021 · 0 comments
Open

Missing Privacy API #7

danmarsden opened this issue Dec 23, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@danmarsden
Copy link

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data. Your plugin stores user data in a number of tables which will need to be included in the privaci api classes.

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 - I think this is a blocker for approval - particularly due to the type of data stored in this plugin,

@sahedbs23 sahedbs23 added the bug Something isn't working label Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants