-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rated Point Sum のバグ #1464
Comments
このissue(#1429)の問題がフロントエンドでも起きているようです。コンテストがAlgo Ratedかを判定する条件が変更され、バックエンド側のコードが更新された(#1439)のですが、フロントエンド側にあった同様の処理が漏れてしまったようです。これを修正したらとりあえず解決できそうです。
AchievementのタブでRated Point Sumを取得する処理では、 AtCoderProblems/atcoder-problems-frontend/src/pages/UserPage/AchievementBlock/index.tsx Lines 77 to 97 in 37e6478
これとは別に、この部分でバックエンドからRated Point Sumの順位を取得しています。レスポンスにはRated Point Sumが含まれるので、こっちを使うようにしても良いかもしれません。 AtCoderProblems/atcoder-problems-frontend/src/pages/UserPage/AchievementBlock/index.tsx Lines 98 to 99 in 37e6478
AtCoderProblems/atcoder-problems-backend/src/server/ranking/rated_point_sum.rs Lines 32 to 55 in 37e6478
|
僕のプロフィールのRated Point Sumの値がとても大きな値(現在1509389050)になっています。Rated Point Rankingは正常なようです。
The text was updated successfully, but these errors were encountered: