snowdriftcoop / snowdrift

Infrastructure for Snowdrift.coop. This is a MIRROR of https://gitlab.com/snowdrift/snowdrift. Your issue reports and merge requests are welcome, but they will be moved to gitlab.com. You are encouraged to start there instead!
https://snowdrift.coop
GNU Affero General Public License v3.0
92 stars 36 forks source link

Allow a user to click a tag to see all the issues that have that tag in the project. #327

Closed Happy0 closed 8 years ago

Happy0 commented 8 years ago

I wanted to allow snowdrift to support similar functionality to github's 'view issues by label' feature. For example: https://github.com/snowdriftcoop/snowdrift/labels/bug

Done

To do

wolftune commented 8 years ago

Although I like that the route is shorter, we already have this. See:

https://snowdrift.coop/p/snowdrift/t?_hasdata=&f1=newbie-friendly

FWIW, I don't like that awkwardly long URL… maybe there's a way to improve this. But this type of query means we support lots of combinations such as:

https://snowdrift.coop/p/snowdrift/t?_hasdata=&f1=newbie-friendly+AND+bug&f2=2016+-+MODIFIED+TIME

f1 is filtering and f2 is sorting, I think… all this needs way better UI.

I know that you chatted with @jazzyeagle about how he's already working on some of this. Getting this stuff improved is indeed a high priority to make the system more friendly to volunteers.

wolftune commented 8 years ago

So, while the effort is appreciated, and we definitely definitely need this, I'm not sure this particular PR should be considered. Probably it's just a good learning experience and we move on to focusing on integrating better UI with the existing functionality.

Happy0 commented 8 years ago

Fair enough!

chreekat commented 8 years ago

Since you took the time to do this, I wanted to go through and give some feedback anyway. :) Just gonna add a few inline notes...

chreekat commented 8 years ago

Hope that helps! Thanks again!

Happy0 commented 8 years ago

Thanks for the comments, chreekat :D