QA/Fennec/Planning/2010/Reporter: Difference between revisions

From MozillaWiki
< QA‎ | Fennec‎ | Planning/2010
Jump to navigation Jump to search
(Created page with '== Objective == * Currently, Mobile Firefox has no way for users to interact with the Mozilla Project through the browser UI. Desktop Firefox has a "Report Broken Website" option…')
 
No edit summary
Line 10: Line 10:
* Form
* Form
** pre-populate the url
** pre-populate the url
** problem type selection box (shows full site, plugin not shown, appearance wrong, disability access, no formfill, loss of browser functionality, behavior wrong, other)
** problem type selection box  
* description of problem text box
* description of problem text box
* Submit report or cancel buttons
* Submit report or cancel buttons
Line 17: Line 17:
== Mock-Ups ==
== Mock-Ups ==
* To instance the feedback mechanism...
* To instance the feedback mechanism...
** Controls Sidebar: [[Image:Feedback_mock_controls_dino.png]]
** <strike>Controls Sidebar: [[Image:Feedback_mock_controls_dino.png]]</strike>
** Identity Panel
** Identity Panel
*** Image Button: [[Image:Feedback_mock_ident_dino.png]]
*** <strike>Image Button: [[Image:Feedback_mock_ident_dino.png]]</strike>
*** Text Button: [[Image:Feedback_mock_ident_text.png]]
*** '''<font color=green>Text Button:</font>''' [[Image:Feedback_mock_ident_text.png]]
* The submission form...
* The submission form...
** Pop-Up Dialog: [[Image:Feedback_mock_browser_window.png]]
** '''<font color=green>Pop-Up Dialog:</font>''' [[Image:Feedback_mock_browser_window.png]]
** Preferences Panel: [[Image:Feedback_mock_preferences.png]]
** <strike>Preferences Panel: [[Image:Feedback_mock_preferences.png]]</strike>


== Categories of Report Types ==
* plugin not shown
* appearance wrong
* disability access
* no formfill
* loss of browser functionality
* behavior wrong
* other


== Thoughts? ==
== Thoughts? ==
Line 34: Line 42:
** multi-select rather than one thing
** multi-select rather than one thing
** shown the description only when "other" is chosen
** shown the description only when "other" is chosen
== Resources ==
* [http://mxr.mozilla.org/mozilla-central/source/extensions/reporter/resources/content/reporter/reportWizard.js#220 Reporter Wizard Code in Firefox]

Revision as of 23:07, 2 January 2010

Objective

  • Currently, Mobile Firefox has no way for users to interact with the Mozilla Project through the browser UI. Desktop Firefox has a "Report Broken Website" option in the Help menu that gives them a chance to offer feedback to the project without too much effort. I'd like to port that feature into an extension for Mobile Firefox and send that information to a repository like Hendrix except geared for only anonymous feedback.

Brainstorming

  • Areas to implement
    • Pane in options
    • Pop-up dialog from button in identity panel
    • Pop-up dialog from button in controls sidebar
    • button in preferences list
  • Form
    • pre-populate the url
    • problem type selection box
  • description of problem text box
  • Submit report or cancel buttons
  • privacy policy link

Mock-Ups

  • To instance the feedback mechanism...
    • Controls Sidebar: Feedback mock controls dino.png
    • Identity Panel
      • Image Button: Feedback mock ident dino.png
      • Text Button: Feedback mock ident text.png
  • The submission form...
    • Pop-Up Dialog: Feedback mock browser window.png
    • Preferences Panel: Feedback mock preferences.png

Categories of Report Types

  • plugin not shown
  • appearance wrong
  • disability access
  • no formfill
  • loss of browser functionality
  • behavior wrong
  • other

Thoughts?

  • instancing it
    • Under larry is a good place
  • submission form
    • pop-up dialog, some sort of about: system page, a webpage
    • possibly add populate text after type is chosen
    • multi-select rather than one thing
    • shown the description only when "other" is chosen

Resources