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": "hr-career-development-supervisor-review",
  "name": "HR - Career Development Plan Review 202x",
  "description": "This form is designed to help you review the career development plans of your team members.",
  "metadata": {
    "version": 1,
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "20212022-0108-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
      "id": "evolu.software"
    },
    "template" : {
      "id" : "${yyyy-mm-dd}-${tid}",
      "name" : "evolu software GmbHHR - Career Development Plan Review ${yyyy}"
    },
    "version": 2
  },
  "section": [
    {
      "id": "analysis",
      "name": "Review: Goal setting and analysis",
      "description": "",
      "field": [
        {
          "id": "summary",
          "description": "",
          "name": "To which plan does this review apply?"
        },
        {
          "id": "goal-setting",
          "description": "",
          "name": "What do you think about the long-term career goal of your team member?"
        },
        {
          "id": "analysis",
          "description": "",
          "name": "What do you think about the short-term goals and have you talked to her/him about them?"
        },
        {
          "id": "finished",
          "description": "",
          "name": "Is this review completed?"
        }
      ]
    },
    {
      "id": "actions",
      "name": "Review: Actions and Assistance",
      "description": "",
      "field": [
        {
          "id": "actions",
          "description": "What actions should your team member take and have you talked about them with her/him?",
          "name": "Actions"
        },
        {
          "id": "assistance",
          "description": "What support can you give your team member and/or how can others help??",
          "name": "Assistance"
        }
      ]
    }
  ],
  "data": {
    "summary": {
      "type": "text",
      "value": ""
    },
    "goal-setting": {
      "type": "markdown",
      "value": ""
    },
    "analysis": {
      "type": "markdown",
      "value": ""
    },
    "actions": {
      "type": "markdown",
      "value": ""
    },
    "assistance": {
      "type": "markdown",
      "value": ""
    },
    "finished": {
      "type": "boolean",
      "value": false,
      "true": "This review is completed",
      "false": "I'm working on this review"
    }
  }
}