berrypod/lib/berrypod_web/live/admin
jamey 580a7203c9
All checks were successful
deploy / deploy (push) Successful in 4m22s
add activity log with order timeline and global feed
Single activity_log table powering two views: chronological timeline
on each order detail page (replacing the old fulfilment card) and a
global feed at /admin/activity with tabs, category filters, search,
and pagination. Real-time via PubSub — new entries appear instantly,
nav badge updates across all admin pages.

Instrumented across all event points: Stripe webhooks, order notifier,
submission worker, fulfilment status worker, product sync worker, and
Oban exhausted-job telemetry. Contextual action buttons (retry
submission, retry sync, dismiss) with Oban unique constraints to
prevent double-enqueue. 90-day pruning via cron.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:09:08 +00:00
..
newsletter add send test email button to campaign form 2026-02-28 23:52:11 +00:00
pages add admin UX polish: nav grouping, inline settings, real preview data 2026-02-28 20:17:03 +00:00
providers fix admin font loading and theme CSS cache miss bug 2026-02-20 18:39:41 +00:00
theme add legal page editor integration and media library polish 2026-02-28 17:55:02 +00:00
activity.ex add activity log with order timeline and global feed 2026-03-01 15:09:08 +00:00
analytics.ex add analytics CSV export 2026-02-24 09:37:45 +00:00
dashboard.ex add Stripe connection step to launch checklist 2026-02-21 23:26:13 +00:00
email_settings.ex gate magic link login on verified email delivery 2026-02-21 22:25:27 +00:00
media.ex add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
navigation.ex add admin UX quick wins: nav guard, block descriptions, input labels 2026-02-28 20:11:13 +00:00
newsletter.ex add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
order_show.ex add activity log with order timeline and global feed 2026-03-01 15:09:08 +00:00
orders.ex add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
product_show.ex extract setup wizard to dedicated /admin/setup page 2026-02-18 23:55:42 +00:00
products.ex add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
redirects.ex add dead link monitoring for outgoing content links 2026-03-01 13:00:59 +00:00
settings.ex add abandoned cart recovery 2026-02-24 10:02:37 +00:00