zulip/analytics
Rishi Gupta f8962d521d analytics: Fix uses of 'interval' in arguments and variable names.
interval refers to a time interval, and frequency refers to something that
semantically means something closer to 'hourly' or 'daily'.

Currently, interval can have values 'hour', 'day', or 'gauge', and frequency
can only have values 'hour' and 'day'.
2017-01-08 17:24:51 -08:00
..
lib analytics: Fix uses of 'interval' in arguments and variable names. 2017-01-08 17:24:51 -08:00
management analytics: Add lib/ function to drop all analytics tables. 2017-01-08 17:24:51 -08:00
migrations analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
tests analytics: Move time_range from views.py to lib/time_utils.py 2017-01-08 17:24:51 -08:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics: Add subgroups to unicode representations in models.py. 2016-12-20 12:03:23 -08:00
urls.py Add /stats page with basic stats graph. 2016-12-29 14:20:13 -08:00
views.py analytics: Fix uses of 'interval' in arguments and variable names. 2017-01-08 17:24:51 -08:00