Human Resources - Career Development Plan Review 202x
This is what the template looks like as a data form.
Â
We show you how to import this template here:
Data Forms templates - How to export and import templates | Import templates
{
"id": "hr-career-development-supervisor-review",
"name": "HR - Career Development Plan Review",
"description": "This form is designed to help you review the career development plans of your team members.",
"metadata": {
"created": "2021-01-01T01:01:01.000+0000",
"updated": "2022-08-15T01:01:01.000+0000",
"creator": {
"id": "evolu.software"
},
"updater": {
"id": "evolu.software"
},
"template" : {
"id" : "${yyyy-mm-dd}-${tid}",
"name" : "HR - 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"
}
}
}
Â
Â