You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use cookies to track usage with google analytics. Instances that use google analytics should have a cookie banner to give users the option to reject cookies.
Acceptance Criteria
Given that an instance has turned on the cookie banner, when a user visits that dashboard and has not previously provided an explicit response to the cookie alert, then they are presented with a cookie alert
Given a user visits an instance with the cookie alert who has not previously accepted the use of cookies when they ACCEPT cookies then we continue to track using google analytics
Given a user visits and instance with the cookie alert who has not previously accepted the use of cookies when they REJECT the use of cookies then we don't track their usage with google analytics
Any links in the alert content open in new tabs
If the user elects to close the alert without making an explicit selection, we assume that as a yes and continue collecting GA data, but ask the user again the next time they visit the site
…#1177)
**Related Ticket:** #953
### Description of Changes
Make cookie consent component not to receive mouse events when closed.
### Notes & Questions About Changes
This might be able to be resolved with #1170 , but here is a quick fix.
### Validation / Testing
Go to
https://veda-ui.netlify.app/exploration?datasets=%5B%5D&taxonomy=%7B%7D
, close cookie consent form and try to add datasets. The button click is
blocked because we are hiding the component only with opacity. (And
check the same work flow on this PR's preview)
Context
We use cookies to track usage with google analytics. Instances that use google analytics should have a cookie banner to give users the option to reject cookies.
Acceptance Criteria
Related Tickets
The text was updated successfully, but these errors were encountered: