diff options
author | Regis Freyd <rfreyd@fastmail.fm> | 2017-04-20 10:04:28 +0200 |
---|---|---|
committer | Regis Freyd <rfreyd@fastmail.fm> | 2017-04-20 10:04:28 +0200 |
commit | 4c739130fa29db3ea1ceb3ea78b131cd274a541b (patch) | |
tree | fb9792bb241ad47f3cd336a39bd88853cbd833a2 | |
parent | 08b2e7cd8f69603075edcb93a6a66b6407beb700 (diff) | |
download | gitlab-ce-4c739130fa29db3ea1ceb3ea78b131cd274a541b.tar.gz |
Add more information in the User cohort documentation
We needed to clarify what inactive users are.
-rw-r--r-- | doc/user/admin_area/user_cohorts.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/user/admin_area/user_cohorts.md b/doc/user/admin_area/user_cohorts.md index 1671487bc8c..6b96ff502c9 100644 --- a/doc/user/admin_area/user_cohorts.md +++ b/doc/user/admin_area/user_cohorts.md @@ -13,10 +13,14 @@ user cohorts. ![User cohort example](img/cohorts.png) -For the cohort of June 2016, 163 users have been created on this server. One -month later, in July 2016, 155 users (or 95% of the June cohort) are still -active. Two months later, 139 users (or 85%) are still active. 9 months later, -we can see that only 6% of this cohort are still active. +For the cohort of June 2016, 163 users have been added on this server and have +actually been active during this month. One month later, in July 2016, out of +these 163 users, 155 users (or 95% of the June cohort) are still active. Two +months later, 139 users (or 85%) are still active. 9 months later, we can see +that only 6% of this cohort are still active. + +The Inactive users column shows the number of users who have been added during +the month, but who have never actually had any activity in the instance. How do we measure the activity of users? GitLab considers a user active if: * the user signs in |