Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

{
  "id": "evolu.software-task",
  "name": "Task",
  "description": "",
  "metadata": {
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "2021-01-01T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    },
    "updater": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    },
    "version": 1
  },
  "section": [
    {
      "id": "general-information",
      "name": "General Information",
      "description": "",
      "field": [
        {
          "id": "summary",
          "name": "Summary",
          "description": ""
        },
        {
          "id": "owner",
          "name": "Owner",
          "description": ""
        },
        {
          "id": "priority",
          "name": "Priority",
          "description": ""
        },
        {
          "id": "status",
          "name": "Status",
          "description": ""
        },
        {
          "id": "details",
          "name": "Details",
          "description": ""
        }
      ]
    }
  ],
  "data": {
    "owner": {
      "type": "user-single",
      "value": ""
    },
    "summary": {
      "type": "text",
      "value": ""
    },
    "priority": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "High",
          "lozenge": {
            "appearance": "removed",
            "bold": true
          }
        },
        {
          "name": "Medium",
          "lozenge": {
            "appearance": "moved",
            "bold": true
          }
        },
        {
          "name": "Low",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        }
      ],
      "value": ""
    },
    "details": {
      "type": "markdown",
      "value": ""
    },
    "status": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "Open",
          "lozenge": {
            "appearance": "default",
            "bold": true
          }
        },
        {
          "name": "In Progress",
          "lozenge": {
            "appearance": "inprogress",
            "bold": true
          }
        },
        {
          "name": "Done",
          "lozenge": {
            "appearance": "success",
            "bold": true
          }
        }
      ],
      "value": ""
    }
  }
}

  • No labels