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": "evolu.software-service-entry",
  "name": "Service Entry",
  "description": "",
  "metadata": {
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "20212022-0108-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
      "nameid": "evolu .software GmbH"
    },
    "updatertemplate" : {
      "id" : "evolu.software${cid}-${tid}-${yyyy-mm-dd}",
      "name" : "evolu software GmbHService Entry ${cid} ${yyyy-mm-dd}"
    },
    "version": 12
  },
  "section": [
    {
      "id": "general-information",
      "name": "General Information",
      "description": "",
      "field": [
        {
          "id": "lifecycle-status",
          "name": "Lifecycle status",
          "description": "Current lifecycle status of the service"
        },
        {
          "id": "service-type",
          "name": "Service Type",
          "description": "Customer-facing service is a service with direct contact to the customer. While a supporting/technical service is invisible to customers and is used to support customer-facing services"
        },
        {
          "id": "owner",
          "name": "Owner",
          "description": "Service Owner"
        }
      ]
    },
    {
      "id": "contacts-procedures",
      "name": "Contacts and procedures",
      "description": "Contacts and procedures for signing up to the service",
      "field": [
        {
          "id": "manager",
          "name": "Manager",
          "description": "Responsible Service Level Manager"
        },
        {
          "id": "procedure",
          "name": "Procedure",
          "description": "Procedure for signing up"
        }
      ]
    },
    {
      "id": "desired-outcome-information",
      "name": "Description / desired customer outcome",
      "description": "",
      "field": [
        {
          "id": "description",
          "name": "Description",
          "description": "Value added from a business point of view. Business processes / activities on the customer side supported by the service."
        },
        {
          "id": "analysis",
          "name": "Analysis",
          "description": "Desired outcome in terms of utility and warranty"
        }
      ]
    },
    {
      "id": "dependencies",
      "name": "Dependencies",
      "description": "",
      "field": [
        {
          "id": "services",
          "name": "Services",
          "description": "Required Infrastructure Services (Infrastructure Services on which this service depends), Supported services (other services which depend on this service)"
        },
        {
          "id": "components",
          "name": "Components",
          "description": "Major Configuration Items on which this service depends"
        }
      ]
    }
  ],
  "data": {
    "lifecycle-status": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "Proposed",
          "lozenge": {
            "appearance": "removed",
            "bold": true
          }
        },
        {
          "name": "Defined",
          "lozenge": {
            "appearance": "removed",
            "bold": false
          }
        },
        {
          "name": "Chartered",
          "lozenge": {
            "appearance": "moved",
            "bold": true
          }
        },
        {
          "name": "Designed",
          "lozenge": {
            "appearance": "moved",
            "bold": false
          }
        },
        {
          "name": "Built",
          "lozenge": {
            "appearance": "new",
            "bold": true
          }
        },
        {
          "name": "Tested",
          "lozenge": {
            "appearance": "new",
            "bold": false
          }
        },
        {
          "name": "Released",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        },
        {
          "name": "Operational",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        },
        {
          "name": "Retired",
          "lozenge": {
            "appearance": "success",
            "bold": false
          }
        }
      ],
      "value": ""
    },
    "service-type": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "Customer-facing service",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        },
        {
          "name": "supporting/technical service",
          "lozenge": {
            "appearance": "success",
            "bold": false
          }
        }
      ],
      "value": ""
    },
    "owner": {
      "type": "user-single",
      "value": ""
    },
    "manager": {
      "type": "user-single",
      "value": ""
    },
    "procedure": {
      "type": "markdown",
      "value": ""
    },
    "description": {
      "type": "markdown",
      "value": ""
    },
    "analysis": {
      "type": "markdown",
      "value": ""
    },
    "services": {
      "type": "markdown",
      "value": ""
    },
    "components": {
      "type": "text",
      "value": ""
    }
  }
}