L10n/Dashboard/Bugs and notes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
* can't revoke an older sign-off, had to do a shell-wise
* can't revoke an older sign-off, had to do a shell-wise
  >>> a=Action.objects.create(signoff=so, flag=2, author=me)
  >>> a=Action.objects.create(signoff=so, flag=2, author=me)
 
* pending signoffs are broken. There's no Action, thus they don't show up in the complex query. The query seems awkward, too, as it returns as many items as signoffs for the appversion, that doesn't scale too good.


=== Brainstorm ===
=== Brainstorm ===

Revision as of 18:31, 1 November 2009

Bugs to resolve:

Sign-off

  • Links to static pages need to be going through url lookup for hosting on /stage etc. - DONE
  • diff between first signoff on new AppVersion and last signoff on previous AppVersion
  • diff option is bad when reviewing a new signoff against the last accepted one, it's the other way around
  • can't revoke an older sign-off, had to do a shell-wise
>>> a=Action.objects.create(signoff=so, flag=2, author=me)
  • pending signoffs are broken. There's no Action, thus they don't show up in the complex query. The query seems awkward, too, as it returns as many items as signoffs for the appversion, that doesn't scale too good.

Brainstorm

  • Improve the table scroll performance by making it scroll 10 per each press (the current performance is great in webkit, terrible in gecko)
  • Add search
  • Add per-locale dashboard

l10n stats

  • compare-locales errors are missing in json
  • tree history not reporting all locales
    • all-locales mapping for tree?

Buildbot

  • fix sendchange, probably
  • fix default properties