Confirmed users
5,365
edits
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
# search sumomo and search GS, present links and question, do these links answer your question? (update metrics!) | # search sumomo and search GS, present links and question, do these links answer your question? (update metrics!) | ||
# if YES, done! | # if YES, done! | ||
# if NO, | # if NO, display form with operating system and Thunderbird version, user must fill in operating system and Thunderbird version (perhaps default OS and TNunderbird version is filled in if that's possible, OS is but I doubt we can get Thunderbird version from the browser) 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 | # next form is title, tags (pre-populated 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, and other fields from about:support especially isp, mail provider, pop or imap settings, firewall version, anti-virus version ) | # submit (error check, all stop words are removed with warning about that, automatically add tags for operating system, tb version, and other fields from about:support especially isp, mail provider, pop or imap settings, firewall version, anti-virus version ) | ||
# GS topic created | # GS topic created | ||
| Line 21: | Line 21: | ||
== Steps == | == Steps == | ||
# create a ruby script to use the GS write API to create a topic (have never done WRITE before, well experienced with GS read API) | # create a ruby script to use the GS write API to create a topic (have never done WRITE before, well experienced with GS read API) | ||
# figure out framework for writing the prototype web app quickly: jquery?, django (because gozer knows how to deploy it! not that rapid deployment is an issue, rapid writing is the number 1 requirement for a framework), drupal (because i can get help from Vancouver drupal folks?) - Recommendations for rapid AJAX web app development framework? | # figure out framework for writing the prototype web app quickly: jquery?, probably django (because gozer knows how to deploy it! not that rapid deployment is an issue, rapid writing is the number 1 requirement for a framework), drupal (because i can get help from Vancouver drupal folks?) - Recommendations for rapid AJAX web app development framework? | ||
# get quick and dirty i.e. version 0.1 out ASAP | # get quick and dirty i.e. version 0.1 out ASAP | ||