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 a team navigator to the home page #40

Open albertlyu opened 10 years ago

albertlyu commented 10 years ago

Instead of showing all Division I teams on the home page, add a team navigator similar to what we see at www.BaseballMod.com. Show the 'high major' conferences, and allow the end-user to select a conference, then select a team, then select a player, and move back and forth between the views before choosing a player. We shouldn't have to force the end-user to go through the team page to get to a player that they want to see the player page of.

Could use animate.css (#37) for this. But the transition from conferences to teams to players on click would have to use jQuery or something, since BaseballMod.com's AngularJS framework allowed the properties ng-click, ng-show, ng-hide, etc. We'd have to find an alternative in our Rails framework.