ClintStaley / PhysicsCompetition

0 stars 0 forks source link

Improve sbms branch of Redux store #6

Closed ClintStaley closed 3 years ago

ClintStaley commented 3 years ago

The sbms branch of the Redux store references only one Team. We might have several Teams, each on a different competition. Redesign sbms to be an array of Teams, indexed by team Id. Each entry maintains the current sbm and sbm history for the one competition for that Team.