BigW Consortium Gitlab

  1. 06 Sep, 2017 1 commit
  2. 17 Apr, 2017 1 commit
  3. 14 Apr, 2017 2 commits
    • Rename user cohorts -> cohorts · 5b698082
      Sean McGivern authored
    • Add user cohorts table to admin area · 81022d76
      Sean McGivern authored
      This table shows the percentage of users who registered in the last
      twelve months, who last signed in during or later than each of those
      twelve months, by month.
      
      It is only enabled when the usage ping is enabled, and the page also
      shows pretty-printed usage ping data.
      
      The cohorts table is generated in Ruby from some basic SQL queries,
      because performing the gap-filling and running sums needed in both MySQL
      and Postgres is painful.