albertlyuan / ranked-mini

1 stars 0 forks source link

see highest/lowest winrate teammates (bayer) #18

Open albertlyuan opened 1 year ago

albertlyuan commented 1 year ago

op.gg?

Nbayer2011 commented 1 year ago

Basically have a section when looking at an individual player's last recorded games, in the previous x games (5,10,20, etc.), show the most frequent teammates/their win rate together. Would also need a minimum number of games of the previous x games to show up.

Nbayer2011 commented 1 year ago
Capture
albertlyuan commented 1 year ago

things to consider:

currently tables are the following schema:

Nbayer2011 commented 1 year ago

On op.gg and other sites they have a separate table like in the screenshot. On op.gg they use the last 20 games and that usually works pretty well with team size. My thinking was that we could reduce the number of recent games because mini sessions have so many frequent games across teammates with there being a small sample size of players to choose from in each session. Maybe like last 10 games and make the minimum number of games played together like 3 or 4?

albertlyuan commented 1 year ago

go ahead, dont forget to make new branch, lmk if any questions on how to do stuff. heres my js cheatsheet https://docs.google.com/document/d/1TOcJr4qtyhYfjY3BzNRYofMSqvqI8fqlA81uBQU65mY/edit?usp=sharing