In Yandex Contest, each user has a login and a name. The latter one has to be specified manually.
In the archive with submissions, name is used to create a folder with user's solutions.
Sometimes names are not specified and then login is used as a name. Since usually TAs don't have access to changing users globally, this poses a problem: the program cannot match login to a name.
The suggestion is to implement some mechanism for specifying login-name pairs in config so the submissions could be processed automatically.
In Yandex Contest, each user has a
loginand aname. The latter one has to be specified manually.In the archive with submissions,
nameis used to create a folder with user's solutions.Sometimes names are not specified and then
loginis used as aname. Since usually TAs don't have access to changing users globally, this poses a problem: the program cannot matchloginto a name.The suggestion is to implement some mechanism for specifying login-name pairs in config so the submissions could be processed automatically.