berrypod/test/berrypod_web/live
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
..
admin add activity log with order timeline and global feed 2026-03-01 15:09:08 +00:00
auth gate magic link login on verified email delivery 2026-02-21 22:25:27 +00:00
setup add admin account recovery via setup secret 2026-02-21 21:40:53 +00:00
shop add data-driven navigation with admin editor 2026-02-28 11:18:37 +00:00
theme_css_consistency_test.exs replace --color-* with --t-* tokens, delete bridge and .preview-frame 2026-02-21 00:13:33 +00:00