You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got a great idea from @kinow of having a customizable way to track a set of experiments with the data we have of them (status, user, completed jobs, etc), and metadata set by the users in the configuration YML files like this:
METADATA:
KEY1: value1KEY2: value2
Initially, this custom view can be set as a Table view that can select/add the columns to track. Then, we can include other ways to visualize this data as well.
This is feasible to do after the new GUI is finally released by extending the Home page. Also, we will need to extend the API to support these data requests.
Nevertheless, for some users, this will be quite useful in the short term. So, having it as a patch of the previous GUI is an alternative to handling it as a workaround. Also, we have the opportunity to handle it as a separate "supervisor" GUI project for people who will not need some features like authentication, specific views, and interactivity.
The text was updated successfully, but these errors were encountered:
We got a great idea from @kinow of having a customizable way to track a set of experiments with the data we have of them (status, user, completed jobs, etc), and metadata set by the users in the configuration YML files like this:
Initially, this custom view can be set as a Table view that can select/add the columns to track. Then, we can include other ways to visualize this data as well.
This is feasible to do after the new GUI is finally released by extending the Home page. Also, we will need to extend the API to support these data requests.
Nevertheless, for some users, this will be quite useful in the short term. So, having it as a patch of the previous GUI is an alternative to handling it as a workaround. Also, we have the opportunity to handle it as a separate "supervisor" GUI project for people who will not need some features like authentication, specific views, and interactivity.
The text was updated successfully, but these errors were encountered: