aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-05-06 16:26:37 +0100
committerStruan Donald <struan@exo.org.uk>2020-05-12 17:11:52 +0100
commit0bc94341afa4909f56e94ced03f282a158a0341c (patch)
tree7c09827c04ef72324d4582a84249b9c15bc4bd7d /docs
parentc80f13eeac448e99873b690411d7f6e83b07dd06 (diff)
[Docs] Heatmap, tidy stats section.
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/admin-tasks-content.md23
-rw-r--r--docs/_layouts/pro.html2
2 files changed, 18 insertions, 7 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md
index 765e96370..5b570aa27 100644
--- a/docs/_includes/admin-tasks-content.md
+++ b/docs/_includes/admin-tasks-content.md
@@ -770,12 +770,13 @@ above, ‘Creating a template’. Additionally you can delete the template from
<span class="admin-task__permissions">Permissions required: User must be marked as staff</span>
-When you first log in to the Admin area, you’ll see some top-level stats at the foot of the page,
-including the number of reports published on the site, the number of updates, the number of
-alerts set up and the number of user questionnaires sent out. This can be useful for a quick
-snapshot of activity.
+When you log in to the Admin area and click Stats in the admin navigation,
+you’ll see some top-level statistics, including the number of reports published
+on the site, the number of updates, and the number of alerts set up. This can
+be useful for a quick snapshot of activity.
-For a more detailed breakdown, visit the stats dashboard. This can be accessed by typing
+For a more detailed breakdown, visit the stats dashboard. This can be accessed
+by going to "Summary statistics" from the admin stats page, or by typing
‘/dashboard’ on the end of your FixMyStreet url.
From here, you can access statistics on:
@@ -797,6 +798,16 @@ You can also group the results by:
Android device or via an iOS device).
These statistics can be downloaded as a CSV document, suitable for use in a spreadsheet program
-such as Excel.
+such as Excel or your own reporting tools.
+
+#### Heatmap
+
+Also accessible from the admin stats page is our heatmap. This can provide an
+overview of reporting in your area, filtered by state, category, or ward, for a
+particular date range:
+
+<img alt="Screenshot of Bromley heatmap showing clusters in the north and north west."
+ src="https://user-images.githubusercontent.com/4776/72752804-0eb6b700-3bbb-11ea-915b-5afde5235014.png">
+
</div>
diff --git a/docs/_layouts/pro.html b/docs/_layouts/pro.html
index d79163989..085c1ce44 100644
--- a/docs/_layouts/pro.html
+++ b/docs/_layouts/pro.html
@@ -110,7 +110,7 @@
<li><a href="/pro-manual/admin-tasks/#creating-editing-notices">Creating and editing category notices/questions</a></li>
<li><a href="/pro-manual/admin-tasks/#creating-editing-priorities">Creating and editing priorities</a></li>
<li><a href="/pro-manual/admin-tasks/#creating-editing-response-templates">Creating and editing response templates</a></li>
- <li><a href="/pro-manual/admin-tasks/#view-statistics">Viewing statistics</a></li>
+ <li><a href="/pro-manual/admin-tasks/#view-statistics">Viewing statistics/heatmap</a></li>
</ul>
</li>
</ul>