betterbearmetalcode / Scouting-Server

Data manipulation and processing tool for 2046 Bear Metal's FRC Scouting System
https://tahomarobotics.org/
0 stars 0 forks source link

get rid of qr strings #47

Closed X-man34 closed 4 months ago

X-man34 commented 4 months ago

//for future years migrate to a new type of data transfer which has the column name attached to each data point //this will make compatibility and extension of what is colleted simpler

instead of having a qr string, replace it with a json object for which all the keys are the sql columns and the values are the values this will eliminate much difficulty with adding new datatypes and enable backwards compatibility to be actually not scuffed as heck

X-man34 commented 4 months ago

More detailed issue made