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
Run History panel on the main dashboard page of the NGS Portal shall display a list of the current user's last runs (active and completed).
This panel should look approximately like this:
Panel shall contain:
panel header
list of runs cards
Additionally, panel shall include abilities:
to navigate to the Runs page with all runs
to navigate to any run from the displayed list
List of runs cards
Panel shall display a list with a few user's last runs (active and completed).
Each run in the list shall be presented as a card.
Run card shall contain:
run name - plain text label based on the format of the pipeline launched for this run: <pipeline_name> / <pipeline_version>
run status icon/label. Possible statuses:
running (active)
completed (finished successfully)
stopped (manually terminated by user)
failed (terminated with error)
run started time - plain text label with the time of the run beginning
estimated run price - plain text label with the estimated run cost
label with project name (if applicable) - plain text label with the project name. Shall be shown only in cases when run was launched from the pipeline associated with some project
By default, run history list shall display only latest N runs launch by the current user (e.g. 3-5).
View all runs
There shall be a separate button to open the full list of last user runs (e.g. View all runs).
By click this button, the Runs page shall be opened.
Open run details
By click any run name in the list or a run card, the Run details page for the selected run shall be opened.
The text was updated successfully, but these errors were encountered:
Run History panel on the main dashboard page of the NGS Portal shall display a list of the current user's last runs (active and completed).
This panel should look approximately like this:
Panel shall contain:
Additionally, panel shall include abilities:
List of runs cards
Panel shall display a list with a few user's last runs (active and completed).
Each run in the list shall be presented as a card.
Run card shall contain:
<pipeline_name> / <pipeline_version>
By default, run history list shall display only latest N runs launch by the current user (e.g. 3-5).
View all runs
There shall be a separate button to open the full list of last user runs (e.g. View all runs).
By click this button, the Runs page shall be opened.
Open run details
By click any run name in the list or a run card, the Run details page for the selected run shall be opened.
The text was updated successfully, but these errors were encountered: