FIX: Add queries description

This commit is contained in:
Michelle Saquetim 2020-05-20 16:39:23 +01:00
parent 2d075fd98c
commit 5cce9caefd
1 changed files with 10 additions and 0 deletions

View File

@ -90,6 +90,16 @@ class Queries
"id": -16,
"name": "Poll results report",
"description": "Details of a poll result, including details about each vote and voter, useful for analyzing results in external software."
},
"top-tags-per-year": {
"id": -17,
"name": "Top tags per year",
"description": "List the top tags per year."
},
"number_of_replies_by_category": {
"id": -18,
"name": "Number of replies by category",
"description": "List the number of replies by category."
}
}.with_indifferent_access