jdm / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.
http://www.joshmatthews.net/bugsahoy/
69 stars 95 forks source link

Check "unowned" by default #96

Closed pandark closed 10 years ago

pandark commented 10 years ago

The first goal of Bugs Ahoy is, I think, to help contributors find bugs to solve. If so, it would make sens to search for unowned bug by default. I don't know the best way to do so: checking the box, changing the value, or both. This is why I didn't make a pull request (yet ? :wink:).

jdm commented 10 years ago

I guess we could flip the checkbox state and make "Bugs with owners" unchecked by default.

jdm commented 10 years ago

Actually that doesn't make sense, since that isn't filtering the results. It should probably just be checked by default.

pandark commented 10 years ago

I thought it would be harder than "just" checking the checkbox, but it is apparently not :smile: There may be a more elegant way, though.

jdm commented 10 years ago

I just remembered one reason I've avoided doing this - checking the box triggers a search for all mentored bugs with no assignee, which can be relatively slow. It's probably worth measuring the difference before merging this :<

jdm commented 10 years ago

For example, checking the box after the first load took me 26s before any results appeared. That's not going to be a good first impression.