aboutsummaryrefslogtreecommitdiffstats
path: root/data/dashboard.json
blob: 83d9d655543f0be7d387e26fc73180fba8e48c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
    "body": { "name": "South Borsetshire District Council" },
    "children": {
        "1": { "id": 1, "name": "West Ward" },
        "2": { "id": 2, "name": "East Ward" },
        "3": { "id": 3, "name": "North Ward" },
        "4": { "id": 4, "name": "South Ward" }
    },
    "contacts": [
        { "category": "Abandoned vehicles", "category_display": "Abandoned vehicles" },
        { "category": "Grafitti", "category_display": "Grafitti" },
        { "category": "Potholes", "category_display": "Potholes" },
        { "category": "Street lighting", "category_display": "Street lighting" },
        { "category": "Trees", "category_display": "Trees" },
        { "category": "Other", "category_display": "Other" }
    ],
    "summary_open": 3133,
    "summary_closed": 1928,
    "summary_fixed": 1895,
    "totals": {
        "total": 543,
        "open": 139,
        "closed": 178,
        "fixed": 226
    },
    "grouped": {
        "Abandoned vehicles": {
            "total": 140,
            "open": 21,
            "closed": 59,
            "fixed": 10
        },
        "Graffiti": {
            "total": 96,
            "open": 7,
            "closed": 5,
            "fixed": 84
        },
        "Street lighting": {
            "total": 175,
            "open": 39,
            "closed": 23,
            "fixed": 113
        },
        "Trees": {
            "total": 67,
            "open": 39,
            "closed": 27,
            "fixed": 1
        },
        "Potholes": {
            "total": 115,
            "open": 33,
            "closed": 64,
            "fixed": 18
        }
    }
}