Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Get back on track with user review #443

Closed
rohitpaulk opened this issue Dec 21, 2015 · 6 comments
Closed

Get back on track with user review #443

rohitpaulk opened this issue Dec 21, 2015 · 6 comments

Comments

@rohitpaulk
Copy link
Contributor

Unreviewed Accounts (N = 416)

We have 416 unreviewed accounts! I was digging into history for gratipay/gratipay.com#3878, and we have users who haven't been reviewed for 6 months 😕

cc: @whit537, @mattbk

@mattbk
Copy link
Contributor

mattbk commented Dec 21, 2015

Also, http://inside.gratipay.com/howto/review-accounts is a little out of date.

@rohitpaulk
Copy link
Contributor Author

SELECT COUNT(DISTINCT(p.username))
  FROM participants p
  JOIN current_payment_instructions cpi ON cpi.participant = p.username -- Only those with tips
 WHERE braintree_customer_id IS NOT NULL
   AND p.is_suspicious IS NULL
   AND NOT is_closed;

=> 68

@chadwhitacre
Copy link
Contributor

As a workaround since this queue is collapsed, I've been only reviewing users during payday where giving > 0.

@rohitpaulk
Copy link
Contributor Author

I ran Participant.update_giving on the entire DB over at gratipay/gratipay.com#3876, which refreshed a few stale values.

Viewing the review dashboard on my local, I see ~10 users who have a giving > 0 now.

@rohitpaulk
Copy link
Contributor Author

^ Oh sorry - those values (most of them) are from before payday :)

@chadwhitacre
Copy link
Contributor

Done!

!m @rohitpaulk

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

No branches or pull requests

3 participants