35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
# PMO Dashboard
|
|
|
|
The dashboard provides a high-level view of all projects and their current status. It serves as the central "heads up display" for project management.
|
|
|
|
## Dashboard Components
|
|
|
|
- **Project Overview Table**: At-a-glance status of all projects
|
|
- **Portfolio Health**: Distribution of projects across statuses, priorities, and health indicators
|
|
- **Priority Queue**: Ranked list of what to work on next
|
|
- **Recent Activity**: Timeline of recent project updates
|
|
- **Resource Allocation**: View of resource distribution across projects
|
|
- **Timeline View**: Visual representation of project timelines
|
|
- **Summary Statistics**: Key metrics about the project portfolio
|
|
|
|
## Maintenance
|
|
|
|
- Update the dashboard regularly when project statuses change
|
|
- AI agents should update dashboard metrics when appropriate
|
|
- The dashboard provides an executive summary of portfolio health
|
|
- Ensure the "Last Updated" timestamp reflects the most recent change
|
|
|
|
## Updating the Dashboard
|
|
|
|
The dashboard should be updated when:
|
|
- A new project is added to the registry
|
|
- Project status, priority, or health changes
|
|
- Progress updates occur
|
|
- New milestones are reached
|
|
- Dependencies change
|
|
|
|
## File Structure
|
|
|
|
- `DASHBOARD_TEMPLATE.md` - Template for creating dashboards
|
|
- `current-dashboard.md` - Current dashboard (if maintained separately)
|
|
- Other dashboard views as needed |