Блог пользователя ahm.kam_92

Автор ahm.kam_92, 13 лет назад, По-английски
I hope codeforces can provide country filtering in the scoreboard and also in Rankings Page.
That would be great and appreciated!

Thanks.
  • Проголосовать: нравится
  • +14
  • Проголосовать: не нравится

13 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится
Yes, I really agree with this concept !!!
13 лет назад, # |
  Проголосовать: нравится +12 Проголосовать: не нравится
Well, I'm developing a tools website for Codeforces, and I wanted to add the feature you mentioned.
But I had few problems:
1- It's optional for the user to write his country. (It should be mandatory)
2- The user will write the country in text box, then we can see two different countries "USA" and "United States of America". (It should be drop down list)
3- In each profile below the username, there is this string "FirstName LastName, Country, City". And any of these could be missing, so it may be "Country, City" or "FirstName LastName, Country". So I can't easily detect what is the country. (The country should be a constant field below the rating and contribution)

These are my suggestions.