math-a3k/covid-ht

Refactor templates so it shows form fields dynamically

Closed this issue · 1 comments

Currently the data input and classification form templates are static due to columns for conversion fields.

The idea is to have them dynamic, so a covid-ht instance can specify the fields in the forms according to the output of their equipment and have the templates generated automatically, providing convenience for speeding up configuration and deployment.

Implemented in 179fde6