Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This is what the template looks like as a data form.

Info

We show you how to import this template here:
https://aevolu.atlassian.net/wiki/spaces/DFC/pages/2368667649/Data+Forms+templates+-+How+to+export+and+import+templates#Import-templates

Code Block
{
  "id": "project-software-overview",
  "name": "Software Project Overview",
  "description": "",
  "metadata": {
    "created": "2022-03-01T01:01:01.000+0000",
    "updated": "2022-0308-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
"name      "id": "evolu .software GmbH"
    },
    "updatertemplate" : {
      "id" : "evolu.software${cid}-${tid}",
      "name" : "evolu software GmbH${cid} Software Project Overview"
    },
    "version": 12
  },
  "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": {}
    }
  }
}