L10n/Dashboard/Bugs and notes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Bugs to resolve:
Bugs to resolve:


* l10n-changesets and shipped-locales are broken.
== Sign-off ==
* exhibit dashboard doesn't offer link to sign-off for locales that didn't sign off yet
* <s>Links to static pages need to be going through url lookup for hosting on /stage etc.</s> - DONE
* Links to static pages need to be going through url lookup for hosting on /stage etc.
* 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. (import only?)
* on the sign-off dashboard, non-shipped signoff show up as pending?
* navigating from /milestones to the dashboard for the milestone breaks the links from the dashboard to the pushes page


== Signoff Brainstorm ==
=== Brainstorm ===


* Add view to ship a milestone and associate a real signoff set with it, only open for build and staff
* Improve the table scroll performance by making it scroll 10 per each press (the current performance is great in webkit, terrible in gecko)
* 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 search
* Add diff (Axel)
* Add per-locale dashboard
* Add per-locale dashboard


in terms of models its stable. no model changes will be required for those 4 things to happen.
== 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

Latest revision as of 17:24, 2 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. (import only?)
  • on the sign-off dashboard, non-shipped signoff show up as pending?
  • navigating from /milestones to the dashboard for the milestone breaks the links from the dashboard to the pushes page

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