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

Description

Static page on the Sales Website that discloses all cookies and tracking technologies deployed on the site, categorized by type (strictly necessary, analytics, marketing). Lists name, purpose, duration, and provider for each cookie entry. Linked from the cookie consent banner and global footer.

Feature: Cookie Policy

cookie-policy-page

Sources & reasoning

The Cookie Policy Page is the sole UI surface for this feature - a static, content-driven page that discloses cookie categories and individual cookie details as required by the ePrivacy Directive and GDPR. No backend or auth dependency; pure frontend render on the static Sales Website.

No source references — this artifact was included based on reasoning alone (see above).

Responsibilities

  • Render categorized cookie table with name, purpose, duration, and provider columns
  • Display last-updated date and re-acknowledgement notice when categories change
  • Link back to cookie consent banner and privacy policy
  • Support Norwegian Bokmål as primary language

Interfaces

render(): void
getCookieCategories(): CookieCategory[]