zulip/analytics
Lauryn Menard a3f6220fe4 analytics: Add summary statistic for guest users in realm.
Adds the count of users with the role of guest to the stats view
`page_params` via a database query. This information is then added
to the summary statistics section of the analytics page after being
formatted by `stats.js`.

Creates Bassanio as a guest user in the database for the analytics
realm.

Fixes #20162.
2022-10-17 11:53:59 -07:00
..
lib analytics: Add Composable type annotations. 2022-07-30 06:46:34 -07:00
management analytics: Add summary statistic for guest users in realm. 2022-10-17 11:53:59 -07:00
migrations typing: Use BaseDatabaseSchemaEditor in place of DatabaseSchemaEditor. 2022-05-30 14:18:53 -07:00
tests test_classes: Create a dedicate helper for query count check. 2022-10-17 11:32:52 -07:00
views analytics: Add summary statistic for guest users in realm. 2022-10-17 11:53:59 -07:00
__init__.py
models.py models: Implicitly type model fields with django-stubs. 2022-10-05 16:15:56 -07:00
urls.py analytics: Use user IDs to get user activity summaries. 2021-10-13 15:30:27 -07:00