pacificclimate / scip-backend

Backend that serves salmon population data to the scip webpage
GNU Affero General Public License v3.0
0 stars 0 forks source link

Improve routing and argument parsing #3

Closed corviday closed 1 year ago

corviday commented 1 year ago

Currently we don't do much error checking on provided parameters, and we are using old-school routing functionality mostly cribbed form PCEX. The up to date version of Flask can help with both these issues.

corviday commented 1 year ago

this issue is described in more detail as #4