Persist visitor switcher selections without cookies where possible #43

Open
opened 2026-07-01 01:05:53 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:05:53 +00:00 (Migrated from github.com)

Problem

Switcher choices should follow the visitor without tracking them. Persistence should prefer privacy-respecting client storage.

Acceptance criteria

  • Selections persist via client-side storage rather than server-side per-user records.
  • Defaults fall back to the admin-configured site defaults when no selection exists.
  • No third-party trackers or identifying cookies are introduced.
  • Clearing storage cleanly reverts to site defaults.

Notes

Aligns with the platform privacy-first constraint.

## Problem Switcher choices should follow the visitor without tracking them. Persistence should prefer privacy-respecting client storage. ## Acceptance criteria - [ ] Selections persist via client-side storage rather than server-side per-user records. - [ ] Defaults fall back to the admin-configured site defaults when no selection exists. - [ ] No third-party trackers or identifying cookies are introduced. - [ ] Clearing storage cleanly reverts to site defaults. ## Notes Aligns with the platform privacy-first constraint.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Ordo#43
No description provided.