[wp-trac] [WordPress Trac] #43797: Consent Logging
WordPress Trac
noreply at wordpress.org
Thu Apr 26 03:21:49 UTC 2018
#43797: Consent Logging
----------------------------------------+------------------------------
Reporter: xkon | Owner: xkon
Type: enhancement | Status: assigned
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: gdpr 2nd-opinion has-patch | Focuses:
----------------------------------------+------------------------------
Comment (by ericdaams):
Storing consents in the posts table seems fraught with peril to me, if I
understand the purpose behind consents correctly.
For example, if I have a cookie notice that is displayed to all visitors,
and this is agreed to by the visitor, would this be something that I
could/should store a consent for?
If that's the case, then **every single visitor** to my website who
accepts this will end up having a consent entry created for them; that's a
whole lot of bulk added to the posts table.
I understand that there is precedent for doing things as CPTs, say with
requests for data erasure or export, but those requests are likely to be
far fewer; consents is something that can very likely be hit again and
again.
On the topic of developing this in core vs. as a plugin, would this be an
appropriate candidate for a feature plugin? That might allow us to develop
it in a less rushed fashion, with a custom table designed just for it.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43797#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list