Skip to content
POLITIFAST

Activity Feed

Real-time stream of admin actions and notable system events.

Last updated 05/24/26

What this surface does

The Activity Feed is a real-time stream of admin actions (campaign created, invoice paid, refund issued, SMS dispatched, deletion request approved) and notable system events. Sourced from `audit_events`.

When to use it

  • "What did the team do today" overview at end of shift.
  • Spotting unusual activity patterns (mass deletions, after-hours admin changes).
  • Cross-referencing a customer complaint with what actually happened in the system.

Key gotchas

  • The feed is not the source of truth — the underlying `audit_events` table is. Filters here are just a view.
  • Some events are intentionally not surfaced (e.g. internal sync chores) to keep the feed signal-rich.
  • Real-time updates use polling, not websockets, so there is a small lag (typically <10s).
  • Audit Log (full immutable history), Status Console.