1) When starting the web application, the web server will ask the director what services are available in the computational services registry.
2) The user should be able to tune the settings of the selected computational service and submit the job.
3) When pressing submit, the job will be sent to the director and this will reply the web server with a job id and will also start or wake up the requested computational service to run the job.
4) While the job is being run, when the server asks for the job output, a progress status will be returned.
5) When the job is finished, all the output will be copied to an accessible directory and this url will be published.
6) Frontend will show the content of this directory in a tree view and should be able to display the images in it.
1) When starting the web application, the web server will ask the director what services are available in the computational services registry. 2) The user should be able to tune the settings of the selected computational service and submit the job. 3) When pressing submit, the job will be sent to the director and this will reply the web server with a job id and will also start or wake up the requested computational service to run the job. 4) While the job is being run, when the server asks for the job output, a progress status will be returned. 5) When the job is finished, all the output will be copied to an accessible directory and this url will be published. 6) Frontend will show the content of this directory in a tree view and should be able to display the images in it.