jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Pit signs #1134

Closed jpschewe closed 5 months ago

jpschewe commented 10 months ago

Create pit signs automatically as PDF files. To handle this we need to add support for specifying waves in the schedule. Add the tournament name to the sign. Need to be able to edit the various text sections on the web.

Example file is here Pits Signs2023.docx

jpschewe commented 6 months ago

2 examples of populated pit signs from Jeannie are here. The text below the 5 minute warning needs to be able to be modified as well as the text at the bottom about the twitch stream. The runs can be labeled "Practice", "Run 1", ... I don't need to call out "Fun Run" specifically, the text above can be modified to specify that.

Alexandria12-16-23 PitSigns.pdf Otsego Non-Advancing Pit Signs 1.pdf

jpschewe commented 6 months ago

Add wave support

Is there a way to have TeamScheduleInfo reference TournamentTeam? One might get confused when they change the team attributes on TeamScheduleInfo and save the schedule and the changes don't take place. That or can those fields be made read-only on TeamScheduleInfo?