Mobile/Projects/Helper widgets for error pages: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 12: Line 12:
Create a widget-system for our error pages that will allow us to easily add hints or other information to help users understand and fix whatever problem they've encountered.
Create a widget-system for our error pages that will allow us to easily add hints or other information to help users understand and fix whatever problem they've encountered.


Initial set of widgets TBD.
We will need an initial set of widgets to cover our existing error states ([http://mxr.mozilla.org/mozilla-central/source/mobile/locales/en-US/overrides/netError.dtd reference]), and then we'll be able to build additional widgets in the future to deal with new things as they arise.


== User stories & use cases ==
== User stories & use cases ==

Revision as of 18:11, 20 November 2013

Tracking

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Goals

Create a widget-system for our error pages that will allow us to easily add hints or other information to help users understand and fix whatever problem they've encountered.

We will need an initial set of widgets to cover our existing error states (reference), and then we'll be able to build additional widgets in the future to deal with new things as they arise.

User stories & use cases

  • Need a list of possible errors we'd handle so we can write copy & figure out whatever other content design we need done -- icons, etc.

UX design

  • TBD

Justification

  • TBD

References and other info

  • TBD

Quality criteria

  • No user-perceptible performance degradation
  • All goals are met
  • All "must have" user stories/use cases are implemented & tested