covid-policy-modelling / web-ui

Frontend for COVID modeling
MIT License
0 stars 2 forks source link

Support external files for simulations through API #44

Open steven-cd opened 2 years ago

steven-cd commented 2 years ago

As we move to using the API for more production purposes, the config values are likely to get larger, and I think modellers may want to store them in individual files. The API doesn't really help them to do that though - because it's just the config they'd want to keep in the file, not the whole of the input, they can't just use something like curl -X POST /simulations --data "@file".

We could: