31 lines
862 B
Markdown
31 lines
862 B
Markdown
# PMO Domain Template
|
|
|
|
This is a template for creating new PMO domains.
|
|
|
|
## Purpose
|
|
|
|
This template provides the standard structure for all PMO domains.
|
|
|
|
## Structure
|
|
|
|
```
|
|
domain-template/
|
|
├── README.md # Domain overview and purpose
|
|
├── dashboard/ # Dashboard components and views
|
|
├── projects/ # Project management components
|
|
├── reports/ # Reporting components
|
|
├── resources/ # Resource management components
|
|
├── config/ # Configuration components
|
|
└── docs/ # Documentation components
|
|
```
|
|
|
|
## Customization
|
|
|
|
To customize this template for a specific PMO domain:
|
|
|
|
1. Rename the directory to the domain name
|
|
2. Update README.md with domain-specific information
|
|
3. Customize dashboard, projects, reports, resources, config, and docs
|
|
4. Add domain-specific components as needed
|
|
|
|
--- |