-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Add date filtering to browse/KEYWORD view #96
Comments
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. |
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.
The text was updated successfully, but these errors were encountered: