-
Notifications
You must be signed in to change notification settings - Fork 308
Conversation
No longer necessary post-#3718.
The total users/volume charts provide little value because they can only ever increase. The charges and withdrawals charts don't tell us much that the weekly volume chart doesn't, especially after #1383.
Reflects the move away from individual no-strings-attached tip gifts in 1.0 to voluntary payments in 2.0.
ea73d1c
to
1b752cf
Compare
That was mostly interesting early on when our time horizon was closer. Now we don't care as much about intra-week changes to the system as a whole.
7248bbd
to
21fc122
Compare
Weekly volume is the crucial chart. That's the one I refer to when telling people the story of Gratipay.
a248d72
to
28ac16d
Compare
We were tracking all sorts of stuff that we never looked at. Let's pare down to the numbers we actually care about: volume and nactive.
Having gotten rid of the other *_volume columns, we can simply the name of this one.
The next step I'm working on is to add a |
The user in question was involved in a MassPay snafu: #2417. |
Alright, so we have this negative- P.S. The way we ended up with the negative transfer is complicated: our 1.0 payroll implementation computed the amount to transfer to the last person taking as the remainder of the team's balance, and as a result of the MassPay snafu in #2417, the team had a negative balance, so therefore the last person's take was negative! |
Positive constraint is in #2723, btw. |
Okay, got it. Looks like we have 563 non-payday transfers (take-over, final-gift), and 523,762 payday transfers. |
Actually, we don't need to reset the pre-Gratipocalypse values, though we may as well add the |
This is less interesting now that we have Teams in between. The original question this was answering was whether Gratipay was just circulating money around amongst the same few people.
They were doubled because we were counting both sides, payment and payroll. We should just count payment.
I'm seeing a volume spike in 159. What's that about? |
It was a user with multiple Teams consolidating their funds in one Team as part of getting paid out for the first time. |
e3afa98
to
071fabb
Compare
Winding down here, ready for review if anyone is around. :) |
Properly i18n'd and no more stats.json
071fabb
to
ace42ee
Compare
Ready? |
catch fake data up with #3730
Closes #3446.