ctf-gameserver icon indicating copy to clipboard operation
ctf-gameserver copied to clipboard

DB: Add table for ticks

Open F30 opened this issue 6 years ago • 1 comments

At the moment, we assume that actual start and end times for ticks are equal to the theoretical ones as computed from start time of the CTF and tick duration. Additionally, the current tick is stored in the "scoring_gamecontrol" table.

For improved error handling and better insights, it would be beneficial to have an extra table which stores the actual start and end time for each tick. All fields storing ticks, which are just integer values at the moment, should then be converted to Foreign Keys.

F30 avatar Apr 14 '19 17:04 F30

Would also help for #66.

F30 avatar Feb 27 '21 10:02 F30