-
Notifications
You must be signed in to change notification settings - Fork 10
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
検索バーから検索した並びがわかりにくい #186
Comments
すべての課題を最新順にして統一すれば問題ないと思います。 |
最新順というのがいろんな意味がありまして
- 作られた順
- コメントがあった順
- 課題自体に更新のあった順
- 参加者が増えた/減った順
などなど、ありまして、中の実装知ってるとわかるけど一見なんの順かわからないってのが多くなっちゃってます。
2016年12月31日(土) 20:13 takashi torige <[email protected]>:
… すべての課題を最新順にして統一すれば問題ないと思います。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABgjoYoi-MdCMY5-IjYq_9LXyeogRPQgks5rNjjagaJpZM4LDxwx>
.
|
かならずしも何順かは明示する必要はないとおもいますが、少なくとも古い順はあんまり意味がないと思うので新しいから古い、もし、最新順をある程度統一するとすれば以下のようなものはいかがでしょう。 最新の課題 話題になっている課題 自分のスキルとマッチする課題 全ての課題 |
ページング(もしくはajaxで無限スクロール) が対応できればソート順だけ気にすればあと nヶ月分というのは気にしなくていいのでそんな感じでやります。
2016年12月31日(土) 20:48 takashi torige <[email protected]>:
…
かならずしも何順かは明示する必要はないとおもいますが、少なくとも古い順はあんまり意味がないと思うので新しいから古い、もし、最新順をある程度統一するとすれば以下のようなものはいかがでしょう。
最新の課題
→課題自体に更新のあった順
ただし、nヶ月まで
話題になっている課題
→コメントがあった順
ただし、nヶ月まで
自分のスキルとマッチする課題
→コメントがあった順
ただし、自分のスキルとマッチするもの
全ての課題
→作られた順(新しい物から降順)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABgjoRVflya_DPZS3LlyLwUsxxWeWvSlks5rNkECgaJpZM4LDxwx>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最新の課題→最新順
すべての課題→古い順
わからん。どこかに明示する & 並び替えられるようにする。
The text was updated successfully, but these errors were encountered: