ianhomer / bugzillareports

This repository is deprecated - please use https://github.com/jnwatts/BugzillaReports
Apache License 2.0
0 stars 0 forks source link

Support for pie charts #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
is there a manual for usage of Bugzilla Reports on media wiki. If yes
please let me know via a reply in this issue thread. If not how can I learn
the to use it to its full potential. I want to create a extensive dashboard
for my bugzilla in media wiki. 

Also is there option for generating pie charts like in bugzilla. or atleast
displaying these charts generated in bugzilla on mediawiki

thank you for your reply 

Original issue reported on code.google.com by dhairy...@gmail.com on 24 Jul 2009 at 12:11

GoogleCodeExporter commented 8 years ago
Manual @ http://www.mediawiki.org/wiki/Extension:Bugzilla_Reports.   Pie charts 
not
supported yet, although I've been thinking about doing that, so if there is 
demand
I'll take a look at it. 

Original comment by ian.homer@gmail.com on 29 Jul 2009 at 7:44

GoogleCodeExporter commented 8 years ago
yes it would be great if we could have vertical bar graphs and pie charts ... 
like in
bugzilla itself on the media wiki page
I would be more than glad to help .. If required. Thank you for responding to 
may query 

Original comment by dhairy...@gmail.com on 29 Jul 2009 at 9:31

GoogleCodeExporter commented 8 years ago
hello I was going through the code of your extension and I was hoping to add the
functionality myself. Since you know your extension the best It would be great 
if you
could tell me broadly what additions/modifications do I need to make to and what
would be the shortest way to achieve it 

Original comment by dhairy...@gmail.com on 10 Aug 2009 at 4:12

GoogleCodeExporter commented 8 years ago
Good to you'll give it a go, quick high level overview:

* parameters defined in BugzillaQuery.php - you may want to use the "format"
parameter to drive the generation of charts, perhaps format=charts to generate a
chart.  If you need to define other parameters add them to the list
* BugzillaQuery.php also builds up the SQL - the logic to create the SQL could 
be
updated to support the chart format
* BugzillaQueryRenderer.php does the rendering of the markup.  Create a branch 
in
this logic to handle the chart format rendering
* You might want to separate the SQL building and the Chart rendering into new 
PHP
files, because I guess they would be substantial pieces of logic and it might be
clearer to the logic in a separate class - up to you on this, depending what 
you feel
is best

Original comment by ian.homer@gmail.com on 10 Aug 2009 at 6:49

GoogleCodeExporter commented 8 years ago
If you feel you've done the integration I can give it a test and give you SVN 
write
access as appropriate

Original comment by ian.homer@gmail.com on 10 Aug 2009 at 6:51

GoogleCodeExporter commented 8 years ago

Original comment by ian.homer@gmail.com on 12 Dec 2009 at 9:59

GoogleCodeExporter commented 8 years ago
Hi there!

Does bugzillareports supports charts now? I want to use it on my corporate 
wiki. Also I can help with development this feature.

Original comment by vladimir...@gmail.com on 28 Nov 2011 at 11:02

GoogleCodeExporter commented 8 years ago
No, sorry, never got the chance to get it in place.  I'd appreciate the 
assistance with the dev if you have time. Connect to me @ 
https://twitter.com/ianhomer and I'll get you set up.

Original comment by ian.homer@gmail.com on 28 Nov 2011 at 5:58