crucible icon indicating copy to clipboard operation
crucible copied to clipboard

Give user ability to choose how items are sorted.

Open ctcleary opened this issue 8 years ago • 6 comments

Sort by options:

  • title
  • created_at
  • updated_at
  • published_at
  • unpublished_at

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.

ctcleary avatar Sep 01 '16 19:09 ctcleary

published_at/unpublished_at etc could be filters as well.

kevinkace avatar Sep 01 '16 20:09 kevinkace

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.

tivac avatar Sep 01 '16 21:09 tivac

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.

ctcleary avatar Sep 01 '16 21:09 ctcleary

make it so

tivac avatar Sep 02 '16 05:09 tivac

Does #139 cover this one as well @ctcleary?

tivac avatar Sep 16 '16 19:09 tivac

So the last question isn't left dangling, the new listing page does not provide sort_by functionality. Everything is sorted by updated_at.

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 PageState

ctcleary avatar Oct 28 '16 16:10 ctcleary