-
Notifications
You must be signed in to change notification settings - Fork 0
Rewrite the MatchList class to use arrays #1
Copy link
Copy link
Open
Labels
Milestone
Description
MatchList currently uses Table objects to manage the list of matches. This is fine for loading and saving static data but gets in the way if you try to do anything more dynamic (especially if you want to modify data across multiple rows).
Rewriting the class to use arrays would make it easier to implement features that require significant modification off cells in the list such as scoring and on-the-fly addition/removal of teams.
Reactions are currently unavailable