mozilla / addon-compatibility-reporter

Add-on Compatibility Reporter (Redux)
https://wiki.mozilla.org/AMO:Projects/ACR
17 stars 12 forks source link

should have a user-friendly way to make a positive report #64

Open justdave opened 8 years ago

justdave commented 8 years ago

Use case: Add-on is reported to be not compatible with e10s, but it seems to work just fine. Want to report that to the developer but the "Report issue" button flags it as "Compatibility Problems" once you submit a report. Pretty sure the underlying mechanism can still be the same, just need a green check with "feedback submitted" or something like that after using it instead of "Compatibility Problems" if you reported something good instead of something broken.

wagnerand commented 8 years ago

I did not write the original code for this, so I can only make some assumptions here.

First, there is the toolbar button where you can send either success or problem reports for all your installed add-ons at once. Second, if you identified a particular broken add-on you'd want to send a report only for that. That's when you would use the add-on manager.

For sent reports, we could always add a Feedback submitted label, but how would you report an issue you found after submitting a positive report?