admin: event stream viewer — live tail of signals.* events #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Live-tail of the in-process event bus with filters by subject (signals.tip., signals.task.), user ID, and time range.\n\nWhen the bus swaps to NATS the UI is unchanged — only the API endpoint changes. Requires a new
GET /api/admin/eventsendpoint that returns recent events from a ring-buffer or DB log.\n\nPart of the M1 admin console build sequence (step 6 of 16).