Based on the Firbase Database, I have made a website, and ios app that communicate with each other to scout frc teams during competitions. In frc our team needs to know how each team can perform, and how consistent they are at performing. To do th…
Based on the Firbase Database, I have made a website, and ios app that communicate with each other to scout frc teams during competitions. In frc our team needs to know how each team can perform, and how consistent they are at performing. To do this, invidivdual scores are kept, and how they contributed to the match. This is so their rank, based on match score isn’t biased by their teammates.
Some restraints include it has to work in the conditions offline, as no internet is allowed at competitions to not disturb robot radios, and making it easy to use so new scouters won’t have trouble understanding it so that the data is good.
To make it future proofed, so people like me don’t have to rely on anyone teaching it to them, its planned to be easily scalable and with good documentation.
Used ChatGPT for learning sytax with firebase integration. Used CoPilot, for learning react/javascript syntax.