searleser97 / cpbooster

Competitive Programming Booster
GNU General Public License v3.0
144 stars 30 forks source link

Group contests based on online judge #99

Closed MohamedIrfanAM closed 2 months ago

MohamedIrfanAM commented 8 months ago

Enhancement #95 When sortBasedOnOnlineJudge config option is set to true, contests are sorted bases on the online Judges Example CodeforcesCodeforcesRound360Div.2 -> Codeforces/CodeforcesRound360Div.2 AtCoderAtCoderRegularContest167 -> AtCoder/AtCoderRegularContest167

searleser97 commented 8 months ago

From what I understand we are not sorting anything here, we are instead grouping right? So I would suggest to change the flag name to something more representative like: groupContestsByJudge or useJudgeFolders or anything else that represents this feature better

Thanks for this contribution and for the decision of adding it as an opt-in and not default behavior.

MohamedIrfanAM commented 8 months ago

I agree groupContestsByJudge is more suitable name