AjobK / Seaqull

Seaqull programming blog
http://www.seaqull.com
4 stars 0 forks source link

[270] Cookies Request #271

Closed AjobK closed 3 years ago

AjobK commented 3 years ago

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

Necessities

Branch 270-cookies-request