wceu / camptix-invoices

A WordPress plugin that generates invoices for tickets purchased through Camptix
4 stars 0 forks source link

Compatibility with GDPR #16

Open avillegasn opened 5 years ago

avillegasn commented 5 years ago

We need to check if we need to do something about it in the camptix-invoices plugin.

iceablemedia commented 5 years ago

From what I understand about GDPR, I don't think we need to do anything in the plugin , but site owners (and WordCamp Central in the case of wordcamp.org) will definitely need to have a GDPR-compliant privacy policy which takes into account:

Maybe we can add a notice as a reminder about these in the plugin or its documentation?

About the last point, I wonder if camptix allows to delete tickets/attendees information at some point after the event. If so we could allow invoices and associated data to be deleted at the same time. Otherwise we could leave it to the site owners to manage data on their site, and delete them when appropriate.

iandunn commented 5 years ago

I can't think of any implications GDPR has in this context, since we're not collecting any additional data, or providing it to any new parties. @coreymckrill, @vedanshujain, can you think of anything?

coreymckrill commented 5 years ago

It looks like there is potentially some additional data that this plugin collects that we'd need to include in data export/erasure requests.

We'll need to make sure those fields get hooked into the relevant wp_privacy_ hooks.

avillegasn commented 5 years ago

I've added the code that adds invoice data in the data export request. But for the erasure request, I'm not sure if it is legally correct to allow erasing/anonymizing invoices. As far as I know, invoices shouldn't change/be removed once they are issued (even if a person asks us to do it). Let me know what you think about this @coreymckrill