jhauserw3241 / cdcdb-webserver

Python3/Flask web server for DB final project
https://cdcdb.system33.pw
1 stars 1 forks source link

Limit requests better #53

Open pastly opened 7 years ago

pastly commented 7 years ago

If https://github.com/pastly/db-final-project/issues/23 gets closed (or even if it doesn't), then the request creation function needs revisiting.

Deedasmi commented 7 years ago

The checkout table already enforces the dates be correct and items can't be checked out. Web app just needs to not throw a 500 when DB gives a bad response.