Overview
Making sure that the functions in the flask app return information in a consistent and predictable format (such as a python dictionary -> JSON object)
Use Cases
- button presses on react.js request output from the Flask server (i.e. camera status, temperature, exposure data file)
Requirements
- ensure return statements for camera status, temp, acquisition are python dictionary objects
- dictionary keys are the same for each function
- value object types are consistent and predictable
- set up dummy server + testing modules?