quince-science / QuinCe

QuinCe is an online tool for processing and quality control of data from scientific instruments, with a primary focus on oceanic data.
https://quince.science
GNU General Public License v3.0
7 stars 8 forks source link

More informative job status on datasets list page #816

Open squaregoldfish opened 6 years ago

squaregoldfish commented 6 years ago

At the moment the current job is listed as the status of the data set in the dataset list page. It would be good to have a progress % indicator too.

This requires that the data extraction, reduction and auto QC jobs update their progress as they run. (See also #505).

squaregoldfish commented 5 years ago

Add a statusProgress value to the DataSet record. Jobs setting their progress that use a data set should update this too.

Probably make a parent DataSetJob class.