Surya1231's blog

By Surya1231, history, 4 years ago, In English

With reference to my previous blog : All Div 3, Div 2, Educational Round links

Thank you for the huge response from your side on my previous blog. I feel that this kind of portal is really needed for everyone to keep track of our progress. My intentions were to develop a simple webpage that displays the list of category wise contests on codeforces, So I used simple HTML, CSS, and Javascript to develop the portal. Later I feel (also requested by many users) to integrate many new features like fetching user info, catching, etc. I tried to implement some of this but the website was not that much scalable to handle all the things.

So, now I restarted the project in React.js to implement all the features. I have tried to improved UI and make websites upgradable to new features in the future. Now fetching multiple users together is possible, new categories added.

Web-Portal : https://contestmania.web.app/

Github Repo : https://github.com/Surya1231/ContestMania

Note: The website is in the development phase, I am still working on many new features to implement. If anyone wishes to contribute can visit Github repo.

Update: Included the problems and upcoming sections also.

If you want to request any features or give feedback, please comment the same on this blog.

  • Vote: I like it
  • +35
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Surya1231 (previous revision, new revision, compare).

»
4 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Great platform and improvements! Thanks a lot!
I have a request (I don't know if it's possible to integrate or not) about filtering problems. An example can be filtering div.2 Ds unsolved by the user which have a rating >=1900 and have the tag of "constructive algorithms".
Also, I use kenkoooo for Atcoder and it can distinguish problems that I solved "during" the contest, that too with timestamps! So, if anything can be done in that regard will also be great.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

This is really cool , looking for more cool and upgrading features

»
4 years ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

Nice stuff, added to my bookmarks, here is two bugs I found, take a look at them Surya1231 :

  1. If I solve a problem in a div2 round, which is based on a technocup, then it doesn't count as a solved problem when checking technocups, for example I've solved some problems in a div2 round based on technocup elemination round 2, but they're tagged as Unsolved. (same also happens everywhere)

  2. "Report An Issue" button doesn't work.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Yes they will be working soon. This is just in developing phase

»
4 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

It is a great tool, but codechef and leetcode section are not working. Please add atcoder and topcoder also if possible.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Surya1231 (previous revision, new revision, compare).