CookiePolicyPage
Component Detail
Description
A static informational page that documents all cookies and tracking technologies used by the Meander Sales Website. It categorizes cookies by purpose (strictly necessary, analytics, marketing) and lists each cookie's name, duration, and the third-party service that sets it. The page also provides a link or button to reopen the cookie consent settings at any time.
cookie-policy-page
Sources & reasoning
Explicitly listed as a Sales Website core capability (line 223). The ePrivacy Directive requires a consent mechanism before any tracking cookies are set on the public website. The blueprint assigns a CookieConsentBannerWidget component to this feature, confirming implementation scope. Phase 1 MVP evidence at line 337. Target release MVP per phase-1 evidence and ePrivacy compliance requirement before launch.
-
docs/source/likeperson.md · line 222-225Privacy policy, Terms of Service, Data Processing Agreement, Cookie Policy
-
docs/source/likeperson.md · line 337Privacy policy og vilkår
Responsibilities
- Render categorized cookie disclosure tables with name, duration, and purpose columns
- Display third-party service information for each optional cookie category
- Provide a trigger to reopen the CookieConsentBannerWidget for preference updates
- Present legally required information in compliance with ePrivacy Directive and GDPR
Interfaces
render(): HTMLElement
openCookieSettings(): void