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

Description

A full-screen readable view that displays the platform's privacy policy document to mobile app users. Accessible both pre-authentication (for regulatory compliance) and post-login via settings and help sections. Renders structured policy content with proper typography and scroll support for long-form legal text.

Feature: Privacy Policy

privacy-policy-screen

Sources & reasoning

Listed in the Help & Support area taxonomy (line 480) and mirrored in the Sales Website legal documents section (lines 222-224), confirming privacy policy is a platform-wide obligation. Blueprint marks this MVP. GDPR applicability and app store requirements make this a hard launch blocker, justifying critical priority.

  • docs/source/likeperson.md · line 480
    | help-support | Help & Support | Contact Us, Privacy Policy, Accessibility Statement, FAQ |
  • docs/source/likeperson.md · line 222-224
    Privacy policy, Terms of Service, Data Processing Agreement, Cookie Policy

Responsibilities

  • Render the full privacy policy document in a readable, accessible format
  • Support access without authentication for GDPR and app store compliance
  • Provide navigation entry points from app settings and help section
  • Handle long-form content scrolling with proper mobile UX
  • Meet WCAG accessibility standards for text contrast and screen reader compatibility

Interfaces

render(): void
loadPolicyContent(): PolicyDocument
onClose(): void