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

Description

A publicly accessible static page rendering the full GDPR-compliant privacy policy document for Meander. It displays versioned legal content including data collection, processing, storage, and sharing practices with a visible last-updated date. The page requires no authentication and is reachable from both the Sales Website and operational product surfaces.

Feature: Privacy Policy

privacy-policy-page

Sources & reasoning

Explicitly listed as a Sales Website core capability (line 223) and confirmed as Phase 1 MVP scope (line 337 "Privacy policy og vilkår"). GDPR obligations for a platform handling sensitive personal data of Norwegian disability-organization members make this a hard legal requirement before any data collection begins. Target release MVP per phase-1 evidence.

  • docs/source/likeperson.md · line 222-225
    Privacy policy, Terms of Service, Data Processing Agreement, Cookie Policy
  • docs/source/likeperson.md · line 337
    Privacy policy og vilkår

Responsibilities

  • Render the full privacy policy text in a readable, accessible format
  • Display the last-updated date and version information prominently
  • Ensure the page is reachable without authentication from all product surfaces
  • Meet WCAG 2.2 AA accessibility standards for legal content readability
  • Provide navigation anchors for major sections to aid document traversal

Interfaces

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