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

Detailed Team Schedule #1181

Closed jeanniebadger closed 6 months ago

jeanniebadger commented 6 months ago

The Scheduler generates a Detailed Team Schedule - similar to what is on the pit sign

It would be nice to have this in the Admin section of the software so if a Pit sign is lost or Head Judge needs to quick look up the team schedule and not have to rely on HTK crazy looking schedule

Note - this is from the Non-Advancing so it has a 5th Performance run

Capitol Hill Non-Advancing 3-23-24-team-schedules.pdf

Tasks:

jpschewe commented 6 months ago

I'll need to add a link to something that calls "ScheduleWriter.outputTeamSchedules(this, params, pdfFos)"

jpschewe commented 6 months ago

The challenge here is that the schedule parameters are required to call this method and those are not currently stored in the database.