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

Competitions w/ Tracks - Superscore option not shown #5

Open
JC01010 opened this issue Apr 20, 2022 · 1 comment
Open

Competitions w/ Tracks - Superscore option not shown #5

JC01010 opened this issue Apr 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@JC01010
Copy link
Contributor

JC01010 commented Apr 20, 2022

In competitions with tracks (https://www.duosmium.org/results/2022-02-05_NC_elizabeth_city_regional_c/), the "Superscore" option isn't show in the popup.

@tctree333 tctree333 transferred this issue from Duosmium/duosmium Apr 20, 2022
@tctree333 tctree333 added the enhancement New feature or request label Apr 20, 2022
@tctree333
Copy link
Member

This behavior is intentional since track superscores are difficult given the current implementation of tracks and superscoring.
When superscoring, we currently generate a new interpreter from a modified SciolyFF representation that changes placings based on the superscore. The new interpreter is then used normally by the Duosmium template (with some cosmetic tweaks). Two main issues arise with this implementation:

  1. Schools with teams in multiple tracks are not compatible with the combined and split track display method default in Duosmium, since a superscored representation combines all team placings from a school. This could be worked around by combining placements from a school from teams in the same track, so there will be a duplicate school entry for each track.
  2. Track event placements are computed from the combined, "main" placement. Since gaps are allowed in placements, the computed track placings will not be accurate. This can be worked around by setting the explicit key to true and explicitly setting place and trackPlace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants