-
Notifications
You must be signed in to change notification settings - Fork 18
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
Indicate progress when scoring a task #280
Comments
Is this scoring a task or processing igc files? If the later there is a modal window that opens showing overall progress and details on the individual tracks being processed. This is not available if running the development webserver as it does not support streaming data to the front end. If you are talking about actually scoring then as far as I am aware it's usually quite quick. (A few seconds). Unless a complete rescore in which case the above modal should open. |
This is scoring. Processing IGC files is covered to some extent with the modal window (although I also do not see there where in the process I stand, how many files are processed, how many still need to be processed). I had several cases where scoring hang (as I found out later, due to stale data after deleting pilots). I sat in front of it for 5, 10 minutes and wished it would tell me where it stands. |
Ok that's a valid point. Progress on scoring could be reported. Regarding the tracklog process, it should be displaying words to the effect "processing track x/n" in the header of the modal. Maybe this is not appearing? in which case a bug should be raised as it was working in the past. |
there is an indication processing x/y, and a toast green/red pops every finished track. |
Maybe with a space between the ":" and the first digit, as a cherry on the cake? :) |
this is what the main tracklog processing was displaying in the past when I wrote it. In fact this one was a cop of it.I am not sure why it has been removed. perhaps by error. @biuti ? |
Fixed with 8be3cd5. |
what has been fixed? the original issue or the off topic tracklog processing progress? |
Scoring a task can take a while. The spinning wheel does not really tell me enough. I want to know how many pilots have been scored yet, or some other measure that gives me a real sense of the progress made, and the time I still have to wait.
The text was updated successfully, but these errors were encountered: