ahm.kam_92's blog

By ahm.kam_92, 13 years ago, In English
I hope codeforces can provide country filtering in the scoreboard and also in Rankings Page.
That would be great and appreciated!

Thanks.
  • Vote: I like it
  • +14
  • Vote: I do not like it

13 years ago, # |
  Vote: I like it +5 Vote: I do not like it
Yes, I really agree with this concept !!!
13 years ago, # |
  Vote: I like it +12 Vote: I do not like it
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.