45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "[Project Name]",
|
|
"id": "[Unique Project ID]",
|
|
"status": "Active",
|
|
"priority": "Medium",
|
|
"health": "Green",
|
|
"last_updated": "YYYY-MM-DD HH:MM:SS",
|
|
"tracking_url": "[Link to project-specific tracking system]",
|
|
"owner": "[Project owner]",
|
|
"dependencies": [],
|
|
"due_date": "[Key milestone or completion date]",
|
|
"progress": 0,
|
|
"next_milestone": "[Next major milestone to achieve]",
|
|
"description": "[Detailed description of the project]",
|
|
"objectives": [
|
|
"[Objective 1]",
|
|
"[Objective 2]",
|
|
"[Objective 3]"
|
|
],
|
|
"milestones": [
|
|
{
|
|
"name": "[Milestone 1]",
|
|
"target_date": "[Date]",
|
|
"status": "Not Started"
|
|
},
|
|
{
|
|
"name": "[Milestone 2]",
|
|
"target_date": "[Date]",
|
|
"status": "Not Started"
|
|
}
|
|
],
|
|
"resources": {
|
|
"team_members": [],
|
|
"budget": null,
|
|
"tools": []
|
|
},
|
|
"risks": [
|
|
{
|
|
"risk": "[Risk 1]",
|
|
"impact": "Medium",
|
|
"mitigation_strategy": "[How to mitigate]"
|
|
}
|
|
],
|
|
"notes": "[Any additional notes about the project]"
|
|
} |