tobice / LDVMi

Visualization service for Payola Platform
Other
1 stars 1 forks source link

Running a pipeline #15

Closed jirihelmich closed 8 years ago

jirihelmich commented 8 years ago

When a pipeline is running, the Close button is active. What happens if I close it? Can I go back to the execution and use the results?

jirihelmich commented 8 years ago

When the execution is done, I should somehow know. The Run pipeline button is present again. It took several minutes and I don't know if it failed or succeed. Well, I know, because the Create App is now green, but should it be the only way of displaying that?

tobice commented 8 years ago

The user can return to any of his discoveries through the Dashboard. That includes the evaluations as well, i.e., if an evaluation takes an hour, the user can freely close the window (even the browser), come an hour later, open the discovery and see if the evaluation has finished or not. The only problem is when the discovery (or evaluation) crashes without indicating it in the database. Then the discovery (or evaluation) appears as in progress but it's been long dead.

In 02e5cf9 I improved the visuals of the pipeline table. There is an animated loading circle showed when the evaluation is in progress. If the evaluation succeeds, a green check icon is displayed, if it fails, a red icon is displayed. I hope it is more apparent now.

pipelines