codeforsanjose / SJPL-MealTally

Web app to help San Jose public libraries coordinate free community meals.
GNU General Public License v3.0
9 stars 9 forks source link

initial commit #116

Closed darpham closed 4 years ago

darpham commented 4 years ago

tldr; After migrating data, we can now clean up some code.

New database: mealtally_ver2

Database Migrations: Within meals collection: Change all documents['library'] to all upper case

Within libraries collection: EDUCATIONAL PARK LIBRARY -> EDUCATIONAL PARK BRANCH LIBRARY

Code Change: Fix to address 'Choose library...' and 'Choose type...', selecting these options will now unset their respective data type to ensure data query is unaffected.