opendatahub-io-contrib / jupyterhub-singleuser-profiles

MIT License
11 stars 24 forks source link

Add spawn progress watch modal, replace spawn_pending page #207

Closed jeff-phillips-18 closed 2 years ago

jeff-phillips-18 commented 2 years ago

Fixes: Jira: https://issues.redhat.com/browse/ODH-513

Analysis / Root cause: As a DS user, I want to be able to track the progress of starting the NB server, so I can take appropriate action if there are any issues.

Solution Description: Replace the spawn-pending.html file with the spawn.html file and update the spawn application to start the server spawn process and display the progress in a dialog.

Screen shots / Gifs for design review: spawn-progress

/cc @dlabaj

jeff-phillips-18 commented 2 years ago

@cdcabrera @dlabaj @kywalker-rh PTAL

lugi0 commented 2 years ago

Would it be possible to add an id to the progress bar element/div? e.g. progress-bar would be perfect for QE and ensure our test suite keeps working correctly with the new UI