Add user cohorts table to admin area
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.
Showing
app/services/user_cohorts_service.rb
0 → 100644
app/views/admin/user_cohorts/index.html.haml
0 → 100644
changelogs/unreleased-ee/user-cohorts.yml
0 → 100644
spec/services/user_cohorts_service_spec.rb
0 → 100644
Please
register
or
sign in
to comment