berrypod/lib/berrypod_web
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
..
components integrate R module and add url editor ui 2026-04-01 00:36:17 +01:00
controllers add persistent email session for order lookup and reviews 2026-04-01 09:44:53 +01:00
live add persistent email session for order lookup and reviews 2026-04-01 09:44:53 +01:00
plugs add persistent email session for order lookup and reviews 2026-04-01 09:44:53 +01:00
admin_layout_hook.ex improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
analytics_hook.ex replace analytics double-count prevention with buffer supersede 2026-02-23 14:48:50 +00:00
cart_hook.ex add contextual prompts for skipped setup steps 2026-03-04 14:02:49 +00:00
endpoint.ex add dynamic routes plug and simplify router 2026-04-01 00:35:49 +01:00
gettext.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
live_sandbox_hook.ex add dynamic routes plug and simplify router 2026-04-01 00:35:49 +01:00
newsletter_hook.ex add newsletter and email campaigns 2026-02-28 23:25:28 +00:00
not_found_error.ex show proper 404 page for missing custom pages instead of redirecting 2026-02-28 08:35:01 +00:00
oban_resolver.ex add Oban Web dashboard at /admin/oban 2026-03-02 07:44:06 +00:00
page_editor_hook.ex integrate R module and add url editor ui 2026-04-01 00:36:17 +01:00
page_renderer.ex integrate R module and add url editor ui 2026-04-01 00:36:17 +01:00
r.ex add R module for runtime url routing 2026-04-01 00:35:41 +01:00
router.ex add persistent email session for order lookup and reviews 2026-04-01 09:44:53 +01:00
search_hook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
setup_hook.ex improve setup UX: password field, setup hook, checklist banners, theme tweaks 2026-03-03 17:41:08 +00:00
site_editor_state.ex add nav editors to Site tab with live preview 2026-03-28 22:19:48 +00:00
telemetry.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
theme_hook.ex add nav editors to Site tab with live preview 2026-03-28 22:19:48 +00:00
user_auth.ex add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00