AMO/High Impact Features: Difference between revisions

From MozillaWiki
< AMO
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 20: Line 20:


= QA HIFs =
= QA HIFs =
'''Realtime graph of important log messages'''
'''Realtime graph of important stats'''
: Show a graph of important messages in the cluster logs. For example: How many HTTP exceptions were there in the last minute? How many celery exceptions? How many addons were downloaded? This would help boost confidence if doing continuous deployment. (Does [http://www.agmweb.ca/blog/andy/2268/ Arecibo] handle some of this? --[[User:Kumar303|Kumar303]] 11:25, 1 July 2011 (PDT))
: Show a graph of important messages in the cluster logs. For example:  
 
* How many HTTP exceptions were there in the last minute? [https://graphite-sjc.mozilla.org/render/?width=586&height=308&target=stats.amo.response.500&target=stats.amo.response.503&from=-15minutes&title=15%20minutes]
* How many celery exceptions? [https://graphite-sjc.mozilla.org/render/?width=586&height=308&target=nonNegativeDerivative%28sumSeries%28amo.celery.tasks.failed.*.*.*%29%29&from=-15minutes&title=15%20minutes]
* How many addons were downloaded? [https://graphite-sjc.mozilla.org/render/?width=586&height=308&_salt=1309567223.507&target=stats.timers.amo.view.versions.views.download_file.GET.count&target=stats.timers.amo.view.versions.views.download_latest.GET.count&from=-15minutes&title=Downloads%20in%20past%2015%20minutes]
* Other useful metrics?
 
This would help boost confidence if doing continuous deployment. The [https://addons.allizom.org/z/services/graphite/amo AMO dashboard is here]

Latest revision as of 01:25, 2 July 2011

High Impact Features are improvements to AMO that will have a substantial positive impact on a user or developer's experience with a relatively small development effort required.

Consumer HIFs

Search Suggestions

When typing into the AMO search box, we should suggest results based on the entered text so far.

Show only compatible add-ons

When browsing through the site, users should only see compatible add-ons by default.

Developer HIFs

Notification of user reviews

Developers should be able to receive an email when a user reviews their add-on, and users should receive an email when a developer replies.

Editor/Admin HIFs

Revamped Add-on Admin Tool

Port the add-on admin tool to zamboni with the ability to email and log comments to the developer.

Editor Recognition

We have a number of ideas for editor recognition, such as badges and a better credits page

QA HIFs

Realtime graph of important stats

Show a graph of important messages in the cluster logs. For example:
  • How many HTTP exceptions were there in the last minute? [1]
  • How many celery exceptions? [2]
  • How many addons were downloaded? [3]
  • Other useful metrics?

This would help boost confidence if doing continuous deployment. The AMO dashboard is here