Confirmed users
933
edits
(update status) |
|||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{ | {{FeatureStatus | ||
|Feature name=Provide a standalone feedback button | |||
|Feature stage=Planning | |||
|Feature status note=Patch Incoming | |||
}} | |||
{{FeatureTeam | |||
|Feature product manager=Asa Dotzler | |||
|Feature feature manager=Aakash Desai | |||
|Feature lead engineer=Jono Xia | |||
| | |Feature qa lead=Vlad Ghetiu (irc: vladg) | ||
| | }} | ||
| | {{FeaturePageBody | ||
|Feature open issues and risks=* The code in Test Pilot currently looks at ''every'' loaded URL to see whether or not it's an Input website where data is to be filled in. This may be a performance issue, so we should test its impact and replace it with something more efficient if needed. | |||
| | * If the user has manually placed the Feedback button, should that preference override the channel setting? (I.e. the customization remains even if you switch channels?) | ||
|Feature overview=The Feedback button (which is currently added to the toolbar in the Firefox aurora/beta branches by the bundled Test Pilot add-on) will be moved into Firefox where it becomes part of the default Toolbar Customization panel. | |||
== | |||
The Feedback button (which is currently added to the toolbar in the Firefox aurora/beta branches by the bundled Test Pilot add-on) will be moved into Firefox where it becomes part of the default Toolbar Customization panel. | |||
It will need to be added to the toolbar by default on Nightly, Aurora and Beta builds. On Release builds it would not be added by default but the user could choose to add it through the Customization panel. | It will need to be added to the toolbar by default on Nightly, Aurora and Beta builds. On Release builds it would not be added by default but the user could choose to add it through the Customization panel. | ||
Line 22: | Line 19: | ||
The button holds a drop-down menu containing two items, "Firefox made me happy because..." and "Firefox made me sad because...", both of which go to the Input website and pre-fill some fields. | The button holds a drop-down menu containing two items, "Firefox made me happy because..." and "Firefox made me sad because...", both of which go to the Input website and pre-fill some fields. | ||
= | <table class="fullwidth-table"> | ||
<tr> | |||
<td style="background-color: #efefef;">Menu Item</td> | |||
<td style="background-color: #efefef;">URL</td> | |||
</tr> | |||
<tr> | |||
<td>Firefox made me happy because...</td> | |||
<td>http://input.mozilla.com/happy</td> | |||
</tr> | |||
= | <tr> | ||
<td>Firefox made me sad because...</td> | |||
<td>http://input.mozilla.com/sad</td> | |||
</tr> | |||
</table> | |||
'''Ride-Along''' | |||
The URL attached to the "Submit Feedback..." menu item in the Help Menu is [http://mxr.mozilla.org/mozilla-central/source/browser/base/content/utilityOverlay.js#471 hard-coded into the codebase], it'd be good to change it into a pref for testing purposes. | |||
'''Externalities''' | '''Externalities''' | ||
Line 60: | Line 43: | ||
#* "Firefox made me happy because..." | #* "Firefox made me happy because..." | ||
#* "Firefox made me sad because..." | #* "Firefox made me sad because..." | ||
|Feature users and use cases=* Users who wish to keep providing Input about Firefox through the feedback button should be able to do so even on the release channel with no bundled add-ons. | |||
* Users who wish to keep providing Input about Firefox through the feedback button should be able to do so even on the release channel with no bundled add-ons. | |||
* The Test Pilot add-on should be independent of the Feedback button implementation (which allows Test Pilot to become a restartless add-on). | * The Test Pilot add-on should be independent of the Feedback button implementation (which allows Test Pilot to become a restartless add-on). | ||
* Input's "/feedback" page should be referred as a pref | |||
|Feature requirements='''Instancing the "Feedback" button''' | |||
# On Nightly/Aurora/Beta builds, a button which opens a menu consisting of two options (i.e. "Firefox made me happy because..." and "Firefox made me sad because...") should be visible on the right hand side of the navigation toolbar by default. | |||
# On Release builds, the button should NOT be visible in the navigation toolbar. But it should be available within the toolbar customization palette to add to the browser UI. | |||
#* If the user is running a "Beta" build, but chooses to remove the Feedback button through customization, it must not reappear on restart. | |||
#* Switching channels must be supported -- The Feedback button has to appear when switching to Beta/Aurora and disappear when switching to Release. (Unless the user has manually modified its location, in which case the modification sticks regardless of channel?) | |||
'''Using the menu items''' | |||
# Placing the feedback button onto the navigation toolbar by default across all channels/builds. | # When either menu item is selected, the appropriate URLs should load and desired information should be pre-filled onto the page (i.e. URL field will include the URL of the previously loaded tab and user agent will be pre-loaded onto a hidden form field). | ||
|Feature non-goals=# Placing the feedback button onto the navigation toolbar by default across all channels/builds. | |||
# Landing Test Pilot as a patch onto mozilla-central. | # Landing Test Pilot as a patch onto mozilla-central. | ||
|Feature qa review=TODO - Any and all test plans and strategies. Either inline or linked to. | |||
|Feature implementation notes=* {{bug|649156}} - Add the feedback button to the customize toolbar palette | |||
==== Next steps ==== | |||
* Separate Feedback button code from Test Pilot add-on and turn it into a patch against mozilla-central (Jono Xia) | |||
}} | |||
{{FeatureInfo | |||
|Feature priority=P2 | |||
|Feature roadmap=User Engagement | |||
|Feature list=Desktop | |||
|Feature engineering team=Desktop front-end | |||
}} | |||
{{FeatureTeamStatus}} |