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",
  "name": "Career Development Plan 202x",
  "description": "This form is designed to help you review your plans for future professional development.",
  "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": "Goal setting and analysis",
      "description": "",
      "field": [
        {
          "id": "company-job-title",
          "description": "",
          "name": "What's your current job title?"
        },
        {
          "id": "finished",
          "description": "",
          "name": "Is this plan completed?"
        },
        {
          "id": "goal-setting",
          "description": "Identify your long-term career goals, including desired position(s) within our organization.",
          "name": "Where do you want your career to be in 3-5 years?"
        },
        {
          "id": "analysis",
          "description": "Identify the short term goals that will contribute to the long term interests.",
          "name": "What strengths will help you to achieve your career plans?  What are your areas of development?"
        }
      ]
    },
    {
      "id": "actions",
      "name": "Actions and Assistance",
      "description": "",
      "field": [
        {
          "id": "actions",
          "description": "Reviewing your short term goals. What will you do in the next 12 months to help achieve your career plans?",
          "name": "Actions"
        },
        {
          "id": "assistance",
          "description": "What help or support do you need from your supervisor or colleagues?",
          "name": "Assistance"
        }
      ]
    }
  ],
  "data": {
    "company-job-title": {
      "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 plan is completed",
      "false": "I'm working on this plan"
    }
  }
}

  • No labels