Thunderbird/Support/GetSatisfaction/MetricsCode: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
Line 10: Line 10:
* to get tags:
* to get tags:
** http://api.getsatisfaction.com/topics/_exclude_option_to_avoid_sending_to_specific_addresses_within_an_address_list/tags.json?limit=30&page=1
** http://api.getsatisfaction.com/topics/_exclude_option_to_avoid_sending_to_specific_addresses_within_an_address_list/tags.json?limit=30&page=1
* Two programs
* Three programs
*# gather metrics for a given week
*# gather metrics for a given week
*# gather top 10 support issues for a given week based on tags
*# gather top 10 support issues for a given week based on tags
*#* going to rely on tags for now as these are user visible unlike GS's ids
*#* going to rely on tags for now as these are user visible unlike GS's ids
*# gather happiness metric for a week, number of people who are happy who aren't roland :-)

Latest revision as of 03:18, 20 September 2009

Raw implementation notes

will be cleaned up later, this is a WORK IN PROGRESS