The QHAna UI can be configured using templates that adapt the UI to be more relevant in the context of the current experiment.
Currently the user has to always reselect the template. Since the used template is related to the active experiment it makes sense to store the template id together with the experiment.
[ ] Add a new column to the experiment table in the database to store the template id (a string)
[ ] Add a new endpoint to retrieve the current template id
[ ] Add a new endpoint to change the current template id
The QHAna UI can be configured using templates that adapt the UI to be more relevant in the context of the current experiment. Currently the user has to always reselect the template. Since the used template is related to the active experiment it makes sense to store the template id together with the experiment.