User Interface medium complexity frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Static page rendering the full privacy policy text for the Meander Sales Website. Covers GDPR data-subject rights, retention periods, demo-booking form data handling, analytics cookies, and contact data in plain Norwegian and English. Structured with anchor-linked sections for easy navigation.

Feature: Privacy Policy

privacy-policy-page

Sources & reasoning

Enumerated in the Sales Website product description at line 224 and explicitly grouped under Fase 1 MVP scope at line 336 ("Privacy policy og vilkår"). Phase mapping: Fase 1 → "MVP". Legal requirement for any public website collecting demo-request data under GDPR.

Responsibilities

  • Render all GDPR-required disclosures in readable section layout
  • Provide anchor links to each major section (data collected, retention, rights, contact)
  • Display last-updated date and version number prominently
  • Link to data controller contact details and DPO email
  • Remain accessible to screen readers and non-technical readers

Interfaces

render(): HTMLElement
getLastUpdated(): string
getSectionAnchors(): SectionAnchor[]