Create a bug counter widget for krita.org
Closed, WontfixPublic

Description

We would like to have a counter in the campaign banner that shows how many bugs were fixed since the start of the campaign.

We will need to check with sysadmin whether this is feasible, or whether the number should be entered manually.

We can use a query like this:

https://bugs.kde.org/buglist.cgi?bug_status=RESOLVED&chfield=resolution&chfieldfrom=2018-09-01&chfieldto=Now&chfieldvalue=FIXED&list_id=1542910&product=krita&query_format=advanced

rempt created this task.Sep 5 2018, 12:16 PM

Bugzilla does have a REST API, but I don't think it can bring back JSON results with that complex of criteria.

https://bugs.kde.org/rest/product/krita

https://wiki.mozilla.org/Bugzilla:REST_API

We might be able to do something with keywords, but we would have to test this. Adding a keyword like 'krita-fundraiser-2018" or something could get us a list. That would probably take a while to set up and manage though. It would probably be easier to just occasionally update the bug counter.

https://bugs.kde.org/rest/bug?keywords=usability

I can always add a custom variable to the campaign page where that can be easily updated. That would definitely be the simpler route.

rempt renamed this task from Creat a bug counter widget for krita.org to Create a bug counter widget for krita.org.Sep 12 2018, 7:03 AM
scottpetrovic closed this task as Wontfix.Dec 11 2018, 2:14 PM

Closing this ticket. I am not working on this and I am not sure if there is a good way to get this data for krita.org to consume and show to people. We can look at it again if this comes up.