vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Allow users to check status of job after submission. #114

Closed willgraf closed 3 years ago

willgraf commented 4 years ago

Currently, the frontend will continously check the job status until it is finished, and show the results to the screen. However, if the user accidentally loses internet connection or refreshes their page, they lose track of their job and will have to restart.

Providing the user with the job ID or a URL to another page that will track the status of the job will help users keep track of submitted jobs.

(Originally posted as vanvalenlab/kiosk-redis-consumer#62)