We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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.
The text was updated successfully, but these errors were encountered: