sunnydl / GamePerformanceTracker

Team project for CSE 115A in Fall 2021, UCSC
3 stars 0 forks source link

Leaderboard UI #58

Closed sunnydl closed 2 years ago

sunnydl commented 2 years ago

image

I think for the leaderboard we would sort the players by lp (league points, which is used to defined the ranking of a player)

  1. For starter, we do not need the buttons on the top since all players would be sorted by lp
  2. Change the title to Top players in {queueType} ---- here queueType can be solo_queue or flex_queue
  3. Then in the search bar, add selectors for region, queueType, rank, and its division

So

region = [same list from summonerSearch bar]
queueType = [Ranked SOLO, Ranked Flex]
rank = [
   Challenger,
   GrandMaster,
   Master,
   Diamond,
   Platinum,
   Gold,
   Silver,
   Bronze,
   Iron
]
division = [I, II, III, IV]
  1. In each display row, remove champion and position, put rank and LP instead.