UBC-MDS / f1-2021-analysis

A dashboard summarizing the Formula 1 2021 season results and highlights
https://eric1208.shinyapps.io/f1-2021-analysis/
MIT License
0 stars 4 forks source link

Implement team points plot #34

Closed erictsai1208 closed 1 year ago

erictsai1208 commented 1 year ago

Implements a part of #29

erictsai1208 commented 1 year ago

Notes:

  1. It appears that Tanmay accidentally deleted Julie's updated race table code when he was trying to fix merge conflicts. I've added the code that Julie wrote back in.
  2. Looks like we will need to figure out what to do for making the slider work when we switch tabs from drivers to teams. Currently, the app will on occasion crash due to both sliders in the tabs sharing the same ID. I think we will need to create separate race tables in each tab and just have some repeated code since adding the slider at the bottom will look very ugly (it will end up at the bottom of the page due to the way the page is set up currently).
tanmayag97 commented 1 year ago

Thank you @erictsai1208, apart from the slider issue everything appears to be in place

tanmayag97 commented 1 year ago

Maybe create an issue in github for that