softwaresaved / fuji

FAIRsFAIR Research Data Object Assessment Service
MIT License
0 stars 1 forks source link

[Feature]: Progress Bar #29

Open RyanJField opened 1 month ago

RyanJField commented 1 month ago

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.