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

Description

Mobile screen that renders the current Meander privacy policy text inside the app. Fetches policy content on mount, handles loading and error states, and displays the formatted policy with sections covering data processing, legal basis, and GDPR rights.

Feature: Privacy Policy

privacy-policy-screen

Sources & reasoning

Privacy Policy is an explicit feature in the always-on help-support area (§8). GDPR transparency plus the documented subprocessor chain (Supabase, Vercel, Vipps, Firebase) make this a launch blocker, so it lands in MVP.

  • help-support | Help & Support | Contact Us, Privacy Policy, Accessibility Statement, FAQ
  • Norse Digital Products AS benytter følgende underleverandører for drift av Meander. Alle underleverandører er databehandlere iht. GDPR art. 28

Responsibilities

  • Request current privacy policy content on screen mount
  • Render formatted policy sections with readable typography
  • Display loading state while content is being fetched
  • Show fallback error state when content service is unavailable
  • Expose navigation back to the previous screen

Interfaces

render(): ReactNode
loadPolicy(): Promise<void>
onRetry(): void