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

Expand foldy sheets for more complex standings and tiebreakers #33

Closed
3 tasks done
slmnio opened this issue Jun 21, 2021 · 1 comment
Closed
3 tasks done

Expand foldy sheets for more complex standings and tiebreakers #33

slmnio opened this issue Jun 21, 2021 · 1 comment
Labels
archived Not fully finished but won't be worked on unless the situation changes enhancement New feature or request section: website Relates to website pages

Comments

@slmnio
Copy link
Owner

slmnio commented Jun 21, 2021

The current foldy sheets (EventScenarios.vue) have been tuned for 4 team groups and only 2 team ties, as well as only using a binary system.

The updated foldy sheet should:

  • Move from match win/loss to match scores (2-0, 2-1, 1-2, 0-2)
  • Deal with multiple ties across an arbitrary amount of teams
  • Accurately confirm a team's position when requested
@slmnio slmnio added the enhancement New feature or request label Jun 21, 2021
@slmnio slmnio added the section: website Relates to website pages label Jul 6, 2021
slmnio added a commit that referenced this issue Aug 21, 2021
@slmnio
Copy link
Owner Author

slmnio commented Aug 26, 2021

Would be good to benchmark this with and without rendering the table to see if a limit on rows can be lower than the limit of scenarios entirely.

To be fair, this system is not very performant. There's multiple times that the entire list is looped through and each item has multiple loops inside it.

@slmnio slmnio added the archived Not fully finished but won't be worked on unless the situation changes label Oct 26, 2021
@slmnio slmnio closed this as completed Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
archived Not fully finished but won't be worked on unless the situation changes enhancement New feature or request section: website Relates to website pages
Projects
None yet
Development

No branches or pull requests

1 participant