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

Indicate progress when scoring a task #280

Open
joergewald opened this issue May 18, 2021 · 11 comments
Open

Indicate progress when scoring a task #280

joergewald opened this issue May 18, 2021 · 11 comments

Comments

@joergewald
Copy link
Member

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.

@kuaka
Copy link
Collaborator

kuaka commented May 18, 2021

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.
Perhaps @biuti can provide a screenshot of the track processing messages.

@joergewald
Copy link
Member Author

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.

@kuaka
Copy link
Collaborator

kuaka commented May 23, 2021

Ok that's a valid point. Progress on scoring could be reported.
In general, something that needs to be addressed in the project is the silent failures/errors.

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.

@biuti
Copy link
Collaborator

biuti commented May 23, 2021

there is an indication processing x/y, and a toast green/red pops every finished track.
Anyway some sort of feedback on failures needs to be done.

@joergewald
Copy link
Member Author

I do not see "processing track x/n" anywhere here.
FireShot Capture 061 - Track Management - localhost

@biuti
Copy link
Collaborator

biuti commented May 26, 2021

It's under it, it updates during process. Usually I close that modal unless I need to see something. I can put a copy of progress in modal as well.
image

@joergewald
Copy link
Member Author

When I use "Full Rescore" in the "Task Scores" window, the modal has the information in its title. Can't we have that in the "Tracks" window's modal as well?
FireShot Capture 064 - Task Scoring Admin - localhost

@joergewald
Copy link
Member Author

Maybe with a space between the ":" and the first digit, as a cherry on the cake? :)

@kuaka
Copy link
Collaborator

kuaka commented May 26, 2021

When I use "Full Rescore" in the "Task Scores" window, the modal has the information in its title. Can't we have that in the "Tracks" window's modal as well?
FireShot Capture 064 - Task Scoring Admin - localhost

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 ?

@biuti
Copy link
Collaborator

biuti commented May 26, 2021

Fixed with 8be3cd5.
Please close if so.

@kuaka
Copy link
Collaborator

kuaka commented May 26, 2021

Fixed with 8be3cd5.
Please close if so.

what has been fixed? the original issue or the off topic tracklog processing progress?
if the later it should remain open

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

3 participants