Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/survey_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-10 12:54:29 +0300
committerJoas Schilling <coding@schilljs.com>2016-11-10 12:54:29 +0300
commit113793bf26d5e1cfd7560aa1b9dd76c8bb224f71 (patch)
treea35440ec1f1a8d97c66b9bcc24c878d8c1680f9c
parent1060f117639a80a73ed8a48f80fe29009d12088c (diff)
Add comment and system tags to stats
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--data.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/data.json b/data.json
index 7563201..339aa3c 100644
--- a/data.json
+++ b/data.json
@@ -113,6 +113,26 @@
"presentation" : "numerical evaluation",
"description" : "Number of External Storages"
},
+ "num_comments" : {
+ "type" : "integer",
+ "presentation" : "numerical evaluation",
+ "description" : "Number of comments"
+ },
+ "num_comment_markers" : {
+ "type" : "integer",
+ "presentation" : "numerical evaluation",
+ "description" : "Number of users reading comments"
+ },
+ "num_systemtags" : {
+ "type" : "integer",
+ "presentation" : "numerical evaluation",
+ "description" : "Number of system tags"
+ },
+ "num_systemtags_mappings" : {
+ "type" : "integer",
+ "presentation" : "numerical evaluation",
+ "description" : "Number of system tag assignments"
+ },
"permissions_" : {
"type" : "integer",
"presentation" : "diagram",