AMO/High Impact Features: Difference between revisions
< AMO
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
* 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 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 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? | * 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%] | ||
[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)) | [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)) |
Revision as of 00:44, 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 log messages
- 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]
[This would help boost confidence if doing continuous deployment. (Does Arecibo handle some of this? --Kumar303 11:25, 1 July 2011 (PDT))