-
Notifications
You must be signed in to change notification settings - Fork 308
Conversation
chadwhitacre
commented
Oct 21, 2014
Here's the spreadsheet we've been working with: https://docs.google.com/spreadsheets/d/1SiEz6TtRFqmywEEIQkrIzqqBo9tEf3kZ0oS-jlGT7-s/edit?usp=sharing |
20b27fa
to
7d8c85d
Compare
Looks good for the triangle style, but something is strange in the data, I noticed a few places where the data wasn't evenly stepped, and I also see that not all boxes are square, changing the angle. May want to play with the color distribution a bit. |
I don't have any objection to having this charts on |
Looks good enough to ship. I do have some questions about the data, though, there seem to be a couple of spots where a nibble has been taken out of the edge, or a strip peeled off the first three months or so. Any ideas about what's causing that? |
I think you might also play with the color a bit. Rather than having 'Gratipay green' representing 100%, you might try putting it at 50%, with 0% still being white, and 100% being black. |
8f3280e
to
22b8f58
Compare
Rebased on master. |
Yup, that drop in activity is what worries me. Incidentally, although the retention chart is already good enough to ship, I've though of some interactive features that would be useful to add. So, next steps?:
What we want to identify are cohorts that are both larger and more active over time. When identified, figure out why they are so, and go get more / design features that please them in particular. Secondarily, particularly active cohorts whatever their size. |
Per convo at gratipay/inside.gratipay.com#89 (comment), here is engaged users and ratio: |
Considering replacing "Active Users" with "Givers." IRC |
0b4f6fa
to
b0a4b25
Compare
bb509d8
to
0d20225
Compare
We were using a different method of doing columns on the charts page. Drop back to the one we're using everywhere else so we can line up charts the way we want.
Otherwise I won't be included in retention. :-)
Basically what we have in the spreadsheet.
This way the cohorts line up underneath the active users chart.
Saves us 75% in whitespace for the retention.json endpoint.
Cuts file size almost in half (157 KB => 82 KB).
efae04c
to
9e514a5
Compare
Rebased on master. |
Minor tweak: Would "Percentage of active givers out of all users" be more meaningful than "N per 10,000"? The chart should look more or less the same. |
The benefit of using "out of 10,000" is you can have a round number instead of a fractional percent. |
I'm closing this PR. I'm glad we've gotten our feet wet with retention analysis, but adopting retention analysis as a key decision-making tool will make a lot more sense after we've mostly built the product we're trying to build. Right now we have a clear picture of what we're trying to build (well, an increasingly-clear picture; see #3220), and plenty of obvious work to do to get to "version 1." Let's revisit retention after version 1. |