Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 378426

Summary: [pmi] Project charts should use live data
Product: Community Reporter: Wayne Beaton <wayne.beaton>
Component: Project Management & PortalAssignee: Portal Bugzilla Dummy Inbox <portal-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 378427    
Bug Blocks:    
Attachments:
Description Flags
mylyn/context/zip none

Description Wayne Beaton CLA 2012-05-03 22:28:50 EDT
The project charts are populated using data from text files. They should instead be getting this information from the dashboard database.
Comment 1 Wayne Beaton CLA 2012-05-07 17:03:16 EDT
All project charts now use live data.

In the process, I created a new module named 'dash' that provides access to Dash statistics. I decided to move the functionality there as there are a few other places where we need to have this access and separating it out seemed like the sensible thing to do.

Note that the dash module only attempts to connect to the database if it is available. If the database is not available (e.g. we're running on a developer workstation), then the charts are just not shown. We may want to rethink this behaviour at some point.

Marking as FIXED.
Comment 2 Wayne Beaton CLA 2012-05-07 17:03:21 EDT
Created attachment 215218 [details]
mylyn/context/zip