TermsOfServicePage
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
A publicly accessible static page on the Sales Website displaying the full Terms of Service document between Norse Digital Products and organizations using the Meander platform. It renders the versioned legal text with an effective date prominently displayed, and supports navigation to specific sections via anchor links.
terms-of-service-page
Sources & reasoning
Explicitly named alongside the other legal pages as a Sales Website core capability (line 223) and covered by the Phase 1 MVP scope entry "Privacy policy og vilkår" (line 337, where "vilkår" means terms/conditions). Required before commercial agreements with any of the four partner organizations can be finalized. Target release MVP per phase-1 evidence.
-
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 the full Terms of Service document with version number and effective date
- Provide section-based anchor navigation for quick access to key clauses
- Display a change notification banner when the document has been recently updated
- Ensure the page is accessible without authentication for both prospective and existing users
Interfaces
getCurrentTermsVersion(): TermsVersion
renderSection(sectionId: string): HTMLElement
showChangeBanner(changeDate: string): void