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

Indicate that a job is being created after the user clicks "Create" #179

Closed
ellisonbg opened this issue Oct 21, 2022 · 2 comments · Fixed by #186
Closed

Indicate that a job is being created after the user clicks "Create" #179

ellisonbg opened this issue Oct 21, 2022 · 2 comments · Fixed by #186
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ellisonbg
Copy link
Contributor

Problem

When a user clicks the "Create" button to create a job, we stay on the job creation form until the server returns that the job has successfully been created. Once the job is created, we navigate to the list view. During the intermediate state, we should visually indicate to the user that the job/dob def is being created.

Proposed Solution

We might consider using a green panel level notification banner for this purpose. That way, when we show an error upon job creation, users would be looking there.

@ellisonbg ellisonbg added the enhancement New feature or request label Oct 21, 2022
@ellisonbg ellisonbg added this to the 0.6 Release milestone Oct 21, 2022
@JasonWeill
Copy link
Collaborator

Alternative proposal: disable the "Create" button after a user clicks it, then re-enable it if there's an error that causes the user to remain on the create jobs page.

@awaisabir
Copy link

Might be useful to show some sort of loading state on the Create button + a disabled state, to indicate that there is an asynchronous operation happening

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants