Skip to content

ability to support listing all jobs and selecting a particular job's dashboard #178

Open
@atinsood

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.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions