Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
From mailing list discussion:
As for UI, you're right. Currently the output file UI only displays when an experiment is COMPLETED. I'm thinking of having a panel for each output file that will display once the experiment is EXECUTING. Each panel will have a button to fetch the current file. When the fetch is executing the button is disabled and a spinner displays with a message that the file is being fetched. Once the file is fetched, if it is a text file (and maybe within some max file size limit) then it will display in the panel and the user can scroll through the file. This is the main use case, retrieving the current value of a log file or STDOUT or something similar. If the file is too large or binary then instead of displaying the file directly there will be a download button. That's the general idea.