lovelace-website
lovelace-website copied to clipboard
Progress bar or logging while a submission is processed
When a user submits something, show some progress bar or a rolling log with things like to give them the feeling that things are happening.
- Uploading file…
- Setting up environment.... 3.1. Running test case 1/3… passed! 3.2. Running test case 2/3… passed! 3.3. Running test case 3/3… failed!
Not sure how to implement this, obviously only works since we’re doing an AJAX request. See How to get the progress of an upload or download with jQuery AJAX? Apparently it’s easier without jQuery!
Would require changes to the website frontend, Django backend, and the engine!
Put progress bar that slowly fills based on timeout? Nah this would be misleading.