User counts are different in four different places on the same instance

Problem

User counts are different in four different places on the same instance:

  1. https://gitlab.demo.i2p.online/admin?nav_source=navbar
  2. https://gitlab.demo.i2p.online/admin/license
  3. https://gitlab.demo.i2p.online/admin/users
  4. https://gitlab.demo.i2p.online/-/instance_statistics/cohorts

Next Steps

  1. Understand the purpose of each page and the problem it's trying to solve
  2. Understand where each page is pulling the data from and which page is the single source of truth (today)
  3. Revisit the requirement of each of these pages to display this information
  4. Redesign the license page /admin/license
  5. Redesign the admin dashboard /admin?nav_source=navbar
  6. Ensure that their user accounts on /admin/users always show the full, accurate number (not 1000+ when it reaches over 1k). If this isn't possible we should consider whether that is the best place to display that information.
  7. Redesigned the cohorts page -/instance_statistics/cohorts
Edited by Luca Kisielius