Project Idea: I work in a scientific institute, and every group/department, writes (or tries to write) the same tool: A scientific pipeline. - A thing where user can login - fill out a form with stuff that must be done - submit the job - then some "magic scientific thing" takes the job and runs some code a (long gone PHD) has written. Since the PHD is gone, the code uses old stuff (mostly python or so), and should run in a prepared docker environment - then they want to get the results, and be informed when or if the job is done. - the thing must expose an api, so clever user can use it to fully automate their stuff. The whole pipeline thing must be as easy as possible to setup, adding new entries to the form must be simple, hide or show different things on form value change must be easy.