bradykey / softball-reference-ui

Vue.js Front-end to the Softball Reference Web Application
0 stars 0 forks source link

Define Routes for the application with some navigation #4

Closed bradykey closed 2 years ago

bradykey commented 2 years ago

I'd like to have /teams/:teamName be the main route for our app. This would take us to something like a TeamLeagueSummaryView which would contain a dropdown that would be defaulted to the latest TeamLeague association record and load the StatLineTable for that default TeamLeague. Underneath that there would be the StatLineTable for all the game summaries for that TeamLeague. Then, if they select one of the Games, it can hyperlink to a new /games/:id route that takes us to a new GameView component.

bradykey commented 2 years ago

First part of this is done.

bradykey commented 2 years ago

2nd part is done.