-
-
Notifications
You must be signed in to change notification settings - Fork 336
[FEATURE] Randomize the order of the issues #400
Comments
The idea in general is good, I'm a bit worried that we can implement that, because the data is retrieved from the github api, and paginated, so even when randomizing them it will only be the ones that are returned per page by github |
What about ordering them on specific criteria? Does the Github API allow for this? |
Hello:)
|
I like this if we can implement an ascending and descending order for all criteria. Every contributor may be looking for something different. But again, not sure if this fits with the API |
We can use the built sort feature or create our own sorting function. This is the documentation here |
I think adding the filter function isn't the same thing as a random order (what this issue is about). The filter will also return a fixed set of issues, and not a random collection of them. Or am I missing something? |
Your correct, I thought he wanted to order in deferent orders.
And then call it somewhere in the api |
Description
Currently we are only seeing issues ordered by their date/time of creation.
Introducing some randomness here would serve as a great way to ensure all projects get visibility.
Additional information
We could perhaps introduce several criteria for ordering like oldest, newest, most stars on repo, latest activity, most comments, etc.
The text was updated successfully, but these errors were encountered: