toolbox-team / reddit-moderator-toolbox-legacy

LEGACY VERSION do not use
http://www.reddit.com/r/toolbox
Apache License 2.0
66 stars 40 forks source link

Sort comments in queue by thread #799

Closed creesch closed 6 years ago

creesch commented 7 years ago

Sometimes you have one of those days that one thread is causing a lot of issues, it occured to me it would be nice if we can sort all comments and such from that thread so they are together.

creesch commented 7 years ago

Or possibly not sorting but grouping by thread, leaving how it is sorted intact.

eritbh commented 7 years ago

So this could basically take each comment, put them into groups, and then sort the groups by the newest comment in each group. That would mean the most recently active (report-wise, anyway) threads are on top.

I like the concept of sorting by thread a lot, actually.

eritbh commented 7 years ago

Gonna start mocking this up locally if I find time this weekend.

creesch commented 7 years ago

Alright, curious what you'll come up with. Don't commit it to master though, I really want to wrap up 3.6 soon

eritbh commented 7 years ago

Forked the repo, I'll PR my branch when it's serviceable.

eritbh commented 6 years ago

This was added with #806 and made to work with dynamic sorts in 4d9ef8bec0c4b9f4ad220a8c3057d8f2fe92b9a3, and given this repo is in maintenance mode I don't see a reason to keep it open further.