X Tutup
The Wayback Machine - https://web.archive.org/web/20200912013856/https://github.com/kenkoooo/AtCoderProblems/issues/786
Skip to content
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

Listビューのソートカラムをクエリパラメータで表現できるようになってほしい #786

Open
uechoco opened this issue Aug 30, 2020 · 0 comments

Comments

@uechoco
Copy link

@uechoco uechoco commented Aug 30, 2020

AtCoderProblemsのおかげで学習がとても捗っております。

表題の機能要望です。

私は特定のdifficulty(e.g. 茶色)の問題をdifficultyの小さい順に解くような学習方法を取っています。
例えば https://kenkoooo.com/atcoder/#/list/{userID}?fromDiff=500&toDiff=799 のようなURLを常用しております。

ところが、このURLを更新をしてしまうと、
Problem Listのソート順がリセットされてします。(おそらくDate降順で表示し直される?)
Difficultyの昇順になるようにカラムをクリックするのが少し手間です。
できれば、何度開き直してもDifficulty昇順で開けるようになっていてほしいです。

例えば、URLクエリパラメータに &sortBy={data-field}&sortOrder=asc というようなものをつけて、
そのパラメータでListビューのソートカラムの初期設定が決まり、描画されるような状態になっていると嬉しいです。

よろしくおねがいします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup