diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/dashboard.json | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/data/dashboard.json b/data/dashboard.json index 008c92388..c921950be 100644 --- a/data/dashboard.json +++ b/data/dashboard.json @@ -1,5 +1,13 @@ { - "counts": { + "category_options": [ + "Abandoned vehicles", + "Grafitti", + "Potholes", + "Street lighting", + "Trees", + "Other" + ], + "counts_all": { "wtd": { "total": 10, "planned": 2, @@ -45,6 +53,52 @@ "not_marked": 1 } }, + "counts_some": { + "wtd": { + "total": 5, + "planned": 0, + "in progress": 1, + "investigating": 1, + "fixed - council": 2, + "fixed_user": 1, + "time_to_fix": 2, + "time_to_mark": 2, + "not_marked": 0 + }, + "week": { + "total": 7, + "planned": 1, + "in progress": 2, + "investigating": 1, + "fixed - council": 2, + "fixed_user": 1, + "time_to_fix": 3, + "time_to_mark": 2, + "not_marked": 0 + }, + "weeks": { + "total": 57, + "planned": 5, + "in progress": 16, + "investigating": 4, + "fixed - council": 23, + "fixed_user": 9, + "time_to_fix": 2, + "time_to_mark": 2, + "not_marked": 1 + }, + "ytd": { + "total": 57, + "planned": 5, + "in progress": 16, + "investigating": 4, + "fixed - council": 23, + "fixed_user": 9, + "time_to_fix": 2, + "time_to_mark": 2, + "not_marked": 1 + } + }, "lists": { "all": { "1": [ |