Skip to content

(feat): add block event to metrics - minds#3014

Mark Harding requested to merge feat/minds-3014-blockevt into master

Ticket(s) / Related Merge Requests

minds#3014 (closed)

Summary of Changes

Adds 'block' and 'unblock' events to analytics.

Testing Considerations

  1. Block a user
  2. Verify in superset with SELECT * FROM atomic.com_minds_action_1 actions WHERE action='block' AND root_tstamp >= '2022-04-11' (note: it takes 10-15 minutes to reflect)

Regression Scope

Block does not persist.

Platform Affected (web, mobile, etc)

API

Developer Testing Completed

@markeharding 🛠

Screenshots

Screenshot_2022-04-11_at_14.01.39

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Mark Harding

Merge request reports