SomeRandomGuys / fantasy_football_rails_app

A fantasy football application in Ruby on Rails, duh!
3 stars 1 forks source link

Remove shot_off_target/shots_on_target from match_player_stats #3

Open a2l2 opened 11 years ago

a2l2 commented 11 years ago

The associated whoscored key/values are quite tricky.

'shots_off_target': 'shot_off_target', 'shots_on_target': ... doesn't really exist. Its more a cumulation of a few stats. The closest I found was total_scoring_att which includes the goals that were scored by way of the shot..

Also (being lazy), how are we planning to factor in the points for shots on/off target? I suggest punting on this for now.

TRex1983 commented 11 years ago

Y your bugs be so stoopid? kidding... You don't have to use that stat if its not available. It's more work to take it out than to just leave it alone. The points per stat is a part of the whole scoring system...we still need to review that.

On Thu, Dec 6, 2012 at 11:29 PM, Zaphod Beeblebrox <notifications@github.com

wrote:

The associated whoscored key/values are quite tricky.

'shots_off_target': 'shot_off_target', 'shots_on_target': ... doesn't really exist. Its more a cumulation of a few stats. The closest I found was total_scoring_att which includes the goals that were scored by way of the shot..

Also (being lazy), how are we planning to factor in the points for shots on/off target? I suggest punting on this for now.

— Reply to this email directly or view it on GitHubhttps://github.com/SomeRandomGuys/fantasy_football_rails_app/issues/3.