|
All checks were successful
deploy / deploy (push) Successful in 1m13s
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> |
||
|---|---|---|
| .. | ||
| cart_controller_test.exs | ||
| checkout_success_controller_test.exs | ||
| contact_controller_test.exs | ||
| email_settings_controller_test.exs | ||
| error_html_test.exs | ||
| error_json_test.exs | ||
| favicon_controller_test.exs | ||
| image_controller_test.exs | ||
| newsletter_controller_test.exs | ||
| order_lookup_controller_test.exs | ||
| page_controller_test.exs | ||
| seo_controller_test.exs | ||
| setup_controller_test.exs | ||
| unsubscribe_controller_test.exs | ||
| user_session_controller_test.exs | ||
| webhook_controller_test.exs | ||