WeRelateTools

This is a collection of tools for working with WeRelate. The primary tool, at this point, is a script for gathering history and then generating reports about WeRelate activity.

Monthly activity summaries:

Here remixed version the old growth graph:

werelate.org page activity

from data in reports/tot-persons-old.csv (which is just the data from the original chart in CSV form)

Here is a new version of that chart, though it combines Person and Family pages:

reports/page-annually.png

from data in reports/tot-annually.csv

Here is the same thing but with the data in monthly buckets:

reports/page-monthly.png

from data in reports/tot-monthly.csv

Here is the report of activity in the last complete month:

reports/page-daily-lastmonth.png

from data in reports/tot-lastmonth-daily.csv

And here is the date for the current (in-progress) month:

reports/page-daily-thismonth.png

from data in reports/tot-thismonth-daily.csv

Next are a bunch of reports in an attempt to understand user tenure and retention, first the number of active users each month:

reports/user-monthly.png from data in reports/tot-monthly.csv

Next the previous graph with a second line showing how many users are still at the site 1 year after they made their first edit:

reports/user-retention-monthly.png

from data in reports/user-retention-monthly.csv

Next is how long do users remain active. Note that the first column is truncated as many thousands of users are only with us less than a year:

reports/user-tenure.png

from data in reports/user-alltime.csv

This report goes with the “last month” reports, above, showing a histogram of how many edits users made:

reports/user-lastmonth.png

from data in reports/user-thismonth.csv

These two were an early attempt to find patterns user retention, but the two charts are really just different versions of the same data (rotated 45 degrees from each other). Probably not of any great interest:

reports/user-first-last.png

from data in reports/user-alltime.csv

reports/user-first-len.png

from data in reports/user-alltime.csv

This is an experiment in generating a “quality score” for every family and person page. The current algorithm is flawed, but it does show a constant improvement in quality:

reports/score-monthly.png

from data in reports/tot-monthly.csv

Here are some other data files which weren’t mentioned above

More anon.