Open nickkolok opened 6 years ago
This is doable, but implementing it in a flexible way (twice per fight, per tournament, etc...) might require some work. A lighter option could be to simply display on the team page which participant has already taken the floor - it is then up to the chairman to make sure that some participants do not take the floor too often, with the help. This is slightly less convenient, though.
(splitting #32) Rules state that one participant can not take the floor more than two times during the same fight. In some other tournaments the restriction is stronger. It can be 'once a fight' or even 'not more than three times during all the tournament' (these restrictions are useful in preliminary tournament stages, like Voronezh Christmas Tree Tournament, which are hold more for gathering experience than for challenging; usually there is shorter problem list of 10-12 ones). So, forbidden participants - if there are some - should be listed as well as forbidden problems are listed now. The default restriction is 'not more than twice during a fight'. And it could be implemented without #53, but in that case implementing #53 will cause changes in code implementing this feature.