-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
None
-
Unset
-
None
-
-
-
Right now Turnpike uses a bunch of dicts everywhere which makes it very hard to validate the configuration for Turnpike, and to reason about which bits belong to the config and which bits do not.
By modelling the back end configuration with Python classes we will be able to simplify the Flask application's code, and also will be able to properly type it.