GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

Fix for user testing #124

Closed sophie22 closed 6 months ago

sophie22 commented 7 months ago

Due to failed attempts to pass command arguments from the Workbench to tasks, task running was not working on the current main branch. This small PR implements a fix for this by ignoring the task_variable input. Also includes Blacks formatting applied to the impacted files, as well as a small improvement to the Docker compose: Database content is stored in a Docker volume rather than in a write-protected local folder, which allows for persistent data storage between upgrades to the rest of the web application.