Tournament Status
Rational
Keeping the Robot matches running according to the schedule is important because
- match schedules are often interleaved with other activities such as Judging sessions
- teams need to know when to get to the queuing area. Field queuers need to know when to call teams. If matches are not running on time then they can't know when to be ready
- Tournament organizers have other time constraints too, and will want competitions to finish on time.
A display driven by the Schedule and Timer Module will help the Robot Competition Area (RCA) manager, the MCs, the Head Ref and the Head Queuer keep the matches on time.
You can read more here
Techincal details
This module is a web
module (see the Module Standard). It runs on react-js.
Development
- Fork this repository or create your own branch here
- make some changes
- create a Pull Request
- Wait for a CR from the code owner
- make sure everything is well
- merge
To run in development
- Run
yarn install
first - Run
yarn start
to run thewebpack-dev-server
To Publish to NPM
To publish the package run command yarn publish
.
A few things to notice while developing:
- Use
yarn
notnpm
- Follow javascript standard as described here
- Keep the service lightweight
- Follow the API of the other modules.
- Be creative and have fun