FIRSTTeam102 / scoutradioz

Scoutradioz, a multi-team FRC scouting app developed by The Gearheads. Designed for and running on Amazon Web Services.
https://scoutradioz.com
Other
25 stars 8 forks source link

Replace the team_key field in an org with JUST team_keys #236

Open JL102 opened 3 months ago

JL102 commented 3 months ago

It's a pain in the butt to have two fields, team_key and team_keys, and checking for the existence of either in every spot where it's necessary. The code would be much simpler to just have team_keys, and require that the array have a length of at least 1.