Wagtail-Pipit
Wagtail-Pipit copied to clipboard
Implement functionality for cookie-consent according to the EU-law
I have started to implement the following:
- Admin views where editor can specify cookies, cookie categories and text for notice bar
- A way to pass data through api to Next.js
- A component for displaying data and setting approvals
- Middleware in django that reads approvals and attaches them to request
- A way to pass approvals with page props, so
_documentcan read it
Work is beeing done here: https://github.com/Frojd/Wagtail-Pipit/tree/feature/cookie-consent
Example on how to deal with GTM and cookie consent: https://support.cookieinformation.com/en/articles/4418485-implementing-cookie-control-sdk#google-tag-manager (thanks @stasilo!)
We have pivoted to using third party services for handling cookie-consent, so I'm closing this issue.