Haiethan1 / ValorantApp

1 stars 1 forks source link

5 stack win rate #97

Open Haiethan1 opened 2 months ago

Haiethan1 commented 2 months ago

Have a command or add it to post match stats if it is a 5 stack and competitive. should run along the lines of

OR

Haiethan1 commented 2 months ago

For the first option, we can create a table to store this information. maybe something like StackMatchStats where we have stack_size, stack_key (* more info below), match_date_utc, win/loss, etc if we need more

in both tables we will clear the rows after 2 months.