jomarin38 / F3FChrono

Race managment system for F3F competition
GNU General Public License v3.0
2 stars 2 forks source link

Starting competitor #52

Closed sdaviet closed 4 years ago

sdaviet commented 4 years ago

adding a numeric control in the contest data to choose which competitor start the run.

jomarin38 commented 4 years ago

Yes you are right, it is clearly needed :-). We could also add a button to affect it randomly and start the round.

sdaviet commented 4 years ago

sql commands : ALTER TABLE f3f_chrono.event ADD COLUMN bib_start INT NULL DEFAULT 0 AFTER max_interruption_time, ADD COLUMN flights_before_refly INT NULL DEFAULT 5 AFTER bib_start;

sdaviet commented 4 years ago

sql commands ALTER TABLE f3f_chrono.event ADD COLUMN dayduration INT NULL DEFAULT 1 AFTER flights_before_refly;