-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Description
Feature Description
When you visit the /issues page you can sort by mostly times or votes but to me it would be great if I could sort by repository.
An alternative solution would be a way to "group by repository" where it would render the list the same way based on your sort criteria but put them in groups (though this might be tricky if you have a lot of pages, maybe then you'd have to first query only the repository as unique values and then perform a second query for each repository to get the results wanted).
The use case to me would be when I am trying to just pick issues to work on and I have some repositories that I care more about than others, it would be easier to just mentally skip over a group in the result than individual issues.
Thanks for a great forge!
Screenshots
No response