User talk:Rtanglao/TB3NewSupportTopicWizardPrototypeDesign: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 14: Line 14:


== Issues ==
== Issues ==
# how do we get the user to login to use GS, i.e. identity sucks on the internet :-)
# how do we get the user to login to use GS, i.e. identity sucks on the internet :-), other identity issues, what if they login to gs web interface?
# how do we train users to use Thunderbird->Thunderbird Help for support?
 
== Steps ==
== Steps ==
# create a ruby script to use the GS write API to create a topic (have never done WRITE before, well experienced with read)
# create a ruby script to use the GS write API to create a topic (have never done WRITE before, well experienced with read)

Revision as of 20:44, 16 March 2010

Draft-template-image.png THIS PAGE IS A WORKING DRAFT Pencil-emoji U270F-gray.png
The page may be difficult to navigate, and some information on its subject might be incomplete and/or evolving rapidly.
If you have any questions or ideas, please add them as a new topic on the discussion page.

always in draft! this is a prototype and an experiment! i.e. no commitment, no schedule, no obligation :-) !

This wizard is a web app triggered through from the Thunderbird application Help->"Thunderbird Help" (ideally with Thunderbird version and OS as URL arguments)

  1. enter keywords
  2. search sumomo and search GS, present links and question, do these links answer your question? (update metrics!)
  3. if YES, done!
  4. if NO, get form with operating system and Thunderbird version, user must fill in operating system and Thunderbird version (no default provided so user has to fill this in, but we will make it easy) (enhancement: paste in text from about:support which hopefully will appear in 3.2)
  5. next form is title, tags (pre-populated in with keywords (minus stop words) from above),description, emotion (tempted to hardcode to happy but I won't :-) )
  6. submit (error check, all stop words are removed with warning about that, automatically add tags for operating system, tb version )
  7. GS topic created
  8. redirected to newly created GS topic

Issues

  1. how do we get the user to login to use GS, i.e. identity sucks on the internet :-), other identity issues, what if they login to gs web interface?
  2. how do we train users to use Thunderbird->Thunderbird Help for support?

Steps

  1. create a ruby script to use the GS write API to create a topic (have never done WRITE before, well experienced with read)