covid-policy-modelling / web-ui

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

Hide generic models from UI where appropriate #47

Closed steven-cd closed 2 years ago

steven-cd commented 2 years ago

The web-ui currently shows all the supported models in drop-downs/lists, even when not appropriate, e.g. the new simulation screen, or simulation results. In these cases, it would be better to only include the models that use the CommonInputSchema, and hide the rest.

This is awkward looking right now, and will get worse if we add more connectors with their own schema.