Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cookie's stored notice #23

Open
codycodes opened this issue Jun 13, 2020 · 2 comments
Open

Add cookie's stored notice #23

codycodes opened this issue Jun 13, 2020 · 2 comments

Comments

@codycodes
Copy link
Member

codycodes commented Jun 13, 2020

We need to create a notice for cookies so that users are notified we store them for the following:

  • Timeout in ms
  • Audio notification choice
  • Whether the heatmap is on

We can easily do this using the existing bootstrap notification alert, but have a close button added:

image

Sample code:

<div class="alert alert-warning alert-dismissible fade show" role="alert">
  <strong>Holy guacamole!</strong> You should check in on some of those fields below.
  <button type="button" class="close" data-dismiss="alert" aria-label="Close">
    <span aria-hidden="true">&times;</span>
  </button>
</div>

Source

@stevenguh
Copy link
Member

I like the idea of having a notice of what we use the cookies for. I am not sure about the use of alert. How about putting the notice in the privacy section?

@codycodes
Copy link
Member Author

codycodes commented Jun 13, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants