-
Implementation
- Hitting
/statustriggers the status API call and creates a future. - Instead of
awaiting the response, immediately redirect to loading animation. - Poll the future (quickly as it's a short wait) for a result.
- Redirect the user again to either the status page (
Ok) or error page (Err). (I'm not sure how to actually not sure if you can do this without just loading the content with javascript).
- Hitting
| Type |
New Feature
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
Right now, it takes a few seconds to query the status API. While the user waits, it'd be nice to show them a loading animation and then redirect them to the results when ready.