opensandiego / mealscount-backend

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

Show broken out funding per school per scenario #38

Closed nikolajbaer closed 4 years ago

nikolajbaer commented 4 years ago

In order to better understand per-school funding, districts have requested to see the estimated reimbursement for each school broken out.

This could be either in the python model (CEPStrategy), or just quickly done in the Vue UI (meals_served X reimbursement X 180). Probably best in the python code as that is how we drive the system.