moodlehq / moodle-availability_mobileapp

Control module and section access for Moodle Mobile app
GNU General Public License v3.0
1 stars 9 forks source link

Implement the privacy API #4

Closed sarjona closed 5 years ago

sarjona commented 6 years ago

We use this plugin on Moodle community sites. In order to have them GDPR compliant, we need all plugins having the privacy API implemented and I've been working on this one. Thanks in advance for merging it.

For the record, this is the recipe for the plugin skeleton generator that prepared scaffolding for the patch:

name: Restriction by Mobile app access
component: availability_mobileapp
copyright: 2018 Sara Arjona <sara@moodle.com>

privacy:
  haspersonaldata: false
  uselegacypolyfill: true
mudrd8mz commented 6 years ago

Just for the record. Based on confirmation from Helen and Mary, using this plugin is not required any more for our community sites and I am going to uninstall it from where it was used.

jleyva commented 5 years ago

Thanks Sara, I created another pull request pointing to the correct MOODLE_32_BRANCH (master is an outdated branch, sorry for the confusion)