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

Add bugs from Mobile (iOS) #121

Closed aaronraimist closed 9 years ago

aaronraimist commented 9 years ago

Add bugs from Firefox for iOS

https://bugzilla.mozilla.org/describecomponents.cgi?product=Firefox%20for%20iOS

jdm commented 9 years ago

Want to make a pull request? It just requires adding a new entry to the list in index.html and adding a corresponding JS call in magic.js that specifies the product to query.

aaronraimist commented 9 years ago

This is what I have so far but it does not really work. Only one result is displayed. Do you know what I am doing wrong?

https://github.com/aaronraimist/bugsahoy/commit/ef12f2c0987cfe5499c429fca56534f3cdcb5ca3

screen shot 2014-12-22 at 1 26 56 pm

jdm commented 9 years ago

It only finds bugs that have a mentor associated with them. According to https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&list_id=11761170&o1=isnotempty&resolution=---&query_format=advanced&product=Firefox%20for%20iOS there's only one result expected right now.

aaronraimist commented 9 years ago

So it is working correctly then?

jdm commented 9 years ago

Looks like it to me!