Hey Devs,
I've got the django-cms-launchpad plugin working. The first integration is pulling in bug counts for certain bug queries.
You can see an examples on this page:
http://staging.inkscape.org/en/develop/
What I've done is added a launchpad bug count widget when editing the CMS. You can add them too. Just edit the page, edit the text widget and add a bug count as you might an image. It links back to launchpad if you click on it.
The widget has options for what tags, milestones and other items you may want to search for. Not all fields are there yet, but I'm open to requests from our bug managers about what's important to get an over view of.
The low/medium/high counts are for colouring. Below low it's grey/white, low>yellow>medium>orange>high>red and this can be used to give us a quick visual on whatever we want to track.
Next feature for the django-cms-launchpad plugin is to format our blueprints into a roadmap page. This won't be a widget, but a page and targeted blueprints will be used to generate the list.
Martin,
On 10/17/13 11:46 AM, Martin Owens wrote:
You can see an examples on this page:
Nice. But clicking on the number of bugs targeted for 0.49 links to
https://bugs.launchpad.net/inkscape/+bugs?orderby=-importance&field.mile...
which produces an "Unexpected form data" error. Looks like it doesn't like the 'field.milestone=0.49'
On Thu, 2013-10-17 at 14:27 -0700, David Evans wrote:
which produces an "Unexpected form data" error. Looks like it doesn't like the 'field.milestone=0.49'
Known issue, already have half the fix in place, but the milestone field is waiting for a numeric id instead of the milestone name. :-/
Martin,
Is the 775 count of targeted bugs for next release (0.49) a total number of targeted AND open bugs?
2013/10/18 Christoffer Holmstedt <christoffer.holmstedt@...400...>:
Is the 775 count of targeted bugs for next release (0.49) a total number of targeted AND open bugs?
Looks like it's the number of all targeted bugs, including those which are closed (e.g. fix committed / fix released). Regards, Krzysztof
There are now many more options available in the bug count widget.
Status, Importance, milestone, series (we don't use this), tags, tag combinator, omit dupes, omit targeted, linked to branch, search text and the date based created before, created since and modified since.
This should cover all out bases.
There are two issues. One is that milestone and series bug searches work, but links don't. Instead I link to the launchpad bug report asking them to fix the launchpad api, second is that there are often a few searches that return slightly different results. Not exactly sure why at the moment, but I'm keen to get onto other things.
Martin,
On Thu, 2013-10-17 at 14:27 -0700, David Evans wrote:
Nice. But clicking on the number of bugs targeted for 0.49 links to
2013/10/19 Martin Owens <doctormo@...400...>:
There are now many more options available in the bug count widget.
Status, Importance, milestone, series (we don't use this), tags, tag combinator, omit dupes, omit targeted, linked to branch, search text and the date based created before, created since and modified since.
Is there some way to change the background color? The background for blocker bugs is so light that it's hard to read the number, while the background for fix released bugs should be green, I think :)
Regards, Krzysztof
On Sat, 2013-10-19 at 02:14 +0200, Krzysztof Kosiński wrote:
Is there some way to change the background color? The background for blocker bugs is so light that it's hard to read the number, while the background for fix released bugs should be green, I think :)
So there are two colour controls. Firstly the CSS, I can make the yellow darker so it's readable.
Secondly the counts, changing the low count to forty million bugs should make it green. Whatever the number of bugs, it's bound to be lower than forty million.
Martin,
participants (4)
-
Christoffer Holmstedt
-
David Evans
-
Krzysztof Kosiński
-
Martin Owens