User talk:Rtanglao/TB3NewSupportTopicWizardPrototypeDesign: Difference between revisions
Jump to navigation
Jump to search
(→Issues) |
(→Steps) |
||
| Line 19: | Line 19: | ||
== 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) | ||
# figure out framework for writing the prototype web app quickly: django (because gozer knows how to deploy it!), drupal (because i can get help from Vancouver drupal folks?) | |||
Revision as of 20:47, 16 March 2010
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)
- enter keywords
- search sumomo and search GS, present links and question, do these links answer your question? (update metrics!)
- if YES, done!
- 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)
- 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 :-) )
- submit (error check, all stop words are removed with warning about that, automatically add tags for operating system, tb version )
- GS topic created
- redirected to newly created GS topic
Issues
- 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
- create a ruby script to use the GS write API to create a topic (have never done WRITE before, well experienced with read)
- figure out framework for writing the prototype web app quickly: django (because gozer knows how to deploy it!), drupal (because i can get help from Vancouver drupal folks?)