joaorb64 / joaorb64/TournamentStreamHelper
5.75: Phase names in Qualifier match name is pulled from StartGG
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 139
- Forks
- 59
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 6
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing where the {next_phase} Qualifier text and the scoreboard's "Phase" field consume StartGG phase names and pool IDs. Define the generic Pools and Top {n} naming behavior, then determine the required toggles so the scoreboard can switch between generated suggestions, StartGG names, and pool IDs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100