sendou.ink/app/features/tournament-bracket
Kalle c3444349b0
Free bracket progression (#1959)
* Initial

* Start implementing TournamentFormatSelector

* Progress

* Small progress

* Add source

* Progress

* Skeleton

* Progress

* Rename progression

* Can submit progression

* Fix potential issue with caching errors

* Settings

* isFinals/isUnderground

* Valid formats tests

* New bracket check in progress

* Perf optimization: simulate brackets only frontend

* Admin check in fix

* resolvesWinner logic

* SAME_PLACEMENT_TO_MULTIPLE_BRACKETS

* Structure work

* Edit bracket while tournament in progress initial

* Delayed check in to follow up bracket

* Progress validation

* NEGATIVE_PROGRESSION

* test first sources = null

* Different text when invitational

* More checks

* Validate changed are in preview

* Rename

* Translated errors

* Disbale submti if bracket progression is bad

* Adjust bracketIdx

* changedBracketProgressionFormat

* Progress

* Fix E2E tests

* Docs progress

* Fix state change

* Add docs
2024-11-10 12:07:43 +02:00
..
components Free bracket progression (#1959) 2024-11-10 12:07:43 +02:00
core Free bracket progression (#1959) 2024-11-10 12:07:43 +02:00
queries Fix preview match with no teams containing "null player" 2024-10-06 12:57:08 +03:00
routes Free bracket progression (#1959) 2024-11-10 12:07:43 +02:00
tournament-bracket-schemas.server.ts Add best of 1 as an option to tournaments 2024-08-25 10:19:06 +03:00
tournament-bracket-utils.test.ts Migrate to vitest, unskip suites Closes #1846 2024-09-14 14:34:41 +03:00
tournament-bracket-utils.ts Migrate Node -> Bun (#1827) 2024-08-11 16:09:41 +03:00
tournament-bracket.css Upgrade deps 2024-09-14 15:01:09 +03:00
TournamentMatchRepository.server.ts Migrate Prettier/Eslint/Stylelint setup to Biome (#1772) 2024-06-24 13:07:17 +03:00