-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Server Online Indicator
We could add some indicator that the server is online.
This could easily be implemented on the server side via the addition of a new HTTP endpoint, which the uploader queries.
Progress Report
While the UI currently reports the status of the upload, it does not report processing progress. It merely states: processing started ... you will get an email soon. Then you will eventually get a mail or not.
This has happened to myself in 2/4 times so far highlights the need for more verbose logging, which would help the user to be more confident in the process and ease debugging.
As for implementation of the processing status report, this would likely require substantially more work because of the need for a two way client-server communication for which a web socket would likely be better suited.