1101 generate point based results - #1189
Open
fvacek wants to merge 9 commits into
Open
Conversation
- Extend EventConfig with pointResults and pointResultsMaxPoints, default false and 1000, and load/save from variant maps; expose in UI. - Introduce new QML reports: results_nstages_points.qml and results_nstages_points_condensed.qml. - Extend RunsPlugin with: - nstagesClassPointResultsTable and nstagesPointResultsTable - stageResultsTable and currentStageResultsTable now accept max_points - propagate max_points to current stage reports - Wire RunsWidget to expose menu actions for the new reports: "Points after n stages condensed" and "Points after n stages". - Minor UI tweak: rename Event dialog group to pointResults
fvacek
marked this pull request as draft
August 6, 2026 10:18
fvacek
marked this pull request as ready for review
August 6, 2026 21:06
Remove obsolete commented-out results code and fix a typo in disqualification handling.
arnost00
approved these changes
Aug 6, 2026
arnost00
left a comment
Collaborator
There was a problem hiding this comment.
Look good.
But maybe @sergiogpajares can check it better.
Only small UI note, tab Import/Export in Edit Event uses only like 1/4 of tab area
Collaborator
|
What about skipping one stage/two stages/the worst result? I know that there can be e.g. 5 stages event but only 4 best stages/results are counted into the overall results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#1101