User Story
In order to make an informed choice about how my data is used
As a first-time visitor to the store from the EU
I want to see a clear cookie consent banner that lets me accept, reject, or customise cookie categories before any non-essential scripts are loaded
Acceptance Criteria
Background & Resources
Details: Consent preferences stored in a cookie or localStorage. Banner shown only if no consent cookie exists. Non-essential scripts (analytics, marketing tags) gated on consent state (see cookie-consent/analytics-gate). Consent expiry follows legal requirements (typically 12 months in the EU).
Key files:
apps/presentation/features/cookie-consent/cookie-banner.tsx — banner UI component
apps/presentation/features/cookie-consent/use-consent.ts — consent state management hook
apps/presentation/app/[locale]/layout.tsx — mounts <CookieBanner>
Links/Screenshots: (Drag and drop images or paste links here)
User Story
In order to make an informed choice about how my data is used
As a first-time visitor to the store from the EU
I want to see a clear cookie consent banner that lets me accept, reject, or customise cookie categories before any non-essential scripts are loaded
Acceptance Criteria
Background & Resources
Details: Consent preferences stored in a cookie or
localStorage. Banner shown only if no consent cookie exists. Non-essential scripts (analytics, marketing tags) gated on consent state (seecookie-consent/analytics-gate). Consent expiry follows legal requirements (typically 12 months in the EU).Key files:
apps/presentation/features/cookie-consent/cookie-banner.tsx— banner UI componentapps/presentation/features/cookie-consent/use-consent.ts— consent state management hookapps/presentation/app/[locale]/layout.tsx— mounts<CookieBanner>Links/Screenshots: (Drag and drop images or paste links here)