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
Title:
Ensure the Cookie Consent Modal appears persistently on all pages until the user accepts the cookie policy.
Description:
To comply with user privacy regulations and improve clarity, the Cookie Consent Modal should display persistently across all pages of the website until the user clicks "Погодитись" (Accept). Once accepted, the modal will not reappear.
Acceptance Criteria:
Persistent Display:
The Cookie Consent Modal must appear on every page of the site until the user explicitly clicks "Погодитись".
Navigating between pages will not dismiss the modal until consent is given.
User Action:
Clicking "Погодитись" hides the modal permanently for the current user.
Clicking "Відмовитись" will continue to show the modal until consent is accepted.
Storage of Consent:
User consent will be stored in a browser cookie/local storage to ensure the modal does not reappear after acceptance.
The consent cookie has a predefined expiration period.
Behavior on Refresh/Navigate:
If consent is not provided, the modal will reappear when the user navigates to a different page or refreshes the current page.
Design Consistency:
The modal's design and behavior remain consistent with the current UI (as per provided mockup).
Technical Notes:
Add logic to handle the persistent state of the modal until consent is given.
Priority:
High
Severity:
Medium
Rationale:
This improvement ensures compliance with cookie policies and user consent regulations while enhancing user clarity.
The text was updated successfully, but these errors were encountered:
Title:
Ensure the Cookie Consent Modal appears persistently on all pages until the user accepts the cookie policy.
Description:
To comply with user privacy regulations and improve clarity, the Cookie Consent Modal should display persistently across all pages of the website until the user clicks "Погодитись" (Accept). Once accepted, the modal will not reappear.
Acceptance Criteria:
Persistent Display:
User Action:
Storage of Consent:
Behavior on Refresh/Navigate:
Design Consistency:
Technical Notes:
Priority:
High
Severity:
Medium
Rationale:
This improvement ensures compliance with cookie policies and user consent regulations while enhancing user clarity.
The text was updated successfully, but these errors were encountered: