docs: Fix outdated description of where stats views are.

This commit is contained in:
Lakshay Mittal 2023-03-03 03:08:08 +05:30 committed by GitHub
parent bb819b4928
commit 9be35d2447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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