berrypod/test/berrypod_web/live
jamey 34822254e3
All checks were successful
deploy / deploy (push) Successful in 1m13s
add persistent email session for order lookup and reviews
Replaces the short-lived (1 hour) session-based order lookup with a
persistent cookie-based email session lasting 30 days. This foundation
enables customers to leave reviews and view orders without re-verifying
their email each time.

- Add EmailSession module for signed cookie management
- Add EmailSession plug to load verified email into session
- Set email session on order lookup verification
- Set email session on checkout completion (via /checkout/complete)
- Update orders and order detail pages to use email session
- Add reviews system plan document

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-01 09:44:53 +01:00
..
admin add nav editors to Site tab with live preview 2026-03-28 22:19:48 +00:00
auth improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
setup complete onboarding UX v2 2026-03-10 07:56:54 +00:00
shop add persistent email session for order lookup and reviews 2026-04-01 09:44:53 +01:00
theme_css_consistency_test.exs fix theme data attributes not updating live during editing 2026-03-09 20:51:59 +00:00