opensandiego / mealscount-backend

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

Integrate Fed. Reimbursement rates into import/export CSV #52

Closed nikolajbaer closed 4 years ago

nikolajbaer commented 4 years ago

The Fed reimbursement rates change based upon the district. In "capturing" an optimization, it is critical information in the export to explain the reimbursement estimates. Right now this is not part of the export.

Simplest would be to just have the additional columns (values are at the top) for Free lunch/Paid lunch/Free bkfst/Paid bkfst rates.. but this would be duplicated across all schools, and might give the false impression that they can change per school.

nikolajbaer commented 4 years ago

complete