Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync review logs to Redash #62

Open
7 tasks
rohangrover opened this issue Aug 15, 2018 · 4 comments
Open
7 tasks

Sync review logs to Redash #62

rohangrover opened this issue Aug 15, 2018 · 4 comments
Assignees

Comments

@rohangrover
Copy link

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:

  • Sender/author/reviewer email address (or AKID or name or more than 1 of the above?)
  • Timestamp
  • Message text
  • Recipient AKID's
  • Status
  • Log type (message vs. bulk message vs. note vs. bulk note)
  • Visibility level

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 azuzunaga self-assigned this Aug 15, 2018
@azuzunaga
Copy link
Contributor

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

  • reviewer_reviewlog
  • reviewer_review
  • actionkit_membersearch_tag

@rohangrover
Copy link
Author

Does this include adding/removing tags @azuzunaga?

@azuzunaga
Copy link
Contributor

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

@rohangrover
Copy link
Author

Sweet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants