Where are RTC Project Dashboard configurations stored?
3 answers
Heather,
An RTC Process Template has the details of the Initial "Project Dashboard configuration" for a project area initialized by that Process Template.
In Eclipse : Process Configuration Tab for the RTC Template
> Project configuration > Configuration Data > Dashboard > Dashboard Templates
I think the dashboard information is stored in the Database. The template might be in the process, but the implemented stuff is not in the Process XML for all I know. So they can only be stored in a DB.
While all the user and project dashboards are stored in the database, the dashboard templates are stored in the process area configuration. This area starts with the following:
<configuration-data final="false" id="com.ibm.team.dashboard.configuration.templates" xmlns="http://com.ibm.team.dashboard/templates">
<dashboard-template title="${scope}" type="team">
....
You can create/customize these dashboard templates such that when a person creates a new team, or individual dashboard it is created with a default layout, pages, and widget content.