4201VitruvianBots / ScoutingApp2023

Development of Team 4201's Scouting Application
https://4201VitruvianBots.github.io/ScoutingApp2023
6 stars 2 forks source link

Color some cells in the team data field based on how good/bad the values are #214

Closed JosiahFu closed 1 year ago

JosiahFu commented 1 year ago

We could make a simple javascript function that generates colors for us based on inputs. For example, 0 = red, 50 = green, and fill in colors in between. Using this function, we could color the background of certain cells in the match data table (such as the avg teleop and auton points boxes from a previous issue) to easily see whether the value is good or bad.

Data science is all about making data easy to read and understand as fast as possible - applying this as conditional formatting can make it very clear, very fast how good each team is. This would look like normal conditional formatting, similar to this:

Image

Currently waiting for #282 -(3/26/23)

CrisantoCarrillo commented 1 year ago

Until the back end issue I created is completed, I will make it a temporarily hard coded range