AtCoderProblems icon indicating copy to clipboard operation
AtCoderProblems copied to clipboard

Feature request: An option for excluding Japanese-only problems from the pie charts

Open rohan719 opened this issue 2 years ago • 3 comments

Hi kenkoooo,

First I'd like to say thank you for maintaining this web app. It would be much less fun and more tedious to go through Atcoder without it.

Can we have an option to limit the different pie chart pages to just the English problems? Right now if you don't speak japanese it is impossible to get to 100% on the pie charts :(

rohan719 avatar Nov 24 '22 04:11 rohan719

このissue取り組んでみたいです! 日本語だけの問題はABC041より前なので,problemModel.is_experimentalで判定できるでしょうか?この方針でよければListページのように切り替えられるButtonを実装する予定です. いかがでしょうか?

4tsakabe avatar Feb 18 '23 05:02 4tsakabe

@yotsutose rated かどうかが Contest に含まれていた気がするので、それを使うのが筋が良さそうです。

kenkoooo avatar Feb 21 '23 11:02 kenkoooo

src/utils/ContestClassifier.tsにisRatedContestにありました!使ってみます!

4tsakabe avatar Feb 24 '23 09:02 4tsakabe