favesound-redux
favesound-redux copied to clipboard
Add date filtering to browse/KEYWORD view
SoundCloud's default sorting algorithm, as well as sorting by plays/likes/reposts heavily favor old tracks (since they had a lot of time to gain popularity). For example, the first track on the main favesound page is four years old!
It would be great to have the option to filter by date, like SoundCloud allows ("past year", "past month" and so forth).
This isn't an issue when logging in, because the home feed is sorted by date by default.
Hey @rwieruch , can you assign me to this?
Sure. Looking forward to your implementation :)
@rwieruch I went ahead and implemented the data sorting. Currently, we can sort by last "6 months", "a year", or "older than that". We can always add more options to it which fits our data best. Did not include "Past Month" because there is very less or almost no tracks for that filter. Currently, it looks like this. Also, the sort functions only works for first set of activities we see. We will have to scroll through entire data for it to work for all. Any way of improving this? Please suggest.
@rwieruch Created PR #127