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 Current »

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

{
  "id": "hr-career-development-supervisor-review",
  "name": "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": "2021-01-01T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software",
      "name": "evolu software GmbH"
    }
  },
  "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"
    }
  }
}

  • No labels