MoveOnOrg / eventroller

Event aggregator and manager across event CRMs/websites used in progressive politics
MIT License
10 stars 6 forks source link

Sync review logs to Redash #62

Open rohangrover opened 6 years ago

rohangrover commented 6 years ago

Let's expose review logs on Redash for easier moderation and alerting. At a minimum, we want to sync reviewer logs for both messages to members and messages to hosts including:

Since notes use the same object, let's add notes in there too. If you find any other data that could be useful and would be straightforward to add, please suggest it here.

azuzunaga commented 6 years ago

Post-deploy, update flydata to sync the following tables:

rohangrover commented 6 years ago

Does this include adding/removing tags @azuzunaga?

azuzunaga commented 6 years ago

Yes, @rohangrover. We can see that information in the reviewer_review table, columns created_at and obsoleted_at.

rohangrover commented 6 years ago

Sweet!