albertlyu / shot-charts-site

A Rails web application for visualizing NCAA men's basketball play-by-play shot location data
MIT License
3 stars 1 forks source link

Enhance shot statistics tables for player, draft pages #51

Open albertlyu opened 10 years ago

albertlyu commented 10 years ago

Now that we have a ton of shot distribution and shot percentage stats by zone, shot type, etc. let's enhance the shot stats pages even further, perhaps splitting the _player_shot_stats.html.erb partial view into several different views. There are three main buckets of shots stats I can think of at the moment: 1) shot distribution by zone, 2) shot percentages by zone, 3) shot distribution and shot percentages by shot type.

Some of these stats are better off represented by bar charts from #47. Let's work this tables issue in collaboration with the visualization issue in order to further enhance the visualizations and add more insightful data on individual player pages.