From 9be35d2447ff33d1b4f323f99fb5587dccd42153 Mon Sep 17 00:00:00 2001 From: Lakshay Mittal <101464851+lakshaykananiya@users.noreply.github.com> Date: Fri, 3 Mar 2023 03:08:08 +0530 Subject: [PATCH] docs: Fix outdated description of where stats views are. --- docs/subsystems/analytics.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/subsystems/analytics.md b/docs/subsystems/analytics.md index 873320701b..764ec4d8f7 100644 --- a/docs/subsystems/analytics.md +++ b/docs/subsystems/analytics.md @@ -178,10 +178,8 @@ the updated graphs. The relevant files are: -- analytics/views.py: All chart data requests from the /stats page call - get_chart_data in this file. The bottom half of this file (with all the - raw sql queries) is for a different page (/activity), not related to - /stats. +- analytics/views/stats.py: All chart data requests from the /stats page call + get_chart_data in this file. - web/src/stats/stats.js: The JavaScript and Plotly code. - templates/analytics/stats.html - web/styles/stats.css and web/styles/portico.css: We are in the