srobo / tasks

Collects all the tasks which we want to work on.
https://github.com/srobo/tasks/issues
1 stars 0 forks source link

Setup the compstate for the SR2024 game #1265

Closed WillB97 closed 4 months ago

WillB97 commented 7 months ago

The competition software has state about the competition which is used to drive the matches, live displays of scores (etc.) both within the venue and on the website.

This task includes creating the initial state for the competition; see https://github.com/PeterJCLaw/srcomp/wiki/Competition-Preparation#create-a-compstate and https://github.com/search?q=topic%3Acompstate+org%3Asrobo&type=Repositories.

Alongside this, the format for the game data YAML files which record match outcomes and the script used to calculate the scores needs to be designed. There is guidance for how to do the former for SRComp at https://github.com/PeterJCLaw/srcomp/wiki/Competition-Preparation#configure-game-scoring See https://github.com/PeterJCLaw/srcomp/wiki/Competition-Preparation#implement-scorepy for details of the latter.

To complete the compstate we need to import the teams and schedule data. This may also need to be done again at the competition.

Required actions:

Original

comp/ops/compstate

### Dependencies
 - [ ] #1263
 - [ ] #1264
prophile commented 5 months ago

This is done right?

PeterJCLaw commented 5 months ago

The outstanding work here is the league match schedule which needs creating & importing.

PeterJCLaw commented 4 months ago

This happened.