-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ability to support listing all jobs and selecting a particular job's dashboard #178
Comments
Q0: How do we obtain the list of prior jobs? Q1: What UI do we use for showing the user the list of prior jobs Q2: When a user selects/clicks on a prior job, where do we show the dashboard |
I am inclined towards standard kui table possibly in a new tab like what you suggest in the next question. I think columns like status and start time are worth showing. basically the dashboard becomes 2 tabs, 1 that can list the jobs and another tab that show the details of the job that we clicked on |
@starpit do you think we can pass this as a part of the command as well
|
|
Objective
Currently the dashboard can be launched pointing to a single job and does not provide the ability to list all the existing jobs that were run.
what would be helpful is rather than pointing to one job, if we can list all the jobs along with their status.
Proposed implementation
In addition to pointing to a specific location of a job
/Users/apollo/work/research/cil/opensource/codeflare-cli/tests/plugin-codeflare/dashboard/inputs/1
, if we point a level higher where list of all the jobs are present/Users/apollo/work/research/cil/opensource/codeflare-cli/tests/plugin-codeflare/dashboard/inputs
, we can easily cycle through all the jobs and figure outstatus
,start time
,end time
etc of the jobs. this directory can be a user speficied directory or we can assume that these details are present in some~/.codeflare
repo.we can then populate this data in a picker, or have the initial dashboard as just a table that has all the jobs listed.
the user can then proceed from there to select a specific job. the workflow after that will be the same as the current workflow.
The text was updated successfully, but these errors were encountered: