wscullen / scoreboard

0 stars 1 forks source link

Add more than 2 teams #6

Open wscullen opened 2 weeks ago

wscullen commented 2 weeks ago

Add the functionality to display more than 2 teams.

AC

  1. Team color, team name, and team positioning should be controlled via settings menu. Team name and color would be a draggable list item, that can be positioned via drag and drop.
  2. Up to 9 teams should be supported
  3. Layout for more than 2 teams should follow this pattern: 3 (same as 2), 4 (quartered), 5 (same as 3 on top, same as 2 on bottom), 6 (sixths), 7 (same as 3 on top, same as 2 in middle, same as 2 on bottom), 8 (same as 3 on top, same as 3 on middle, same as 2 on bottom), 9 (ninths)
  4. Team name should be displayed above (-) minus button, team name should be maximum of 50 characters.

Dev note: Refactor scoreboard team component to be composable and customizable (+/- buttons and score display) into a discrete component.