You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some shuffleboard games have the player change color after a certain number of frames, typically half. The Game model currently doesn't support this.
Tasks:
Discuss plan on this issue to determine best way to represent data (current model has "yellow_team" and "black_team", how should the frames field work, etc)
Add field to database to track when a color change happens
Update tests to check that this is handled correctly
Update Model to account for the change
Ensure all game overlay views work with new functionality
The text was updated successfully, but these errors were encountered:
Some shuffleboard games have the player change color after a certain number of frames, typically half. The Game model currently doesn't support this.
Tasks:
The text was updated successfully, but these errors were encountered: