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

« Previous Version 4 Current »

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

{
  "id": "annual-employee-performance-review",
  "name": "Annual Employee Performance Review",
  "description": "",
  "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": "details",
      "name": "Employee Details",
      "description": "",
      "field": [
        {
          "id": "employee",
          "description": "",
          "name": "Select the employee?"
        },
        {
          "id": "company-job-title",
          "description": "",
          "name": "What's the job title?"
        },
        {
          "id": "company-job-level",
          "description": "",
          "name": "In which job level can the employee be positioned?"
        },
        {
          "id": "company-department",
          "description": "",
          "name": "In which department does the employee work?"
        }
      ]
    },
    {
      "id": "performance",
      "name": "Job Performance",
      "description": "",
      "field": [
        {
          "id": "company-job-quality",
          "description": "Work is performed thoroughly and carefully, correctly following specified processes and procedures. Required paperwork is thorough and neat.",
          "name": "Quality of Work"
        },
        {
          "id": "company-job-knowledge",
          "description": "Has a thorough understanding of the department's role and responsibilities in the organization and is able to perform daily activities without supervision.",
          "name": "Job Knowledge"
        },
        {
          "id": "company-job-communication",
          "description": "Is able to consistently communicate well with others in the organization. his/her intentions and goals are always clear, concise, and understood.",
          "name": "Communication Skills"
        },
        {
          "id": "company-job-productivity",
          "description": "Consistently delivers high quality work to agreed upon time frames and specifications. She/he rarely, if ever, misses a deadline or delays a project due to lack of adherence to timelines.",
          "name": "Productivity"
        },
        {
          "id": "company-job-management",
          "description": "The employee feels comfortable and confident leading others. Employees under his/her supervision perform at a high level and as part of a cohesive team.",
          "name": "Management Ability - If the employee does not have any management responsibilities, please skip this."
        }
      ]
    },
    {
      "id": "goals",
      "name": "Goal Achievement & Setting",
      "description": "",
      "field": [
        {
          "id": "goal-achievement",
          "description": "",
          "name": "To what extent has the employee achieved the individual goals set in the last performance review?"
        },
        {
          "id": "goal-setting",
          "description": "",
          "name": "What performance goals have you defined with the employee for the upcoming appraisal period?"
        }
      ]
    },
    {
      "id": "overall",
      "name": "Overall Assessment",
      "description": "As before, please answer as honestly and fully as you can.",
      "field": [
        {
          "id": "overall",
          "description": "How would you rate the overall job performance?",
          "name": "Overall"
        },
        {
          "id": "overall-positive",
          "name": "What are the strongest points of the employee?"
        },
        {
          "id": "overall-negative",
          "description": "Be sure to describe how the employee can improve and be more effective at work, as well as any professional development needs that should be met.",
          "name": "What are the weakest points of the employee?"
        },
        {
          "id": "comment",
          "description": "Do you have any final comments you would like to raise?",
          "name": "Comment"
        }
      ]
    }
  ],
  "data": {
    "employee": {
      "type": "user-single",
      "value": {}
    },
    "company-job-title": {
      "type": "text",
      "value": ""
    },
    "company-job-level": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "Trainee"
        },
        {
          "name": "Assistant"
        },
        {
          "name": "Junior"
        },
        {
          "name": "Senior"
        },
        {
          "name": "Lead"
        },
        {
          "name": "Manager"
        },
        {
          "name": "Director"
        },
        {
          "name": "Executive"
        }
      ],
      "value": {}
    },
    "company-department": {
      "type": "select-single",
      "allowedValues": [
        {
          "name": "Administration"
        },
        {
          "name": "Finance"
        },
        {
          "name": "HR"
        },
        {
          "name": "IT"
        },
        {
          "name": "Marketing"
        },
        {
          "name": "Sales"
        },
        {
          "name": "R&D"
        },
        {
          "name": "Production"
        }
      ],
      "value": {}
    },
    "company-job-management": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "Insufficient",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "Poor",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "Neutral",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "Good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "Excellent",
          "value": 5,
          "icon": "star"
        }
      ],
      "value": {}
    },
    "company-job-quality": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "Insufficient",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "Poor",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "Neutral",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "Good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "Excellent",
          "value": 5,
          "icon": "star"
        }
      ],
      "value": {}
    },
    "company-job-communication": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "Insufficient",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "Poor",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "Neutral",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "Good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "Excellent",
          "value": 5,
          "icon": "star"
        }
      ],
      "value": {}
    },
    "company-job-knowledge": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "Insufficient",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "Poor",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "Neutral",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "Good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "Excellent",
          "value": 5,
          "icon": "star"
        }
      ],
      "value": {}
    },
    "company-job-productivity": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "Insufficient",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "Poor",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "Neutral",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "Good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "Excellent",
          "value": 5,
          "icon": "star"
        }
      ],
      "value": {}
    },
    "goal-achievement": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "Insufficient",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "Poor",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "Neutral",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "Good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "Excellent",
          "value": 5,
          "icon": "star"
        }
      ],
      "value": {}
    },
    "goal-setting": {
      "type": "markdown",
      "value": ""
    },
    "overall": {
      "type": "rating",
      "allowedValues": [
        {
          "name": "Terrible",
          "value": 1,
          "icon": "star"
        },
        {
          "name": "Bad",
          "value": 2,
          "icon": "star"
        },
        {
          "name": "Ok",
          "value": 3,
          "icon": "star"
        },
        {
          "name": "Good",
          "value": 4,
          "icon": "star"
        },
        {
          "name": "Great!",
          "value": 5,
          "icon": "star"
        }
      ],
      "value": {}
    },
    "overall-positive": {
      "type": "markdown",
      "value": ""
    },
    "overall-negative": {
      "type": "markdown",
      "value": ""
    },
    "comment": {
      "type": "markdown",
      "value": ""
    }
  }
}
  • No labels