mbashem / cftracker

https://cftracker.netlify.app/
MIT License
34 stars 15 forks source link

ProblemPage should support SortBy ID field #142

Open sandywadhwa opened 2 weeks ago

sandywadhwa commented 2 weeks ago

UseCase: A user who wants to solve problems of a praticular rating level by selecting filters on rating but he wants to solve them in order of MOST RECENT CONTEST FIRST requires problems to be sored by CONTEST ID (this is default in codeforces as well).

Having this feature in CFTracker will make it more useful for end users as this need gets served easily with this option enabled.

mbashem commented 1 week ago

Thanks for the suggestion. I will try to implement it.