opensandiego / mealscount-backend

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

Add history of Results Data from AWS Lambda #62

Open nikolajbaer opened 4 years ago

nikolajbaer commented 4 years ago

Now that schools are getting optimized via AWS Lambda, with persistent results stored in S3, we can provide an easy way to reload older optimizations without recomputing each time.

This could take the form of a "view history" button on the district detail that maybe looks in local Storage for saved Results URLs, and can just load in a results URL quickly.

Bonus feature is to have a bookmarkable version of the URL so that the user could bookmark and share that URL to someone rather than exporting to CSV and having us run it all over again!