zulip/analytics
umkay 5e5a0d4db9 analytics: Add user-level count query for messages sent to {PMs, streams}.
Adds a count_X_by_Y_query to counts.py, similar in spirit to a
count_recipient_by_user query, where we would join on the Message,
Recipient, and UserProfile table. Here, we also join on the Stream table in
order to distinguish private and public streams, and we merge the counts for
PM and Huddle type messages into a single subgroup.
2016-11-01 17:00:43 -07:00
..
lib analytics: Add user-level count query for messages sent to {PMs, streams}. 2016-11-01 17:00:43 -07:00
management analytics: Add table to keep track of fill state. 2016-10-14 10:18:37 -07:00
migrations analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
tests analytics: Add subgroup column to analytics tables. 2016-10-27 16:33:58 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
urls.py Enable i18n support in URL configuration. 2016-05-19 08:33:30 -07:00
views.py mypy: Remove a bunch of now-unnecessary type: ignore annotations. 2016-10-17 11:48:34 -07:00