-
Notifications
You must be signed in to change notification settings - Fork 68
Does not support Privacy API #248
Comments
Hey there, I've not played around with the Privacy API yet, but if I'm not mistaken, it looks like it may require PHP 7. If this is the case, I'm hesitant to include it because this is a popular package and people may not have PHP 7. I will certainly take a look and see what I can do. |
I’d look into segregating the feature out depending on the PHP version.
It’s an absolute necessity in the eu and even for schools like LSU that have and recruit eu students in the eu.
|
The privacy API does not require PHP 7, but you do need to use a polyfill if you want it to work with both 5.6 and 7.x. Look for the polyfill information at: |
I had to go and look up what a "polyfill" was. Another day, another new "thing" :-D |
@kwiliarty thanks! I'll give it a shot. By my review, it looks like the personal info that this plugin is storing is as such:
Would you folks agree? |
@chadmazilly Yes, that makes sense to me. Inasmuch as the alternate email address is tied to the course and not to an individual user, I'm not sure it can be addressed. |
@mackensen thanks for chiming in, that is what I was thinking as well. It is tied to a course but I'm still unclear as to whether this situation falls under a "user context". Funny that you commented here because I am in need of firing up a PHP 5.6 Moodle instance. I know that you did a lot of work with Vagrant boxes. Do you have any 5.6 boxes you could share?!? |
@chadmazilly The MOODLE_31_STABLE branch of https://github.com/mackensen/moodle-hat ships with PHP 5.6. That would probably work for 3.3 development. |
Any news about supporting the privacy API? It is not only about tagging the database columns but also about user data export... |
Could this be extended to support the new Privacy API?
The text was updated successfully, but these errors were encountered: