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
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
It would be nice to have a NEXT JOB link similar to the PREVIOUS JOB link in the Job view. I find that when a job fails I will often fix content, re-upload, then click on the green "Set Runnable" icon to-rerun this job. I then have to navigate back to the Jobs list, refresh, then go into the new job view. Instead of this flow it would be nice to just click "Set Runnable" and then have a NEXT JOB link pop up that can take me to the now-running job view.
The text was updated successfully, but these errors were encountered:
@mclamb - thank you for the suggestion ... there is "next job" link as long as you are not on the current running job. The problem with "next job" during current running job ... we don't have the Job ID to link to the job log, as it hasn't been generated yet. A JID will only be generated when the job is created.
Yes I was just noticing that. Changing the title to more accurately reflect this. Thanks!
mclamb
changed the title
UX suggestion: Add NEXT JOB navigation link to Job view
UX suggestion: Add dynamically created NEXT JOB navigation link to Job view after a new job is created
Jan 25, 2020
To better capture the discussion from yesterday on Slack with @zehicle, the primary issue / feature request here is for the UX to figure out the forward path when clicking on a Job. The act of clicking on a Job makes that Job the last element in a linked list of Jobs. You can navigate backwards for the entire history of that machine and you can navigate forwards from any of those jobs all the way back to this clicked-on Job. However you cannot navigate forwards in history once a Job has been clicked, even if those Jobs are historical as well.
A nice addition to this capability would be to dynamically add a Next Job advance for newly created Jobs if the current view is on the most recent Job.
mclamb
changed the title
UX suggestion: Add dynamically created NEXT JOB navigation link to Job view after a new job is created
UX suggestion: Enable forward path (next job) in Job View for the clicked-on Job
Jan 26, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to have a NEXT JOB link similar to the PREVIOUS JOB link in the Job view. I find that when a job fails I will often fix content, re-upload, then click on the green "Set Runnable" icon to-rerun this job. I then have to navigate back to the Jobs list, refresh, then go into the new job view. Instead of this flow it would be nice to just click "Set Runnable" and then have a NEXT JOB link pop up that can take me to the now-running job view.
The text was updated successfully, but these errors were encountered: