Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle 3 disaggregations (4 including location) #72

Closed
chachra opened this issue May 25, 2017 · 9 comments
Closed

How to handle 3 disaggregations (4 including location) #72

chachra opened this issue May 25, 2017 · 9 comments
Assignees

Comments

@chachra
Copy link
Contributor

chachra commented May 25, 2017

Currently we are designing for 3 disaggregations (4 including locations).

Entering data when 3 disaggregations mockup: https://projects.invisionapp.com/share/RDBE0T04F#/screens/230016139

We've mapped out in colors the data here (per level in JSON below): https://www.evernote.com/l/AAUnyhUkhr5GY4_LNUMwp9BJJGwSJQcYbLA

Showing four cases (0, 1, 2, 3 disaggregations): https://docs.google.com/spreadsheets/d/14lbalO2NlNdxDk03ShXy19TAZjXBESYZglHmENW3nDI/edit#gid=0

Open issues:

  • %'s
  • booleans
  • disagg's with same "name" across indicators should be assumed to be same for analysis if required or?
[
    {
        "id": 559,
        "title": "indicator_report_0",
        "indicator_location_data": [
            {
                "id": 1010,
                "location": {
                    "id": 258,
                    "title": "location_3",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 178
                    }
                },
                "num_disaggregation": 3,
                "level_reported": 0,
                "disaggregation_reported_on": []
            },
            {
                "id": 1009,
                "location": {
                    "id": 257,
                    "title": "location_2",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1759,)": {
                        "c": null,
                        "d": null,
                        "v": 158
                    },
                    "(1758,)": {
                        "c": null,
                        "d": null,
                        "v": 103
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 110
                    },
                    "(1757,)": {
                        "c": null,
                        "d": null,
                        "v": 152
                    }
                },
                "num_disaggregation": 3,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    505
                ]
            },
            {
                "id": 1008,
                "location": {
                    "id": 257,
                    "title": "location_2",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1752,)": {
                        "c": null,
                        "d": null,
                        "v": 160
                    },
                    "(1754,)": {
                        "c": null,
                        "d": null,
                        "v": 108
                    },
                    "(1756,)": {
                        "c": null,
                        "d": null,
                        "v": 64
                    },
                    "(1753,)": {
                        "c": null,
                        "d": null,
                        "v": 163
                    },
                    "(1751,)": {
                        "c": null,
                        "d": null,
                        "v": 114
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 186
                    },
                    "(1755,)": {
                        "c": null,
                        "d": null,
                        "v": 89
                    }
                },
                "num_disaggregation": 3,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    504
                ]
            },
            {
                "id": 1007,
                "location": {
                    "id": 257,
                    "title": "location_2",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1750,)": {
                        "c": null,
                        "d": null,
                        "v": 195
                    },
                    "(1748,)": {
                        "c": null,
                        "d": null,
                        "v": 69
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 89
                    },
                    "(1747,)": {
                        "c": null,
                        "d": null,
                        "v": 184
                    },
                    "(1749,)": {
                        "c": null,
                        "d": null,
                        "v": 172
                    }
                },
                "num_disaggregation": 3,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    503
                ]
            },
            {
                "id": 1006,
                "location": {
                    "id": 256,
                    "title": "location_1",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1752,)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 79
                    },
                    "(1753,)": {
                        "c": null,
                        "d": null,
                        "v": 112
                    },
                    "(1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 186
                    },
                    "(1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 121
                    },
                    "(1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 181
                    },
                    "(1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 99
                    },
                    "(1759,)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 148
                    },
                    "(1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 72
                    },
                    "(1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1756,)": {
                        "c": null,
                        "d": null,
                        "v": 156
                    },
                    "(1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 54
                    },
                    "(1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1757,)": {
                        "c": null,
                        "d": null,
                        "v": 98
                    },
                    "(1751,)": {
                        "c": null,
                        "d": null,
                        "v": 158
                    },
                    "(1751, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 111
                    },
                    "(1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 93
                    },
                    "(1752, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 124
                    },
                    "(1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 180
                    },
                    "(1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 102
                    },
                    "(1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 154
                    },
                    "(1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 102
                    },
                    "(1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 121
                    },
                    "(1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 97
                    },
                    "(1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 68
                    },
                    "(1751, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 56
                    },
                    "(1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 162
                    },
                    "(1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 147
                    },
                    "(1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 52
                    },
                    "(1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 109
                    },
                    "(1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 150
                    },
                    "(1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 113
                    },
                    "(1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 99
                    },
                    "(1754,)": {
                        "c": null,
                        "d": null,
                        "v": 118
                    },
                    "(1758,)": {
                        "c": null,
                        "d": null,
                        "v": 149
                    },
                    "(1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 173
                    },
                    "(1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 86
                    },
                    "(1752, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 120
                    },
                    "(1751, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 141
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 165
                    },
                    "(1755,)": {
                        "c": null,
                        "d": null,
                        "v": 122
                    },
                    "(1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 80
                    },
                    "(1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 78
                    },
                    "(1752, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 64
                    }
                },
                "num_disaggregation": 3,
                "level_reported": 2,
                "disaggregation_reported_on": [
                    504,
                    505
                ]
            },
            {
                "id": 1005,
                "location": {
                    "id": 256,
                    "title": "location_1",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1747, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 134
                    },
                    "(1750, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 55
                    },
                    "(1748, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 127
                    },
                    "(1749, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 115
                    },
                    "(1747, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 109
                    },
                    "(1747, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 73
                    },
                    "(1748, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 124
                    },
                    "(1759,)": {
                        "c": null,
                        "d": null,
                        "v": 158
                    },
                    "(1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 144
                    },
                    "(1750,)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1747,)": {
                        "c": null,
                        "d": null,
                        "v": 81
                    },
                    "(1749,)": {
                        "c": null,
                        "d": null,
                        "v": 142
                    },
                    "(1757,)": {
                        "c": null,
                        "d": null,
                        "v": 148
                    },
                    "(1749, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 144
                    },
                    "(1750, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1748, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 136
                    },
                    "(1747, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 142
                    },
                    "(1748,)": {
                        "c": null,
                        "d": null,
                        "v": 98
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 178
                    },
                    "(1747, 1748)": {
                        "c": null,
                        "d": null,
                        "v": 131
                    },
                    "(1749, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 161
                    },
                    "(1748, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 193
                    },
                    "(1749, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 77
                    },
                    "(1758,)": {
                        "c": null,
                        "d": null,
                        "v": 55
                    },
                    "(1750, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 112
                    },
                    "(1748, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 164
                    },
                    "(1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 146
                    },
                    "(1747, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 123
                    },
                    "(1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 70
                    }
                },
                "num_disaggregation": 3,
                "level_reported": 2,
                "disaggregation_reported_on": [
                    503,
                    505
                ]
            },
            {
                "id": 1004,
                "location": {
                    "id": 256,
                    "title": "location_1",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1748, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 165
                    },
                    "(1752,)": {
                        "c": null,
                        "d": null,
                        "v": 175
                    },
                    "(1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 89
                    },
                    "(1753,)": {
                        "c": null,
                        "d": null,
                        "v": 144
                    },
                    "(1747, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 198
                    },
                    "(1749, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 176
                    },
                    "(1749, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 172
                    },
                    "(1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 92
                    },
                    "(1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 118
                    },
                    "(1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 152
                    },
                    "(1750,)": {
                        "c": null,
                        "d": null,
                        "v": 139
                    },
                    "(1750, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 179
                    },
                    "(1748, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 157
                    },
                    "(1747,)": {
                        "c": null,
                        "d": null,
                        "v": 93
                    },
                    "(1756,)": {
                        "c": null,
                        "d": null,
                        "v": 198
                    },
                    "(1748, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 120
                    },
                    "(1749,)": {
                        "c": null,
                        "d": null,
                        "v": 99
                    },
                    "(1751,)": {
                        "c": null,
                        "d": null,
                        "v": 56
                    },
                    "(1747, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 158
                    },
                    "(1748, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 65
                    },
                    "(1747, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 171
                    },
                    "(1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 176
                    },
                    "(1747, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 58
                    },
                    "(1749, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 154
                    },
                    "(1750, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 141
                    },
                    "(1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 97
                    },
                    "(1749, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 193
                    },
                    "(1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 167
                    },
                    "(1749, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 168
                    },
                    "(1747, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 150
                    },
                    "(1749, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 145
                    },
                    "(1750, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 61
                    },
                    "(1748,)": {
                        "c": null,
                        "d": null,
                        "v": 53
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 190
                    },
                    "(1747, 1748)": {
                        "c": null,
                        "d": null,
                        "v": 115
                    },
                    "(1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1749, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 52
                    },
                    "(1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 93
                    },
                    "(1750, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 157
                    },
                    "(1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 158
                    },
                    "(1750, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 99
                    },
                    "(1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 86
                    },
                    "(1754,)": {
                        "c": null,
                        "d": null,
                        "v": 103
                    },
                    "(1748, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 95
                    },
                    "(1748, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 165
                    },
                    "(1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 168
                    },
                    "(1748, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 169
                    },
                    "(1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 135
                    },
                    "(1748, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 131
                    },
                    "(1747, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 156
                    },
                    "(1755,)": {
                        "c": null,
                        "d": null,
                        "v": 71
                    },
                    "(1747, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 115
                    },
                    "(1747, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 159
                    },
                    "(1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 182
                    },
                    "(1750, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 189
                    }
                },
                "num_disaggregation": 3,
                "level_reported": 2,
                "disaggregation_reported_on": [
                    503,
                    504
                ]
            },
            {
                "id": 1003,
                "location": {
                    "id": 255,
                    "title": "location_0",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1747, 1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 165
                    },
                    "(1748, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 96
                    },
                    "(1753, 1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 149
                    },
                    "(1747, 1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 154
                    },
                    "(1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 134
                    },
                    "(1748, 1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 191
                    },
                    "(1750, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 92
                    },
                    "(1749, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 168
                    },
                    "(1749, 1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 86
                    },
                    "(1752, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 200
                    },
                    "(1749, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 91
                    },
                    "(1749, 1752, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 119
                    },
                    "(1747, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 92
                    },
                    "(1749, 1750, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1751, 1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 51
                    },
                    "(1751, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 115
                    },
                    "(1748, 1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 195
                    },
                    "(1749, 1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 156
                    },
                    "(1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 56
                    },
                    "(1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1754, 1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 101
                    },
                    "(1751, 1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 135
                    },
                    "(1750, 1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 118
                    },
                    "(1749, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 66
                    },
                    "(1748, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 73
                    },
                    "(1748, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1749, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 122
                    },
                    "(1747, 1750, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 140
                    },
                    "(1747, 1749, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 190
                    },
                    "(1748, 1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 122
                    },
                    "(1747, 1752, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 87
                    },
                    "(1748, 1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 77
                    },
                    "(1748, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 194
                    },
                    "(1748, 1752, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 55
                    },
                    "(1747, 1750, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 105
                    },
                    "(1750, 1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 194
                    },
                    "(1750, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 189
                    },
                    "(1755, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 96
                    },
                    "(1750, 1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 74
                    },
                    "(1748, 1750, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1752, 1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 65
                    },
                    "(1747, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 56
                    },
                    "(1755, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 94
                    },
                    "(1753, 1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 185
                    },
                    "(1747, 1748, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 138
                    },
                    "(1747, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 133
                    },
                    "(1747, 1749, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 195
                    },
                    "(1748, 1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 74
                    },
                    "(1752, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 105
                    },
                    "(1752, 1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 159
                    },
                    "(1749, 1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 72
                    },
                    "(1750, 1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 104
                    },
                    "(1751, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 64
                    },
                    "(1752, 1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 122
                    },
                    "(1748, 1749, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 61
                    },
                    "(1747, 1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 109
                    },
                    "(1747, 1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 81
                    },
                    "(1747, 1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 107
                    },
                    "(1747, 1748, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 156
                    },
                    "(1747, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 158
                    },
                    "(1750, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 184
                    },
                    "(1748, 1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 119
                    },
                    "(1750, 1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 117
                    },
                    "(1747, 1750, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 58
                    },
                    "(1751, 1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 74
                    },
                    "(1748, 1752, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 190
                    },
                    "(1749, 1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 92
                    },
                    "(1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 103
                    },
                    "(1750, 1752, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 125
                    },
                    "(1749, 1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 160
                    },
                    "(1754, 1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 180
                    },
                    "(1750, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 85
                    },
                    "(1751, 1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 60
                    },
                    "(1747, 1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 116
                    },
                    "(1749, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 118
                    },
                    "(1750, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 71
                    },
                    "(1749, 1750, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 59
                    },
                    "(1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 102
                    },
                    "(1751, 1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 176
                    },
                    "(1749, 1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 57
                    },
                    "(1748, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1749, 1750, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 111
                    },
                    "(1753, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 167
                    },
                    "(1747, 1752, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 58
                    },
                    "(1748, 1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 146
                    },
                    "(1748, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 126
                    },
                    "(1748,)": {
                        "c": null,
                        "d": null,
                        "v": 140
                    },
                    "(1750, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 50
                    },
                    "(1748, 1751, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 106
                    },
                    "(1749, 1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 121
                    },
                    "(1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 127
                    },
                    "(1751, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 70
                    },
                    "(1750, 1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1750, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 105
                    },
                    "(1751, 1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 119
                    },
                    "(1747, 1749, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 168
                    },
                    "(1748, 1750, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 146
                    },
                    "(1750, 1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 193
                    },
                    "(1747, 1748, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1748, 1749, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 168
                    },
                    "(1747, 1748, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 72
                    },
                    "(1747, 1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 191
                    },
                    "(1748, 1750, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 132
                    },
                    "(1747, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 89
                    },
                    "(1747, 1749, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 88
                    },
                    "(1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 149
                    },
                    "(1748, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 54
                    },
                    "(1747, 1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 159
                    },
                    "(1751, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 55
                    },
                    "(1753, 1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 78
                    },
                    "(1755, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 150
                    },
                    "(1747, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 155
                    },
                    "(1748, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 122
                    },
                    "(1749, 1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 161
                    },
                    "(1747, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 189
                    },
                    "(1747, 1751, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 137
                    },
                    "(1749, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 68
                    },
                    "(1751, 1752, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 143
                    },
                    "(1754, 1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 117
                    },
                    "(1751, 1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 81
                    },
                    "(1749, 1751, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 86
                    },
                    "(1750,)": {
                        "c": null,
                        "d": null,
                        "v": 50
                    },
                    "(1750, 1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 145
                    },
                    "(1752, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 128
                    },
                    "(1749, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 90
                    },
                    "(1747, 1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 178
                    },
                    "(1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 141
                    },
                    "(1747, 1750, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 122
                    },
                    "(1748, 1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 73
                    },
                    "(1748, 1752, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 66
                    },
                    "(1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 141
                    },
                    "(1754,)": {
                        "c": null,
                        "d": null,
                        "v": 66
                    },
                    "(1748, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 147
                    },
                    "(1749, 1750, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 128
                    },
                    "(1750, 1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 162
                    },
                    "(1755, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 107
                    },
                    "(1754, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 131
                    },
                    "(1748, 1750, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 62
                    },
                    "(1752, 1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 107
                    },
                    "(1747, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 68
                    },
                    "(1747, 1750, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 108
                    },
                    "(1747, 1748, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 200
                    },
                    "(1747, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 139
                    },
                    "(1748, 1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 192
                    },
                    "(1756, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 181
                    },
                    "(1751, 1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1754, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 191
                    },
                    "(1750, 1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 169
                    },
                    "(1748, 1751, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 175
                    },
                    "(1752, 1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 113
                    },
                    "(1747, 1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 164
                    },
                    "(1748, 1749, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 53
                    },
                    "(1747, 1749, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 185
                    },
                    "(1751, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 129
                    },
                    "(1747, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 102
                    },
                    "(1753, 1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 103
                    },
                    "(1749, 1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 108
                    },
                    "(1750, 1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 135
                    },
                    "(1748, 1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 160
                    },
                    "(1749, 1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 148
                    },
                    "(1752,)": {
                        "c": null,
                        "d": null,
                        "v": 98
                    },
                    "(1748, 1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 90
                    },
                    "(1750, 1752, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 190
                    },
                    "(1752, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 143
                    },
                    "(1748, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 93
                    },
                    "(1754, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 189
                    },
                    "(1750, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 90
                    },
                    "(1749, 1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 108
                    },
                    "(1756,)": {
                        "c": null,
                        "d": null,
                        "v": 78
                    },
                    "(1750, 1751, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 106
                    },
                    "(1751, 1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 80
                    },
                    "(1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 86
                    },
                    "(1747, 1750, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 135
                    },
                    "(1749, 1750, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 128
                    },
                    "(1750, 1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 59
                    },
                    "(1747, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 99
                    },
                    "(1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 62
                    },
                    "(1751, 1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 131
                    },
                    "(1750, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 72
                    },
                    "(1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 154
                    },
                    "(1753, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 179
                    },
                    "(1755, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 105
                    },
                    "(1749, 1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 140
                    },
                    "(1758,)": {
                        "c": null,
                        "d": null,
                        "v": 120
                    },
                    "(1748, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 143
                    },
                    "(1750, 1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 132
                    },
                    "(1749, 1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 192
                    },
                    "(1753, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 85
                    },
                    "(1748, 1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 105
                    },
                    "(1747, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 88
                    },
                    "(1748, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 59
                    },
                    "(1753, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 113
                    },
                    "(1747, 1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 196
                    },
                    "(1749, 1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 73
                    },
                    "(1748, 1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 150
                    },
                    "(1750, 1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 164
                    },
                    "(1751, 1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 176
                    },
                    "(1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 52
                    },
                    "(1747, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 107
                    },
                    "(1750, 1751, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 77
                    },
                    "(1748, 1750, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 165
                    },
                    "(1748, 1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 57
                    },
                    "(1748, 1749, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 158
                    },
                    "(1747, 1748, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 61
                    },
                    "(1747, 1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 182
                    },
                    "(1749, 1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 146
                    },
                    "(1748, 1750, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 92
                    },
                    "(1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 158
                    },
                    "(1747, 1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 162
                    },
                    "(1747, 1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 66
                    },
                    "(1747, 1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 135
                    },
                    "(1753, 1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 137
                    },
                    "(1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 65
                    },
                    "(1756, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 142
                    },
                    "(1749, 1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 144
                    },
                    "(1748, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 199
                    },
                    "(1752, 1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 86
                    },
                    "(1747, 1751, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 75
                    },
                    "(1750, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 128
                    },
                    "(1751, 1752, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 144
                    },
                    "(1750, 1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 53
                    },
                    "(1757, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 111
                    },
                    "(1749, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 96
                    },
                    "(1748, 1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 104
                    },
                    "(1751, 1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 199
                    },
                    "(1749, 1751, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 71
                    },
                    "(1750, 1752, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 195
                    },
                    "(1753, 1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 199
                    },
                    "(1749, 1752, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 103
                    },
                    "(1752, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 140
                    },
                    "(1747, 1750, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 148
                    },
                    "(1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 139
                    },
                    "(1747, 1750, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 133
                    },
                    "(1749, 1750, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 128
                    },
                    "(1749, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 103
                    },
                    "(1748, 1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 107
                    },
                    "(1747, 1749, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 194
                    },
                    "(1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 53
                    },
                    "(1754, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 88
                    },
                    "(1748, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 95
                    },
                    "(1750, 1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 181
                    },
                    "(1749, 1750, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 143
                    },
                    "(1754, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 52
                    },
                    "(1747, 1748, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 183
                    },
                    "(1748, 1749, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 54
                    },
                    "(1756, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 124
                    },
                    "(1748, 1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 177
                    },
                    "(1750, 1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 178
                    },
                    "(1751, 1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 116
                    },
                    "(1749, 1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 110
                    },
                    "(1750, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 111
                    },
                    "(1752, 1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 182
                    },
                    "(1752, 1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 147
                    },
                    "(1747, 1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 81
                    },
                    "(1748, 1749, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 105
                    },
                    "(1749, 1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 50
                    },
                    "(1747, 1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 104
                    },
                    "(1748, 1750, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 174
                    },
                    "(1752, 1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 63
                    },
                    "(1747, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 174
                    },
                    "(1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 78
                    },
                    "(1748, 1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 105
                    },
                    "(1747, 1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 134
                    },
                    "(1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 193
                    },
                    "(1752, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 83
                    },
                    "(1747, 1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 69
                    },
                    "(1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 86
                    },
                    "(1750, 1751, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 95
                    },
                    "(1750, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 197
                    },
                    "(1749, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 177
                    },
                    "(1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 191
                    },
                    "(1748, 1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 184
                    },
                    "(1751, 1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 123
                    },
                    "(1752, 1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 155
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 154
                    },
                    "(1750, 1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 119
                    },
                    "(1749, 1750, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 140
                    },
                    "(1753,)": {
                        "c": null,
                        "d": null,
                        "v": 57
                    },
                    "(1749, 1752, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 104
                    },
                    "(1751, 1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 144
                    },
                    "(1749, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 53
                    },
                    "(1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 65
                    },
                    "(1751, 1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 193
                    },
                    "(1751, 1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 58
                    },
                    "(1752, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 115
                    },
                    "(1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1749, 1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1757,)": {
                        "c": null,
                        "d": null,
                        "v": 78
                    },
                    "(1749, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 155
                    },
                    "(1748, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 131
                    },
                    "(1749, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 127
                    },
                    "(1748, 1751, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 63
                    },
                    "(1747, 1748)": {
                        "c": null,
                        "d": null,
                        "v": 186
                    },
                    "(1747, 1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 88
                    },
                    "(1751, 1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 169
                    },
                    "(1750, 1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 102
                    },
                    "(1748, 1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 164
                    },
                    "(1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 97
                    },
                    "(1747, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1750, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 186
                    },
                    "(1748, 1750, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 74
                    },
                    "(1752, 1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 190
                    },
                    "(1750, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 116
                    },
                    "(1748, 1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 133
                    },
                    "(1755, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1753, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 190
                    },
                    "(1752, 1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 180
                    },
                    "(1747, 1748, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 62
                    },
                    "(1748, 1749, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 191
                    },
                    "(1747, 1749, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 123
                    },
                    "(1747,)": {
                        "c": null,
                        "d": null,
                        "v": 112
                    },
                    "(1749, 1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 110
                    },
                    "(1747, 1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 79
                    },
                    "(1753, 1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 168
                    },
                    "(1750, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 129
                    },
                    "(1752, 1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 89
                    },
                    "(1752, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 65
                    },
                    "(1751, 1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 106
                    },
                    "(1749, 1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 51
                    },
                    "(1752, 1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1748, 1749, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 185
                    },
                    "(1747, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 176
                    },
                    "(1747, 1748, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 106
                    },
                    "(1747, 1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 127
                    },
                    "(1747, 1751, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 107
                    },
                    "(1751, 1752, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 138
                    },
                    "(1748, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 172
                    },
                    "(1749, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 88
                    },
                    "(1750, 1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 141
                    },
                    "(1749, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1748, 1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 69
                    },
                    "(1750, 1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 178
                    },
                    "(1748, 1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 54
                    },
                    "(1749, 1751, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 106
                    },
                    "(1759,)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1750, 1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 83
                    },
                    "(1753, 1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 131
                    },
                    "(1751, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 81
                    },
                    "(1749, 1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 153
                    },
                    "(1751,)": {
                        "c": null,
                        "d": null,
                        "v": 109
                    },
                    "(1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 187
                    },
                    "(1747, 1749, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 121
                    },
                    "(1754, 1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 122
                    },
                    "(1751, 1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 187
                    },
                    "(1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 139
                    },
                    "(1754, 1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 193
                    },
                    "(1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 85
                    },
                    "(1749, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 142
                    },
                    "(1753, 1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 180
                    },
                    "(1747, 1750, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 177
                    },
                    "(1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 70
                    },
                    "(1748, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 105
                    },
                    "(1749, 1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 170
                    },
                    "(1750, 1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 168
                    },
                    "(1749, 1750, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 52
                    },
                    "(1755,)": {
                        "c": null,
                        "d": null,
                        "v": 115
                    },
                    "(1747, 1749, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 73
                    },
                    "(1747, 1752, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 99
                    },
                    "(1748, 1749, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 175
                    },
                    "(1747, 1748, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 143
                    },
                    "(1751, 1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 130
                    },
                    "(1748, 1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 55
                    },
                    "(1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 181
                    },
                    "(1751, 1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 65
                    },
                    "(1749,)": {
                        "c": null,
                        "d": null,
                        "v": 148
                    },
                    "(1750, 1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 59
                    },
                    "(1749, 1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 162
                    },
                    "(1747, 1749, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 58
                    },
                    "(1747, 1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 145
                    },
                    "(1752, 1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 181
                    },
                    "(1752, 1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 76
                    },
                    "(1753, 1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 177
                    },
                    "(1747, 1748, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 54
                    },
                    "(1748, 1749, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 195
                    },
                    "(1747, 1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 56
                    },
                    "(1747, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 193
                    },
                    "(1748, 1750, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 87
                    }
                },
                "num_disaggregation": 3,
                "level_reported": 3,
                "disaggregation_reported_on": [
                    503,
                    504,
                    505
                ]
            }
        ],
        "time_period_start": "2017-06-14",
        "time_period_end": "2017-06-14",
        "total": 2000,
        "remarks": null,
        "report_status": "OT",
        "disagg_lookup_map": [
            {
                "id": 503,
                "name": "height",
                "active": true,
                "choices": [
                    {
                        "id": 1747,
                        "value": "tall",
                        "active": true
                    },
                    {
                        "id": 1748,
                        "value": "medium",
                        "active": true
                    },
                    {
                        "id": 1749,
                        "value": "short",
                        "active": true
                    },
                    {
                        "id": 1750,
                        "value": "extrashort",
                        "active": true
                    }
                ]
            },
            {
                "id": 504,
                "name": "age",
                "active": true,
                "choices": [
                    {
                        "id": 1751,
                        "value": "1-2m",
                        "active": true
                    },
                    {
                        "id": 1752,
                        "value": "3-4m",
                        "active": true
                    },
                    {
                        "id": 1753,
                        "value": "5-6m",
                        "active": true
                    },
                    {
                        "id": 1754,
                        "value": "7-10m",
                        "active": true
                    },
                    {
                        "id": 1755,
                        "value": "11-13m",
                        "active": true
                    },
                    {
                        "id": 1756,
                        "value": "14-16m",
                        "active": true
                    }
                ]
            },
            {
                "id": 505,
                "name": "gender",
                "active": true,
                "choices": [
                    {
                        "id": 1757,
                        "value": "male",
                        "active": true
                    },
                    {
                        "id": 1758,
                        "value": "female",
                        "active": true
                    },
                    {
                        "id": 1759,
                        "value": "other",
                        "active": true
                    }
                ]
            }
        ],
        "disagg_choice_lookup_map": [
            [
                [
                    1757,
                    "male"
                ],
                [
                    1758,
                    "female"
                ],
                [
                    1759,
                    "other"
                ]
            ],
            [
                [
                    1747,
                    "tall"
                ],
                [
                    1748,
                    "medium"
                ],
                [
                    1749,
                    "short"
                ],
                [
                    1750,
                    "extrashort"
                ]
            ],
            [
                [
                    1751,
                    "1-2m"
                ],
                [
                    1752,
                    "3-4m"
                ],
                [
                    1753,
                    "5-6m"
                ],
                [
                    1754,
                    "7-10m"
                ],
                [
                    1755,
                    "11-13m"
                ],
                [
                    1756,
                    "14-16m"
                ]
            ]
        ]
    },
    {
        "id": 564,
        "title": "indicator_report_5",
        "indicator_location_data": [
            {
                "id": 1017,
                "location": {
                    "id": 257,
                    "title": "location_2",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 104
                    }
                },
                "num_disaggregation": 2,
                "level_reported": 0,
                "disaggregation_reported_on": []
            },
            {
                "id": 1016,
                "location": {
                    "id": 256,
                    "title": "location_1",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1759,)": {
                        "c": null,
                        "d": null,
                        "v": 74
                    },
                    "(1758,)": {
                        "c": null,
                        "d": null,
                        "v": 194
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 107
                    },
                    "(1757,)": {
                        "c": null,
                        "d": null,
                        "v": 62
                    }
                },
                "num_disaggregation": 2,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    505
                ]
            },
            {
                "id": 1015,
                "location": {
                    "id": 256,
                    "title": "location_1",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1752,)": {
                        "c": null,
                        "d": null,
                        "v": 95
                    },
                    "(1754,)": {
                        "c": null,
                        "d": null,
                        "v": 165
                    },
                    "(1756,)": {
                        "c": null,
                        "d": null,
                        "v": 95
                    },
                    "(1753,)": {
                        "c": null,
                        "d": null,
                        "v": 192
                    },
                    "(1751,)": {
                        "c": null,
                        "d": null,
                        "v": 144
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 159
                    },
                    "(1755,)": {
                        "c": null,
                        "d": null,
                        "v": 84
                    }
                },
                "num_disaggregation": 2,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    504
                ]
            },
            {
                "id": 1014,
                "location": {
                    "id": 256,
                    "title": "location_1",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1750,)": {
                        "c": null,
                        "d": null,
                        "v": 60
                    },
                    "(1748,)": {
                        "c": null,
                        "d": null,
                        "v": 84
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 145
                    },
                    "(1747,)": {
                        "c": null,
                        "d": null,
                        "v": 190
                    },
                    "(1749,)": {
                        "c": null,
                        "d": null,
                        "v": 66
                    }
                },
                "num_disaggregation": 2,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    503
                ]
            },
            {
                "id": 1013,
                "location": {
                    "id": 255,
                    "title": "location_0",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1752,)": {
                        "c": null,
                        "d": null,
                        "v": 198
                    },
                    "(1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 194
                    },
                    "(1753,)": {
                        "c": null,
                        "d": null,
                        "v": 66
                    },
                    "(1754, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 152
                    },
                    "(1753, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 138
                    },
                    "(1756, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 185
                    },
                    "(1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 100
                    },
                    "(1759,)": {
                        "c": null,
                        "d": null,
                        "v": 139
                    },
                    "(1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 80
                    },
                    "(1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 121
                    },
                    "(1755, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 102
                    },
                    "(1756,)": {
                        "c": null,
                        "d": null,
                        "v": 109
                    },
                    "(1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 174
                    },
                    "(1755, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 85
                    },
                    "(1757,)": {
                        "c": null,
                        "d": null,
                        "v": 188
                    },
                    "(1751,)": {
                        "c": null,
                        "d": null,
                        "v": 52
                    },
                    "(1751, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 117
                    },
                    "(1756, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 171
                    },
                    "(1752, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 135
                    },
                    "(1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 120
                    },
                    "(1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 108
                    },
                    "(1754, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 117
                    },
                    "(1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 84
                    },
                    "(1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 183
                    },
                    "(1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1754, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 106
                    },
                    "(1751, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 189
                    },
                    "(1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 144
                    },
                    "(1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 68
                    },
                    "(1753, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 172
                    },
                    "(1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 50
                    },
                    "(1756, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 69
                    },
                    "(1753, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 148
                    },
                    "(1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 132
                    },
                    "(1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 65
                    },
                    "(1754,)": {
                        "c": null,
                        "d": null,
                        "v": 97
                    },
                    "(1758,)": {
                        "c": null,
                        "d": null,
                        "v": 113
                    },
                    "(1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 189
                    },
                    "(1755, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 136
                    },
                    "(1752, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 175
                    },
                    "(1751, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 188
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 98
                    },
                    "(1755,)": {
                        "c": null,
                        "d": null,
                        "v": 93
                    },
                    "(1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 126
                    },
                    "(1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 80
                    },
                    "(1752, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 124
                    }
                },
                "num_disaggregation": 2,
                "level_reported": 2,
                "disaggregation_reported_on": [
                    504,
                    505
                ]
            },
            {
                "id": 1012,
                "location": {
                    "id": 255,
                    "title": "location_0",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1747, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 55
                    },
                    "(1750, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 75
                    },
                    "(1748, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 74
                    },
                    "(1749, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 132
                    },
                    "(1747, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 77
                    },
                    "(1747, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 76
                    },
                    "(1748, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 83
                    },
                    "(1759,)": {
                        "c": null,
                        "d": null,
                        "v": 141
                    },
                    "(1757, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 137
                    },
                    "(1750,)": {
                        "c": null,
                        "d": null,
                        "v": 118
                    },
                    "(1747,)": {
                        "c": null,
                        "d": null,
                        "v": 117
                    },
                    "(1749,)": {
                        "c": null,
                        "d": null,
                        "v": 126
                    },
                    "(1757,)": {
                        "c": null,
                        "d": null,
                        "v": 90
                    },
                    "(1749, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 69
                    },
                    "(1750, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 147
                    },
                    "(1748, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 165
                    },
                    "(1747, 1758)": {
                        "c": null,
                        "d": null,
                        "v": 178
                    },
                    "(1748,)": {
                        "c": null,
                        "d": null,
                        "v": 128
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 52
                    },
                    "(1747, 1748)": {
                        "c": null,
                        "d": null,
                        "v": 175
                    },
                    "(1749, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 194
                    },
                    "(1748, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 162
                    },
                    "(1749, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 173
                    },
                    "(1758,)": {
                        "c": null,
                        "d": null,
                        "v": 165
                    },
                    "(1750, 1757)": {
                        "c": null,
                        "d": null,
                        "v": 183
                    },
                    "(1748, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 96
                    },
                    "(1757, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 125
                    },
                    "(1747, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 194
                    },
                    "(1758, 1759)": {
                        "c": null,
                        "d": null,
                        "v": 67
                    }
                },
                "num_disaggregation": 2,
                "level_reported": 2,
                "disaggregation_reported_on": [
                    503,
                    505
                ]
            },
            {
                "id": 1011,
                "location": {
                    "id": 255,
                    "title": "location_0",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1748, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 55
                    },
                    "(1752,)": {
                        "c": null,
                        "d": null,
                        "v": 150
                    },
                    "(1754, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 181
                    },
                    "(1753,)": {
                        "c": null,
                        "d": null,
                        "v": 89
                    },
                    "(1747, 1749)": {
                        "c": null,
                        "d": null,
                        "v": 99
                    },
                    "(1749, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 174
                    },
                    "(1749, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 51
                    },
                    "(1755, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 52
                    },
                    "(1751, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 98
                    },
                    "(1751, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 191
                    },
                    "(1753, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 99
                    },
                    "(1750,)": {
                        "c": null,
                        "d": null,
                        "v": 59
                    },
                    "(1750, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 189
                    },
                    "(1748, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 140
                    },
                    "(1747,)": {
                        "c": null,
                        "d": null,
                        "v": 171
                    },
                    "(1756,)": {
                        "c": null,
                        "d": null,
                        "v": 186
                    },
                    "(1748, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 118
                    },
                    "(1749,)": {
                        "c": null,
                        "d": null,
                        "v": 119
                    },
                    "(1751,)": {
                        "c": null,
                        "d": null,
                        "v": 63
                    },
                    "(1747, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 166
                    },
                    "(1748, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 149
                    },
                    "(1747, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 102
                    },
                    "(1752, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 71
                    },
                    "(1747, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 163
                    },
                    "(1749, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 67
                    },
                    "(1750, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 141
                    },
                    "(1752, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 91
                    },
                    "(1749, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 161
                    },
                    "(1752, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 72
                    },
                    "(1749, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 148
                    },
                    "(1747, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 173
                    },
                    "(1749, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 185
                    },
                    "(1750, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 86
                    },
                    "(1748,)": {
                        "c": null,
                        "d": null,
                        "v": 90
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 92
                    },
                    "(1747, 1748)": {
                        "c": null,
                        "d": null,
                        "v": 76
                    },
                    "(1751, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 75
                    },
                    "(1749, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 143
                    },
                    "(1753, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 159
                    },
                    "(1750, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 193
                    },
                    "(1751, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 123
                    },
                    "(1750, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 162
                    },
                    "(1753, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 151
                    },
                    "(1754,)": {
                        "c": null,
                        "d": null,
                        "v": 62
                    },
                    "(1748, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 136
                    },
                    "(1748, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 145
                    },
                    "(1751, 1753)": {
                        "c": null,
                        "d": null,
                        "v": 123
                    },
                    "(1748, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 123
                    },
                    "(1752, 1756)": {
                        "c": null,
                        "d": null,
                        "v": 182
                    },
                    "(1748, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 125
                    },
                    "(1747, 1752)": {
                        "c": null,
                        "d": null,
                        "v": 159
                    },
                    "(1755,)": {
                        "c": null,
                        "d": null,
                        "v": 177
                    },
                    "(1747, 1750)": {
                        "c": null,
                        "d": null,
                        "v": 169
                    },
                    "(1747, 1754)": {
                        "c": null,
                        "d": null,
                        "v": 94
                    },
                    "(1754, 1755)": {
                        "c": null,
                        "d": null,
                        "v": 119
                    },
                    "(1750, 1751)": {
                        "c": null,
                        "d": null,
                        "v": 139
                    }
                },
                "num_disaggregation": 2,
                "level_reported": 2,
                "disaggregation_reported_on": [
                    503,
                    504
                ]
            }
        ],
        "time_period_start": "2017-06-14",
        "time_period_end": "2017-06-14",
        "total": 1800,
        "remarks": null,
        "report_status": "OT",
        "disagg_lookup_map": [
            {
                "id": 503,
                "name": "height",
                "active": true,
                "choices": [
                    {
                        "id": 1747,
                        "value": "tall",
                        "active": true
                    },
                    {
                        "id": 1748,
                        "value": "medium",
                        "active": true
                    },
                    {
                        "id": 1749,
                        "value": "short",
                        "active": true
                    },
                    {
                        "id": 1750,
                        "value": "extrashort",
                        "active": true
                    }
                ]
            },
            {
                "id": 504,
                "name": "age",
                "active": true,
                "choices": [
                    {
                        "id": 1751,
                        "value": "1-2m",
                        "active": true
                    },
                    {
                        "id": 1752,
                        "value": "3-4m",
                        "active": true
                    },
                    {
                        "id": 1753,
                        "value": "5-6m",
                        "active": true
                    },
                    {
                        "id": 1754,
                        "value": "7-10m",
                        "active": true
                    },
                    {
                        "id": 1755,
                        "value": "11-13m",
                        "active": true
                    },
                    {
                        "id": 1756,
                        "value": "14-16m",
                        "active": true
                    }
                ]
            },
            {
                "id": 505,
                "name": "gender",
                "active": true,
                "choices": [
                    {
                        "id": 1757,
                        "value": "male",
                        "active": true
                    },
                    {
                        "id": 1758,
                        "value": "female",
                        "active": true
                    },
                    {
                        "id": 1759,
                        "value": "other",
                        "active": true
                    }
                ]
            }
        ],
        "disagg_choice_lookup_map": [
            [
                [
                    1757,
                    "male"
                ],
                [
                    1758,
                    "female"
                ],
                [
                    1759,
                    "other"
                ]
            ],
            [
                [
                    1747,
                    "tall"
                ],
                [
                    1748,
                    "medium"
                ],
                [
                    1749,
                    "short"
                ],
                [
                    1750,
                    "extrashort"
                ]
            ],
            [
                [
                    1751,
                    "1-2m"
                ],
                [
                    1752,
                    "3-4m"
                ],
                [
                    1753,
                    "5-6m"
                ],
                [
                    1754,
                    "7-10m"
                ],
                [
                    1755,
                    "11-13m"
                ],
                [
                    1756,
                    "14-16m"
                ]
            ]
        ]
    },
    {
        "id": 565,
        "title": "indicator_report_6",
        "indicator_location_data": [
            {
                "id": 1021,
                "location": {
                    "id": 256,
                    "title": "location_1",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 53
                    }
                },
                "num_disaggregation": 1,
                "level_reported": 0,
                "disaggregation_reported_on": []
            },
            {
                "id": 1020,
                "location": {
                    "id": 255,
                    "title": "location_0",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1759,)": {
                        "c": null,
                        "d": null,
                        "v": 141
                    },
                    "(1758,)": {
                        "c": null,
                        "d": null,
                        "v": 93
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 131
                    },
                    "(1757,)": {
                        "c": null,
                        "d": null,
                        "v": 75
                    }
                },
                "num_disaggregation": 1,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    505
                ]
            },
            {
                "id": 1019,
                "location": {
                    "id": 255,
                    "title": "location_0",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1752,)": {
                        "c": null,
                        "d": null,
                        "v": 123
                    },
                    "(1754,)": {
                        "c": null,
                        "d": null,
                        "v": 92
                    },
                    "(1756,)": {
                        "c": null,
                        "d": null,
                        "v": 50
                    },
                    "(1753,)": {
                        "c": null,
                        "d": null,
                        "v": 92
                    },
                    "(1751,)": {
                        "c": null,
                        "d": null,
                        "v": 174
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 96
                    },
                    "(1755,)": {
                        "c": null,
                        "d": null,
                        "v": 147
                    }
                },
                "num_disaggregation": 1,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    504
                ]
            },
            {
                "id": 1018,
                "location": {
                    "id": 255,
                    "title": "location_0",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "(1750,)": {
                        "c": null,
                        "d": null,
                        "v": 148
                    },
                    "(1748,)": {
                        "c": null,
                        "d": null,
                        "v": 199
                    },
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 160
                    },
                    "(1747,)": {
                        "c": null,
                        "d": null,
                        "v": 75
                    },
                    "(1749,)": {
                        "c": null,
                        "d": null,
                        "v": 173
                    }
                },
                "num_disaggregation": 1,
                "level_reported": 1,
                "disaggregation_reported_on": [
                    503
                ]
            }
        ],
        "time_period_start": "2017-06-14",
        "time_period_end": "2017-06-14",
        "total": 200,
        "remarks": null,
        "report_status": "OT",
        "disagg_lookup_map": [
            {
                "id": 503,
                "name": "height",
                "active": true,
                "choices": [
                    {
                        "id": 1747,
                        "value": "tall",
                        "active": true
                    },
                    {
                        "id": 1748,
                        "value": "medium",
                        "active": true
                    },
                    {
                        "id": 1749,
                        "value": "short",
                        "active": true
                    },
                    {
                        "id": 1750,
                        "value": "extrashort",
                        "active": true
                    }
                ]
            },
            {
                "id": 504,
                "name": "age",
                "active": true,
                "choices": [
                    {
                        "id": 1751,
                        "value": "1-2m",
                        "active": true
                    },
                    {
                        "id": 1752,
                        "value": "3-4m",
                        "active": true
                    },
                    {
                        "id": 1753,
                        "value": "5-6m",
                        "active": true
                    },
                    {
                        "id": 1754,
                        "value": "7-10m",
                        "active": true
                    },
                    {
                        "id": 1755,
                        "value": "11-13m",
                        "active": true
                    },
                    {
                        "id": 1756,
                        "value": "14-16m",
                        "active": true
                    }
                ]
            },
            {
                "id": 505,
                "name": "gender",
                "active": true,
                "choices": [
                    {
                        "id": 1757,
                        "value": "male",
                        "active": true
                    },
                    {
                        "id": 1758,
                        "value": "female",
                        "active": true
                    },
                    {
                        "id": 1759,
                        "value": "other",
                        "active": true
                    }
                ]
            }
        ],
        "disagg_choice_lookup_map": [
            [
                [
                    1757,
                    "male"
                ],
                [
                    1758,
                    "female"
                ],
                [
                    1759,
                    "other"
                ]
            ],
            [
                [
                    1747,
                    "tall"
                ],
                [
                    1748,
                    "medium"
                ],
                [
                    1749,
                    "short"
                ],
                [
                    1750,
                    "extrashort"
                ]
            ],
            [
                [
                    1751,
                    "1-2m"
                ],
                [
                    1752,
                    "3-4m"
                ],
                [
                    1753,
                    "5-6m"
                ],
                [
                    1754,
                    "7-10m"
                ],
                [
                    1755,
                    "11-13m"
                ],
                [
                    1756,
                    "14-16m"
                ]
            ]
        ]
    },
    {
        "id": 566,
        "title": "indicator_report_7",
        "indicator_location_data": [
            {
                "id": 1022,
                "location": {
                    "id": 255,
                    "title": "location_0",
                    "latitude": null,
                    "longitude": null,
                    "p_code": null
                },
                "disaggregation": {
                    "()": {
                        "c": null,
                        "d": null,
                        "v": 141
                    }
                },
                "num_disaggregation": 0,
                "level_reported": 0,
                "disaggregation_reported_on": []
            }
        ],
        "time_period_start": "2017-06-14",
        "time_period_end": "2017-06-14",
        "total": 2800,
        "remarks": null,
        "report_status": "OT",
        "disagg_lookup_map": [
            {
                "id": 503,
                "name": "height",
                "active": true,
                "choices": [
                    {
                        "id": 1747,
                        "value": "tall",
                        "active": true
                    },
                    {
                        "id": 1748,
                        "value": "medium",
                        "active": true
                    },
                    {
                        "id": 1749,
                        "value": "short",
                        "active": true
                    },
                    {
                        "id": 1750,
                        "value": "extrashort",
                        "active": true
                    }
                ]
            },
            {
                "id": 504,
                "name": "age",
                "active": true,
                "choices": [
                    {
                        "id": 1751,
                        "value": "1-2m",
                        "active": true
                    },
                    {
                        "id": 1752,
                        "value": "3-4m",
                        "active": true
                    },
                    {
                        "id": 1753,
                        "value": "5-6m",
                        "active": true
                    },
                    {
                        "id": 1754,
                        "value": "7-10m",
                        "active": true
                    },
                    {
                        "id": 1755,
                        "value": "11-13m",
                        "active": true
                    },
                    {
                        "id": 1756,
                        "value": "14-16m",
                        "active": true
                    }
                ]
            },
            {
                "id": 505,
                "name": "gender",
                "active": true,
                "choices": [
                    {
                        "id": 1757,
                        "value": "male",
                        "active": true
                    },
                    {
                        "id": 1758,
                        "value": "female",
                        "active": true
                    },
                    {
                        "id": 1759,
                        "value": "other",
                        "active": true
                    }
                ]
            }
        ],
        "disagg_choice_lookup_map": [
            [
                [
                    1757,
                    "male"
                ],
                [
                    1758,
                    "female"
                ],
                [
                    1759,
                    "other"
                ]
            ],
            [
                [
                    1747,
                    "tall"
                ],
                [
                    1748,
                    "medium"
                ],
                [
                    1749,
                    "short"
                ],
                [
                    1750,
                    "extrashort"
                ]
            ],
            [
                [
                    1751,
                    "1-2m"
                ],
                [
                    1752,
                    "3-4m"
                ],
                [
                    1753,
                    "5-6m"
                ],
                [
                    1754,
                    "7-10m"
                ],
                [
                    1755,
                    "11-13m"
                ],
                [
                    1756,
                    "14-16m"
                ]
            ]
        ]
    },
    {
        "id": 567,
        "title": "indicator_report_8",
        "indicator_location_data": [],
        "time_period_start": "2017-06-14",
        "time_period_end": "2017-06-14",
        "total": 1600,
        "remarks": null,
        "report_status": "OT",
        "disagg_lookup_map": [
            {
                "id": 503,
                "name": "height",
                "active": true,
                "choices": [
                    {
                        "id": 1747,
                        "value": "tall",
                        "active": true
                    },
                    {
                        "id": 1748,
                        "value": "medium",
                        "active": true
                    },
                    {
                        "id": 1749,
                        "value": "short",
                        "active": true
                    },
                    {
                        "id": 1750,
                        "value": "extrashort",
                        "active": true
                    }
                ]
            },
            {
                "id": 504,
                "name": "age",
                "active": true,
                "choices": [
                    {
                        "id": 1751,
                        "value": "1-2m",
                        "active": true
                    },
                    {
                        "id": 1752,
                        "value": "3-4m",
                        "active": true
                    },
                    {
                        "id": 1753,
                        "value": "5-6m",
                        "active": true
                    },
                    {
                        "id": 1754,
                        "value": "7-10m",
                        "active": true
                    },
                    {
                        "id": 1755,
                        "value": "11-13m",
                        "active": true
                    },
                    {
                        "id": 1756,
                        "value": "14-16m",
                        "active": true
                    }
                ]
            },
            {
                "id": 505,
                "name": "gender",
                "active": true,
                "choices": [
                    {
                        "id": 1757,
                        "value": "male",
                        "active": true
                    },
                    {
                        "id": 1758,
                        "value": "female",
                        "active": true
                    },
                    {
                        "id": 1759,
                        "value": "other",
                        "active": true
                    }
                ]
            }
        ],
        "disagg_choice_lookup_map": [
            [
                [
                    1757,
                    "male"
                ],
                [
                    1758,
                    "female"
                ],
                [
                    1759,
                    "other"
                ]
            ],
            [
                [
                    1747,
                    "tall"
                ],
                [
                    1748,
                    "medium"
                ],
                [
                    1749,
                    "short"
                ],
                [
                    1750,
                    "extrashort"
                ]
            ],
            [
                [
                    1751,
                    "1-2m"
                ],
                [
                    1752,
                    "3-4m"
                ],
                [
                    1753,
                    "5-6m"
                ],
                [
                    1754,
                    "7-10m"
                ],
                [
                    1755,
                    "11-13m"
                ],
                [
                    1756,
                    "14-16m"
                ]
            ]
        ]
    }
]
@chachra chachra added this to the IP reporting in PRP milestone May 25, 2017
@chachra chachra added the Ready label May 31, 2017
@chachra
Copy link
Contributor Author

chachra commented May 31, 2017

CC @robertavram @ewheeler

@chachra chachra changed the title How to handle 4 disaggregations How to handle 3 disaggregations (4 including location) Jun 1, 2017
@chachra chachra self-assigned this Jun 2, 2017
@robertavram
Copy link
Member

robertavram commented Jun 2, 2017

LGTM

@chachra chachra removed the Ready label Jun 5, 2017
@chachra
Copy link
Contributor Author

chachra commented Jun 6, 2017

Summarize upwards = totals in a disaggregation to roll up at a higher level.

We want the application to support a likert scale indicator type. Do we want to support it at any disaggregated level.... from IP reporting side, answer is no, cluster side GBB, but no example available.

Likert will be supported but only disaggregated by location. Latest report is taken per location. Cannot calculate across locations...... one opinion was to average, would assume each location has equal representation, but comparing a large province analysis might be not appropriate.

Percentage, Ratio and rate behavior is somewhat similar, except for the parameters in which you'd want to constrain reporting around. Since weighting is not captured no disaggregation (like likert) be allowed for percentage.

Eg. "Recovery rate in malnutrition centers". If just a # then # of children treated then we won't have percentage, since we don't have # that are. For "recovery rate" for example we'd need # children successfully treated and # admitted.

1 idea: Split into 2 indicators: one numerator and one denominator? Rather than asking people to fill in 2 things. The open question then is do we have way to setup a calculated indicator.

Decision: for percentage capture numerator and denominator.

From a math perspective likert, %, ratio and rate are same, with numerator and denominator, but units etc. might be different.

Yes/no indicator:

Questions:

  • is high % or yes or high number good or sometimes lower number is good as well?
  • yes....
  • nC2 combinations possible if not reporting at the most granular level.

  • User will never enter just totals in any scenario

@n1207n
Copy link
Contributor

n1207n commented Jun 12, 2017

Cleaned up draft API response below:

{
  "indicator_reports": [{
    "id": 34,
    "disaggregation_lookup_map": [{
        "disaggregation_id": 56,
        "disaggregation_title": "height",
        "choices": [{
            "id": 102,
            "title": "tall"
          },
          {
            "id": 103,
            "title": "medium"
          },
          {
            "id": 104,
            "title": "short"
          },
          {
            "id": 105,
            "title": "extrashort"
          },
        ]
      },
      {
        "disaggregation_id": 57,
        "disaggregation_title": "age",
        "choices": [{
            "id": 106,
            "title": "1-2m"
          },
          {
            "id": 107,
            "title": "3-5m"
          },
          {
            "id": 108,
            "title": "6-10m"
          },
        ]
      },
      {
        "disaggregation_id": 58,
        "disaggregation_title": "gender",
        "choices": [{
            "id": 109,
            "title": "male"
          },
          {
            "id": 110,
            "title": "female"
          },
          {
            "id": 111,
            "title": "other"
          },
        ]
      },
    ],

    "indicator_location_data": [{
        "id": 44,
        "location_id": 40,
        "num_disaggregation": 3,
        "level_reported": 0,
        "disaggs_reported_on": [],
        "disaggregation": {
          "level0": {
            "total": 1000,
          },
        }
      },

      {
        "id": 45,
        "location_id": 41,
        "num_disaggregation": 3,
        "level_reported": 1,
        "disaggs_reported_on": [56],
        "disaggregation": {
          "level0": {
            "total": 1000,
          },
          "level1": {
            "102": 200,
            "103": 200,
            "104": 300,
            "105": 300,
          }
        }
      },

      {
        "id": 46,
        "location_id": 42,
        "num_disaggregation": 3,
        "level_reported": 2,
        "disaggs_reported_on": [56, 58],

        "disaggregation": {
          "level0": {
            "total": 2400,
          },
          "level1": {
            "102": 300,
            "103": 300,
            "104": 300,
            "105": 300,
            "109": 400,
            "110": 400,
            "111": 400,
          },
          "level2": {
            "102": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "103": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "104": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "105": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
          }
        }
      },

      {
        "id": 47,
        "location_id": 45,

        "num_disaggregation": 3,
        "level_reported": 3,
        "disaggs_reported_on": [56, 57, 58],

        "disaggregation": {
          "level0": {
            "total": 2000,
          },
          "level1": {
            "102": 300,
            "103": 300,
            "104": 300,
            "105": 300,
            "106": 300,
            "107": 300,
            "108": 300,
            "109": 400,
            "110": 400,
            "111": 400,
          },
          "level2": {
            "102": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "103": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "104": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "105": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "106": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "107": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "108": {
              "109": 100,
              "110": 100,
              "111": 100,
            },
            "109": {
              "102": 100,
              "103": 100,
              "104": 100,
              "105": 100,
            },
            "110": {
              "102": 100,
              "103": 100,
              "104": 100,
              "105": 100,
            },
            "111": {
              "102": 100,
              "103": 100,
              "104": 100,
              "105": 100,
            },
          },
          "level3": {
            "102": {
              "106": {
                "109": 184,
                "111": 137,
                "110": 109
              },
              "107": {
                "109": 116,
                "111": 91,
                "110": 64
              },
              "108": {
                "109": 164,
                "111": 142,
                "110": 191
              }
            },
            "103": {
              "106": {
                "109": 184,
                "111": 137,
                "110": 109
              },
              "107": {
                "109": 116,
                "111": 91,
                "110": 64
              },
              "108": {
                "109": 164,
                "111": 142,
                "110": 191
              }
            },
            "104": {
              "106": {
                "109": 184,
                "111": 137,
                "110": 109
              },
              "107": {
                "109": 116,
                "111": 91,
                "110": 64
              },
              "108": {
                "109": 164,
                "111": 142,
                "110": 191
              }
            },
            "105": {
              "106": {
                "109": 184,
                "111": 137,
                "110": 109
              },
              "107": {
                "109": 116,
                "111": 91,
                "110": 64
              },
              "108": {
                "109": 164,
                "111": 142,
                "110": 191
              }
            },
          }
        }
      }
    ],
  }]
}

n1207n added a commit that referenced this issue Jun 13, 2017
n1207n added a commit that referenced this issue Jun 13, 2017
+ Sort the Disaggregation choice array of arrays
n1207n added a commit that referenced this issue Jun 13, 2017
…ported_on fields to IndicatorLocationData [#72]

+ factory and generate_fake_data update
n1207n added a commit that referenced this issue Jun 13, 2017
+ disaggregation as cached_property

+ disaggregation_values as instance method
n1207n added a commit that referenced this issue Jun 14, 2017
ErinOC added a commit that referenced this issue Jun 14, 2017
…cef/etools-partner-reporting-portal into feature-multiple-disaggregations-#72
n1207n added a commit that referenced this issue Jun 14, 2017
…cef/etools-partner-reporting-portal into feature-multiple-disaggregations-#72
@n1207n
Copy link
Contributor

n1207n commented Jun 14, 2017

Updated API response to final version on Issue body.

n1207n added a commit that referenced this issue Jun 14, 2017
…uery parameter pks [#72]

+ Added safeguard for parsing comma-separated id list
ErinOC added a commit that referenced this issue Jun 14, 2017
…cef/etools-partner-reporting-portal into feature-multiple-disaggregations-#72
@chachra
Copy link
Contributor Author

chachra commented Jun 15, 2017

@n1207n extra comma can be problematic? "(1754,)": {

n1207n added a commit that referenced this issue Jun 16, 2017
+ Added flat kwarg for disaggregation_values in IndicatorReport object to return a flattened list of DisaggregationValue ids

+ Added validate method for SimpleIndicatorLocationDataListSerializer

+ Validation method to check tuple key number count against the level_reported

+ Validation method to IndicatorReport id lookup

+ Validation method to check tuple key lookup against DisaggregationValue ids from database
adamtlord added a commit that referenced this issue Jun 16, 2017
…-disaggregations-#35

# Conflicts:
#	polymer/src/elements/ip-reporting/indicator-details.html
@chachra
Copy link
Contributor Author

chachra commented Jun 19, 2017

Lets get these done:

#1 - need to merge develop -> this branch.
#1.1 - PUT request to send disaggregated data. Validating disagg keys are correct.
#2 - code review and lets get this merged into develop.

ErinOC added a commit that referenced this issue Jun 19, 2017
…cef/etools-partner-reporting-portal into feature-multiple-disaggregations-#72
n1207n added a commit that referenced this issue Jun 19, 2017
n1207n added a commit that referenced this issue Jun 19, 2017
Feature multiple disaggregations (API and viewing) #72
@n1207n
Copy link
Contributor

n1207n commented Jun 19, 2017

PUT request work will be continued and be finalized in #35 issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants