ThatsNasu / Fiae-DE

Webpage for the users / members of the FIAE-D / FIAE-E classes 2021.
https://fiaede.bitbite.dev
4 stars 1 forks source link

cookie banner #38

Open ThatsNasu opened 2 years ago

ThatsNasu commented 2 years ago

simple cookiebanner to inform users which types of cookies we use, why we use them (like for storing the currently logged in user) and to allow users to select which type of cookies they grant us to set.

netcodedev commented 2 years ago

which data should be possible to be tracked? Do you want some form of analytics?

ThatsNasu commented 2 years ago

its not planned to track users in a way where they came from, where they're heading to or what they do on the page. But on this moment you use cookies, you have to have a cookie banner and let users decide which data can be stored etc. sessions count as cookies too sadly. so in this case, i probably will stick with "allow necessary (tracking of currently logged in user)", optional (theme data stored and stuff like that)" and MAYBE some sort of caching if it could be an option to optimize stuff.