Description
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 out status
, 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.