Current state
We do inform users of our usage of cookies.
Expected state
There is a simple pop-up that informs the user that we use cookies. By using the platform you give consent to use cookies. In the top right corner of the pop-up there should be a close button (X). If this button is clicked we won't show the cookie message to the user for a week. Obviously we show the cookie message to new users, which means we first check if the localStorage for a cookie message display flag.
The content of the pop-up should be as follows:
TITLE:
Cookies
TEXT:
Our platform uses cookies to store a minimal amount of basic (but necessary) information. This ensures that everything works to your expectations! By using our platform you consent to the usage of these cookies.
TO DO
[x] Store cookies state (accepted or not)
[x] Verify cookies (check if it was accepted over a week ago)
[x] Global notification (can be shown anywhere, anytime on the application)
Current state We do inform users of our usage of cookies.
Expected state There is a simple pop-up that informs the user that we use cookies. By using the platform you give consent to use cookies. In the top right corner of the pop-up there should be a close button (X). If this button is clicked we won't show the cookie message to the user for a week. Obviously we show the cookie message to new users, which means we first check if the localStorage for a cookie message display flag.
The content of the pop-up should be as follows:
TO DO
Necessities
Branch 270-cookies-request