kiwicom / margarita

[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
https://margarita.kiwi.com/
MIT License
208 stars 42 forks source link

[General Enquiry] Is the Margarita GDPR compliant ? #922

Closed sebastiancretu closed 4 years ago

sebastiancretu commented 4 years ago

Hi,

I would like to know if Margarita is GDPR compliant, because in the demo i didn't see any popup related to cookie policy or privacy policy.

Thank you.

JosefDuda commented 4 years ago

Hello @sebastiancretu GDPR consent window is not implemented in the Margarita demo app, since it shows just example search -> booking user flow without actually storing any real data about the user.

If you want to use it in production, you'll need to implement it yourself. There is for example Modal component for this use case, which you can just fill with propper content https://kiwicom-universal-components.netlify.com/?selectedKind=Modal.

sebastiancretu commented 4 years ago

Ok. Thank you for the info.