opensandiego / mealscount-backend

Optimizing a free-meal reimbursement program for K-12 schools
MIT License
12 stars 15 forks source link

Create statewide results landing page #13

Closed nikolajbaer closed 5 years ago

nikolajbaer commented 5 years ago

Once we are generating statewide results from the CUPC dataset ( https://www.cde.ca.gov/ds/sd/sd/filescupc.asp ), we will want a way to make an easy to interact with overview of all districts in California.

My first thought is a map / table of all districts that when you click on one, it loads the optimization summary (improvement on baseline), with a reveal of the actual optimization and some details on parameters / assumptions.

This could probably be done with D3.js and lodash.js pretty simply. We would need to get the school district shape files to generate a map.

nikolajbaer commented 5 years ago

Initially done with viz.html.

Some improvements on the way from partner