You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in order to generate the {next_phase} Qualifier text used for some matches, we pull the name as it is given by StartGG. However, since said name is a user input, this can lead to some odd results like Top 48 (BO5) Qualifier. As such, the program should by default be able to regenerate generic phase names based on whether we are looking at Pools or generate its own Top {n} text, with n corresponding to the number of players in the given phase.
Note: If this is fixed, a toggle may need to be created to toggle between the phase name and the pool ID in the "Phase" field of a scoreboard, as well as a toggle to switch between the StartGG data and the program’s suggestions
The text was updated successfully, but these errors were encountered:
Currently, in order to generate the
{next_phase} Qualifier
text used for some matches, we pull the name as it is given by StartGG. However, since said name is a user input, this can lead to some odd results likeTop 48 (BO5) Qualifier
. As such, the program should by default be able to regenerate generic phase names based on whether we are looking at Pools or generate its ownTop {n}
text, withn
corresponding to the number of players in the given phase.Note: If this is fixed, a toggle may need to be created to toggle between the phase name and the pool ID in the "Phase" field of a scoreboard, as well as a toggle to switch between the StartGG data and the program’s suggestions
The text was updated successfully, but these errors were encountered: