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
Currently the when a user clicks Start Fair Assessment there is no indication that the tool is running. It would be useful to have a progress bar, or at minimum disabling the start button to indicate the tool has started.
Context
The use should be able to track the progress of the tool, or at minimum know the tool is running.
It will allow users to track the progress of the tool.
Possible Implementation
Grey out the Start Fair Assessment button when clicked, possible with CSS / JS / Bootstrap toggle states. Add a progress bar, incrementing with each marker, possibly using the Bootstrap progress bar.
The text was updated successfully, but these errors were encountered:
Add progress bar to web interface.
Detailed Description
Currently the when a user clicks
Start Fair Assessment
there is no indication that the tool is running. It would be useful to have a progress bar, or at minimum disabling the start button to indicate the tool has started.Context
The use should be able to track the progress of the tool, or at minimum know the tool is running.
It will allow users to track the progress of the tool.
Possible Implementation
Grey out the
Start Fair Assessment
button when clicked, possible with CSS / JS / Bootstrap toggle states. Add a progress bar, incrementing with each marker, possibly using the Bootstrap progress bar.The text was updated successfully, but these errors were encountered: