Challenge Overview
Currently, when using MPSQAS client to create/view problems Single Round Matches (SRMs) and Marathon Matches (MMs), there is a Round Type dropdown list to choose from for each problem.
This option is mainly used to determine which group of backend compilers and testers to choose from for compilation and testing.
Currently, the list is hard-coded for Individual Problems and Long Problems. This makes it a wired state that if we want to support more specific groups of processors (compiler and tester), we have to update the code and build the new MPSQAS client tool for each time.
For this time, we'd like to get rid of it by using a more flexible way to manage the round type list. the round type list will be managed inside the TopCoder Informix Database. So we can easily add new one in the future.
Please see detail requirements in wiki
Final Submission Guidelines
Please see detail requirements in wiki