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
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: