Skip to content
New issue

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

Progress bar or logging while a submission is processed #71

Open
ali-ramadhan opened this issue Apr 16, 2020 · 0 comments
Open

Progress bar or logging while a submission is processed #71

ali-ramadhan opened this issue Apr 16, 2020 · 0 comments

Comments

@ali-ramadhan
Copy link
Member

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.

  1. Uploading file…
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant