cms
cms copied to clipboard
Contest Management System
As outlined in many points (mainly in the documentation for RWS) there's no way for CMS to update or delete the data on RWS other than (deleting it on RWS...
If I try to add bootstrap.css, as one would expect, the style of the RWS page breaks. I'm not sure how to solve this (using normalize.css like bootstrap does? prefixing...
At the moment when the Worker (i.e. the `cmsWorker` process) is killed (by Ctrl+C, by RS, etc.), the actual working (where compilation and evaluation happen) thread could remain alive. This...
ResourceService checks the state of launched services and servers by comparing all running processes' command lines against the `process_cmdline` provided in the configuration. This is not a very nice interface,...
If I start the services as cmsuser in my home directory (which obviously isn't accessible to cmsuser) everything works for all services except ResourceService. I get this error: ``` luca@luca-thinkpad...
At the moment many services require a contest ID as a command line argument. I think that their use of this ID is very limited (except in some cases like...
The format imported by YamlImporter is a blend of old conventions used in the Italian old contest system and a lot of different untidy updates. It requires a complete redefinition,...
A signed int on 32 bit allows to store the amount of bytes used by a program up to about 2.1GB. In some (very rare) cases this may not be...
This means: - sadly add another boolean field in the participation table to mark contestants as unofficial - send this info to RWS - add a checkbox to the scoreboard...
The usecase is to communicate something like "Results are official / not official yet". - Need to add a string somewhere in the UI. - Ability to set it in...