L10n/Dashboard/Bugs and notes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
* 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.
in terms of models its stable. no model changes will be required for those 4 things to happen.
== Done stuff ==
* <del>[http://hg.mozilla.org/users/axel_mozilla.com/django-site/rev/783e95ed3b31 Add diff (Axel)]</del>

Revision as of 17:22, 5 July 2009

Bugs to resolve:

  • l10n-changesets and shipped-locales are broken.
  • exhibit dashboard doesn't offer link to sign-off for locales that didn't sign off yet
  • Links to static pages need to be going through url lookup for hosting on /stage etc.

Signoff 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)
  • Add search
  • Add per-locale dashboard

in terms of models its stable. no model changes will be required for those 4 things to happen.

Done stuff