Software Project Overview - Template
This is what the template looks like as a data form.
Â
We show you how to import this template here:
Data Forms templates - How to export and import templates | Import templates
{
"id": "project-software-overview",
"name": "Software Project Overview",
"description": "",
"metadata": {
"created": "2022-03-01T01:01:01.000+0000",
"updated": "2022-08-15T01:01:01.000+0000",
"creator": {
"id": "evolu.software"
},
"updater": {
"id": "evolu.software"
},
"template" : {
"id" : "${cid}-${tid}",
"name" : "${cid} Software Project Overview"
},
"version": 2
},
"section": [
{
"id": "info",
"name": "Info",
"description": "",
"field": [
{
"id": "description",
"name": "Management Summary",
"description": "",
"required": false
}
]
},
{
"id": "project-roles",
"name": "Project Roles",
"description": "",
"field": [
{
"id": "owner",
"name": "Product Owner",
"description": "",
"required": false
},
{
"id": "scrum-master",
"name": "Scrum Master",
"description": ""
},
{
"id": "developers",
"name": "Lead Developers",
"description": "",
"required": false
}
]
}
],
"data": {
"description": {
"type": "markdown",
"value": ""
},
"owner": {
"type": "user-single",
"value": {}
},
"developers": {
"type": "user-multi",
"value": []
},
"scrum-master": {
"type": "user-single",
"value": {}
}
}
}
Â
Â