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

Add limited shot location count to shots tables and charts #36

Open albertlyu opened 10 years ago

albertlyu commented 10 years ago

Add an asterisk or footnote to each shot stats table mentioning that limited shot location is available. Or add a count to show how many shots have shot location available out of total shots taken by the player.

albertlyu commented 10 years ago

I think for this, we should just show a count(shots with shots locations) / count(shots) or something in one of the corners to the side. Should be pretty simple. If we want to get really fancy, we can add a simple jQuery knob. Or something. http://anthonyterrien.com/knob/ Edit: I think adding a jQuery knob is too much. Just a simple counter would be good for this.