feat(draft): overhaul pick/ban phase with meta tiers, UI pivots, and flex-pick visibility - #326
Open
TtvNekix wants to merge 1 commit into
Open
Conversation
…flex-pick visibility Implements issue OpenLeagueManager#302. 1. Meta tier system: added MetaTier enum (S/A/B/C/D) to champion domain model, parsed from champion-list.json or defaulted to B. Exposed to frontend via ChampionData.meta_tier. Badge shown on draft suggestion tips. 2. UI pivot fix: reworked tip mixing logic so ALL player tips are always visible (one per role). When a player changes their request, other players' bubbles no longer get hidden. Pre-slice cap raised to 6-7. 3. Flex-pick visibility: champion suggestion tips now render secondary role badges when a champion can flex into other positions (e.g. Corki shown as MID + ADC). Uses the existing roleHints/role_icons infra.
Closed
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements issue #302 — pick/ban phase overhaul.
Changes
1. Meta Tier System (Smart Ban & Pick)
MetaTierenum (S/A/B/C/D) in Rust domain model with scoringmeta_tierfield toChampionandNewChampionstructschampion-list.json(optional, defaults to "B")ChampionData.meta_tier2. UI Pivots (Dynamic Request UI)
ChampionDraft.tsx3. Flex Pick Visibility
roleHintsandROLE_ICON_URLSinfrastructureFiles changed: 6 (102 additions, 20 deletions)