rtv icon indicating copy to clipboard operation
rtv copied to clipboard

Sorting

Open geirawsm opened this issue 8 years ago • 3 comments

After pressing s ("Show subscribed subreddits"), it would be cool if one could sort the subscribed subreddits, with kind of like the same view when reading submissions or comments ("hot", "top", "rising" and so forth).

geirawsm avatar Jan 17 '18 12:01 geirawsm

Nice idea, but I don't think that any of those categories (top, rising, etc) apply to subscriptions. From the api endpoint, https://www.reddit.com/dev/api/#GET_subreddits_mine_{where}, it's not clear that you can request a certain "order" for the results

michael-lazar avatar Jan 19 '18 17:01 michael-lazar

How about getting the subreddits, iterating them and then making sorting possible? Only alphabetically for my part.

geirawsm avatar Jan 20 '18 17:01 geirawsm

Yes I think we could do alphabetical sorting, that should be a very simple change

michael-lazar avatar Jan 21 '18 20:01 michael-lazar