covid-policy-modelling / web-ui

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

Document model_slugs in API docs #45

Closed steven-cd closed 2 years ago

steven-cd commented 2 years ago

One of the important values users need to provide to submit simulations is the model_slug, but these aren't included in the API docs. The reason for this is that the valid set of values is dynamically built from models.yml, and currently isn't known until runtime. We should figure out if there are ways around this: