VEuPathDB / web-eda

Web browser code for EDA-based applications
Apache License 2.0
0 stars 0 forks source link

Apps: gray out step numbers until previous step complete #1561

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

Depends on #1556 and #1560

The step (1) is always available.

Gray out (2) until all of the computation params are set.

Screen Shot 2023-01-13 at 3 50 31 PM

If the data is not ready (compute status != complete) then gray out and disable all of step 3, like below

Screen Shot 2023-01-13 at 3 43 42 PM

But when the data is ready, then step 3 can be all enabled!

(Note this issue absorbed #1559 )

nkittur-uga commented 1 year ago

Yes, numbers are greyed until previous step is complete. QA is done.