You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to create a simple prototype client that consumes the JSON endpoint from the HXL Proxy API and displays data views in a graph.
NB: Though we eventually want to query the confirmed HXL Proxy API URL using the data in #147, we are not blocked on working on this ticket. We have a test HXL Proxy dataset setup which currently reads from our sample Google Spreadsheet.
We have a new repository with frontend stack all set up at https://github.com/empowerhack/DU-data-viz-demo, check this out and get it up and running locally. Feel free to contact the team, specifically our awesome repo creator @tanyapowell to discuss setup or implementation here.
Query the test HXL Proxy JSON URL above to obtain the DML dataset we want to output
Using d3.js or your graphing tool of choice, parse the array of arrays returned from the JSON endpoint and map an example view of the DML dataset, e.g. "Number of females with negative mood ratings by Stage of Journey". Note this is only a spike to test what it's like to consume data from the HXL proxy and plot it on a graph. We have a separate task to finalize UX of data viz going forward.
Experiment with multiple views of this data (Another E.g. "Number of children in camps with positive mood ratings") and implement a simple filter to toggle between different views
Related to: #147
What
We want to create a simple prototype client that consumes the JSON endpoint from the HXL Proxy API and displays data views in a graph.
NB: Though we eventually want to query the confirmed HXL Proxy API URL using the data in #147, we are not blocked on working on this ticket. We have a test HXL Proxy dataset setup which currently reads from our sample Google Spreadsheet.
You can access our test dataset by going to https://proxy.hxlstandard.org/data/Bkq0o4, and copying the JSON link there - at time of writing this is https://proxy.hxlstandard.org/data/Bkq0o4/download/drawmylife_data_test_v1.json. This response is an array of arrays, something like the following:
How
References
The text was updated successfully, but these errors were encountered: