Skip to content
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

checklist showcasing progress of a job #183

Open
atinsood opened this issue Jun 27, 2022 · 1 comment
Open

checklist showcasing progress of a job #183

atinsood opened this issue Jun 27, 2022 · 1 comment

Comments

@atinsood
Copy link

Objective

It'd be helpful to have a basic checklist in place in dashboard that shows the different steps involved in running a job, and the progress of these steps to give visibility to the user.

Proposed implementation

An initial implementation can be a basic checklist with steps like

  1. provisioning cluster
  2. scheduling workload
  3. running workload

and as these steps are being executed, a checkmark against these, just to give user a sense of what to expect next

@starpit
Copy link
Collaborator

starpit commented Jun 28, 2022

UI Possibilities:

  • Progress stepper/punch charts ( o -- /\ -- x -- o -- o)
    • stretch: click on a step, give details of that step
    • risks: hard-codes the "schema" of the solution, requires continual maintenance
  • Timeline/waterfall
    • what's happening in time
  • Grid views
    • what's in happening space

@starpit starpit removed their assignment Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants