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 box score to the game pages #42

Open albertlyu opened 10 years ago

albertlyu commented 10 years ago

Add box score to the game pages. Pull all the data from player_games for a particular game_id. I believe we can use the boolean 'starter' to show the starters first, then rank by minutes I suppose.