Confirmed users
603
edits
(UI for the action log) |
m (only linked the bug) |
||
| Line 1: | Line 1: | ||
Like described in bug 255305 , addons.mozilla.org (AMO) has no really usable user-interface (UI) for its "approval log". For this reason, i began writing some Javascript-only code who let me the possibility to create a [https://addons.mozilla.org/firefox/748/ Greasemonkey] script. Now I hope it will help the [http://wiki.mozilla.org/Update:Remora Remora] developers implementing the following features, probably converting the code to PHP. I have a test file (with some approval data), so contact me if you want to get the source (#addons is a good place for this). | Like described in [https://bugzilla.mozilla.org/show_bug.cgi?id=255305 bug 255305] , addons.mozilla.org (AMO) has no really usable user-interface (UI) for its "approval log". For this reason, i began writing some Javascript-only code who let me the possibility to create a [https://addons.mozilla.org/firefox/748/ Greasemonkey] script. Now I hope it will help the [http://wiki.mozilla.org/Update:Remora Remora] developers implementing the following features, probably converting the code to PHP. I have a test file (with some approval data), so contact me if you want to get the source (#addons is a good place for this). | ||
* itemhistory should become a special case of action log, removing uninteresting cols and showing only actions containing this add-on id. This data can be used to calculate the average time between the add-on submission which is useful for the reviewers especially reviewing new add-ons which are updated sometimes more than once a day and consume many reviews. | * itemhistory should become a special case of action log, removing uninteresting cols and showing only actions containing this add-on id. This data can be used to calculate the average time between the add-on submission which is useful for the reviewers especially reviewing new add-ons which are updated sometimes more than once a day and consume many reviews. | ||