From 48a700f435243ae20d7f3d7359e735a16585251b Mon Sep 17 00:00:00 2001 From: declerambaul Date: Sun, 26 Feb 2012 12:13:22 -0500 Subject: [PATCH] Added graphs.md to decide on graphs we want to include in prototype --- docs/graphs.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 docs/graphs.md diff --git a/docs/graphs.md b/docs/graphs.md new file mode 100644 index 0000000..b3caea6 --- /dev/null +++ b/docs/graphs.md @@ -0,0 +1,47 @@ +# graphs / metrics for the Feb. dealine + +## done + +## wanted + +- traffic metrics + - page views by language + - page views by project + - mobile stats + - ? + +- editor metrics + + NOTE: all the data files likely contain more raw information than can be displayed with simple line charts. For the Feb deadline it will probably be necessary to sum/average the data into a few descriptive 'totals'. The reason why I don't supply the already aggregated data is because we will be able to build more finegrained ways to explore the data without much effort. + + - number of editors + - all editors (>1 edit) - [dropbox]/enwp/csv/Cohort_trends/Relative_age/More_than_1_edit/editors_RelativeAgeAllNamespaces.csv + - active editors (>5 edits) - [dropbox]/enwp/csv/Cohort_trends/Relative_age/More_than_5_edits/editors_RelativeAgeAllNamespaces.csv + - very active editors (>100 edits) - [dropbox]/enwp/csv/Cohort_trends/Relative_age/More_than_100_edits/editors_RelativeAgeAllNamespaces.csv + - new editors (e.g. <3 months) - sum of the first 3 data columns of 'all editors' csv + - number of edits + - all editors (>1 edit) - [dropbox]/enwp/csv/Cohort_trends/Relative_age/More_than_1_edit/edits_RelativeAgeAllNamespaces.csv + - active editors (>5 edits) - [dropbox]/enwp/csv/Cohort_trends/Relative_age/More_than_5_edits/edits_RelativeAgeAllNamespaces.csv + - very active editors (>100 edits) - [dropbox]/enwp/csv/Cohort_trends/Relative_age/More_than_100_edits/edits_RelativeAgeAllNamespaces.csv + - new editors (e.g. <3 months) - sum of the first 3 data columns of 'all editors' csv + - editor activity histogram + - by number of editors - [dropbox]/enwp/csv/Cohort_trends/Histogram_cohorts/editors_EditorActivity.csv + - by number of edits - [dropbox]/enwp/csv/Cohort_trends/Histogram_cohorts/edits_EditorActivity.csv + - namespace activty + - by number of edits - [dropbox]/enwp/csv/Cohort_trends/Namespaces/edits_NameSpaces.csv + +- article metrics + - articles created over time + - by autoconfirmed editors + - by non-autoconfirmed editors + - by autopatrolled editors + - articles created in different languages + - articles deleted over time + + + + +## nice to have + + + -- 1.7.0.4