jtmille3 / Comp

Competitive soccer league standings and statistics.
4 stars 2 forks source link

Differentiate between regular season goals and playoff goals #19

Closed jasonbosko closed 5 years ago

jasonbosko commented 9 years ago

Goals scored can be skewed by how many games people get in the playoffs, especially with double elimination. Would be nice to see a breakdown of players' regular season vs playoff goals.

jtmille3 commented 9 years ago

Can you create a pull request?

pip8786 commented 9 years ago

I've created the views that will provide the data for this feature.

JackOfManyTrades commented 5 years ago

Is this in reference to the Alltime Statistics or the Season Statistics? Issue #15 covers the Alltime stats but I wasn't sure if this issue was meant for the Season Statistics. We could do this for Season stats if desired.

pip8786 commented 5 years ago

I think it would be useful to have on the season stats, we have room next to the names to have 3 columns there (Overall, RS, Playoffs).

JackOfManyTrades commented 5 years ago

Implemented in playerstats branch and merged into master in pull request https://github.com/jtmille3/Comp/pull/37