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

improve broadcast leaderboard functionality #12091

Open
Arihol opened this issue Dec 23, 2022 · 0 comments
Open

improve broadcast leaderboard functionality #12091

Arihol opened this issue Dec 23, 2022 · 0 comments
Labels

Comments

@Arihol
Copy link

Arihol commented Dec 23, 2022

Broadcasts have an automatic leaderboard function, which generates standings based on game results across the broadcast.

It is designed to work in Round-Robin formats, where all the participants are present in all rounds.

However, in some tournaments, some rounds are “worth” more than others. For example, in the following broadcast

https://lichess.org/broadcast/2022-vugar-gashimov-memorial/q2H7Oi6j

the rapid portion is worth twice as many points as the blitz section. This means we had to generate a manual markdown table instead of using the native leaderboard, even though the format (SRR&DRR) is ideal for it.

It would be nice if there was a factor in the round settings you could set manually. For example, if you set the factor as 2, a win is worth 2 points, a draw 1 point and a loss 0 points. Similarly, a factor of 0 could be used for tiebreaks, with the results indicated inside brackets: 12 (3), 12 (0) etc.

@kraktus kraktus changed the title Feature request: improve broadcast leaderboard functionality improve broadcast leaderboard functionality Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants