bradykey / softball-reference-ui

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

Refactor Home component into StatLineTable #1

Closed bradykey closed 2 years ago

bradykey commented 2 years ago

This StatLineTable will be used for both individual games and summary stat lines for each TeamLeague/season. I also need to add a summary row at the bottom that shows the aggregate of the team for the passed in data.

bradykey commented 2 years ago

Created a StatLineTable and moved the table code there.

I'm now using the Table code in a SummaryStatLine view that routes to teamleagues/:id. Individual games can route off that url with teamleagues/:id/games or an individual /games/:id.