PeterJCLaw / srcomp-cli

Command line tools for interacting with the state of the Student Robotics Competition
https://github.com/PeterJCLaw/srcomp/wiki
0 stars 2 forks source link

Extend the `summary` command with match timings #27

Open PeterJCLaw opened 1 year ago

PeterJCLaw commented 1 year ago

In particular it could be useful to have it print out the timings of the scheduled periods plus the actual times at which the matches in those periods start and finish. This is likely to be useful when exploring scheduling changes.

Potentially of interest to https://github.com/srobo/tasks/issues/1190

It miiight make sense for this to be a separate command, bear that in mind when implementing this.