-
Notifications
You must be signed in to change notification settings - Fork 20
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
Give user ability to choose how items are sorted. #136
Comments
|
More & more convinced we should ditch the current nav paradigm and do the table-style like keystone. I think it would simplify the pagination stuff a fair bit and make the UI for how to sort on different fields much clearer. |
It would. If you want to go that way for sure, say the word and I'll stop fiddling with this wonky pagination style I got goin here. |
So the last question isn't left dangling, the new listing page does not provide sort_by functionality. Everything is sorted by Implementing sort_by on timestamp data should be somewhat easy. Providing sort by on alphabetical data will be trickier and probably require a separate or bifurcated |
Sort by options:
Although I realize this is going to wreak havoc on the pagination stuff I'm currently working on, and bloat the hell out of it.
The text was updated successfully, but these errors were encountered: