Last edited 11 months ago
by Demo writer

Onboarding.form and Startpage 1/New employees: Difference between pages

(Difference between pages)
(Created page with "{ "lang": "json", "form_name": "Onboarding", "title": "Onboarding checklist", "showTitle": false, "showFormName": false, "buttonsFloat": false, "ca...")
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
{
<div class="employees">
    "lang": "json",
{{Employee|title=Technical Writer|image=Hschreiber2.jpg|name=Horst Schreiber|department=Dcumentation|username=Hschreiber}}
    "form_name": "Onboarding",
{{Employee|title=Developer|image=Mkalb2.png|name=Maik Kalb|department=Product and Technology|username=Mkalb}}
    "title": "Onboarding checklist",
{{Employee|title=Social Media Consultant|image=Snaumann2.jpg|name=Sarah Naumann|department=Marketing|username=Snaumann}}
    "showTitle": false,
{{Employee|title=Server Administrator|image=Parnoux2.jpg|name=Paul Arnoux|department=Product und Technology|username=Parnoux}}
    "showFormName": false,
{{Employee|title=Sales Agent|image=Pgueler2.jpg|name=Pınar Güler|department=Sales|username=PGüler}}
    "buttonsFloat": false,
{{Employee|title=Customer Relations|image=Erogeberg2.jpg|name=Emma Røgeberg|department=Marketing|username=ERogeberg}}
    "categories": [],
</div>
    "sealAfterCreation": false,
    "enableProgressSave": false,
    "enableEditSummary": false,
    "rlDependencies": [],
    "useFormRevs": false,
    "includable": false,
    "extends": "",
    "abstract": false,
    "partial": false,
    "target": {
        "type": "json-on-wikipage",
        "title": "Onboarding/{{lastname}}_{{firstname}}"
    },
    "show_target_afterAction": false,
    "listeners": {
        "beforeSubmitData": "jscb:function( data ) {\nvar dfd = $.Deferred();\n        var total = 0;\n\tvar checked = 0;\n\tvar items = this.getItems();\n  for( var name in data ) {\n  \tif ( !name.startsWith( 'onboard_item' ) ) {\n    \tcontinue;\n    }\n    total++;\n    if ( data[name].done === true ) {\n    \tchecked++;\n    }\n  }\ndata.progress = ( 100 * checked ) / total;\n  dfd.resolve( data );\n\nreturn dfd.promise();\n  \n}"
    },
    "items": [
        {
            "name": "label-766",
            "widget_label": "Status",
            "help": "",
            "noLayout": true,
            "widget_classes": [],
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "style": "text-align: center; width: 100%;",
            "widget_listeners": [],
            "widgetCustomProps": [],
            "type": "label"
        },
        {
            "name": "progress",
            "label": "Progress",
            "help": "",
            "noLayout": true,
            "widget_classes": [],
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "style": "width: 100%; margin-left: auto; margin-right: auto;\nmargin-bottom: 40px;",
            "widget_listeners": [],
            "widgetCustomProps": {
                "widget_progress": "0"
            },
            "type": "progress_bar"
        },
        {
            "name": "firstname",
            "label": "First name",
            "help": "",
            "noLayout": false,
            "widget_classes": [],
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create"
            ],
            "style": "",
            "widget_listeners": [],
            "value": "",
            "required": true,
            "widgetCustomProps": [],
            "type": "text"
        },
        {
            "name": "lastname",
            "label": "Last name",
            "help": "",
            "noLayout": false,
            "widget_classes": [],
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create"
            ],
            "style": "",
            "widget_listeners": [],
            "value": "",
            "required": true,
            "widgetCustomProps": [],
            "type": "text"
        },
        {
            "name": "section_label-1",
            "help": "",
            "noLayout": true,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "title": "Before the first day at work",
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "type": "section_label"
        },
        {
            "name": "checkbox_multi-adm",
            "label": "Administration",
            "help": "",
            "noLayout": false,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "value": "",
            "required": false,
            "horizontal": false,
            "options": [
                {
                    "data": "onboard_item-adm-1",
                    "label": "Create personnel file"
                },
                {
                    "data": "onboard_item-adm-2",
                    "label": "Request documents (health insurance card, social security number)"
                }
            ],
            "type": "checkbox_multiselect"
        },
        {
            "name": "checkbox_multi-platz",
            "label": "Work station",
            "help": "",
            "noLayout": false,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "value": "",
            "required": false,
            "horizontal": false,
            "options": [
                {
                    "data": "onboard_item-platz-1",
                    "label": "Computer"
                },
                {
                    "data": "onboard_item-platz-2",
                    "label": "E-mail address"
                },
                {
                    "data": "onboard_item-platz-3",
                    "label": "VoIP, phone number"
                },
                {
                    "data": "onboard_item-platz-4",
                    "label": "Software licenses"
                },
                {
                    "data": "onboard_item-platz-5",
                    "label": "Office key"
                },
                {
                    "data": "onboard_item-platz-6",
                    "label": "Parking permit"
                }
            ],
            "type": "checkbox_multiselect"
        },
        {
            "name": "checkbox_multi-verant",
            "label": "Responsibilities",
            "help": "",
            "noLayout": false,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "value": "",
            "required": false,
            "horizontal": false,
            "options": [
                {
                    "data": "onboard_item-verant-1",
                    "label": "Colleagues informed about the new team member"
                },
                {
                    "data": "onboard_item-verant-2",
                    "label": "Mentor is assigned"
                },
                {
                    "data": "onboard_item-verant-3",
                    "label": "Employee has been informed about the topics of the first day at work."
                }
            ],
            "type": "checkbox_multiselect"
        },
        {
            "name": "section_label-2",
            "help": "",
            "noLayout": true,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "title": "On the first day of work",
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "type": "section_label"
        },
        {
            "name": "checkbox_multi-teamleitung",
            "label": "Team lead",
            "help": "",
            "noLayout": false,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "value": "",
            "required": false,
            "horizontal": false,
            "options": [
                {
                    "data": "onboard_item-team-1",
                    "label": "Personal greeting"
                },
                {
                    "data": "onboard_item-team-2",
                    "label": "Introduction to the staff"
                },
                {
                    "data": "onboard_item-team-3",
                    "label": "Company tour (emergency exits, toilets, coffee kitchen)"
                },
                {
                    "data": "onboard_item-team-4",
                    "label": "Handing over all relevant items (keys, access data, ID cards)"
                },
                {
                    "data": "onboard_item-team-5",
                    "label": "Discussion of the orientation plan"
                },
                {
                    "data": "onboard_item-team-6",
                    "label": "Conversation at the end of the day: Open questions? First impressions?"
                }
            ],
            "type": "checkbox_multiselect"
        },
        {
            "name": "section_label-3",
            "help": "",
            "noLayout": true,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "title": "Erste Arbeitswoche",
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "type": "section_label"
        },
        {
            "name": "checkbox_multi-taetig",
            "label": "Tätigkeiten",
            "help": "",
            "noLayout": false,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "value": "",
            "required": false,
            "horizontal": false,
            "options": [
                {
                    "data": "onboard_item-taetig-1",
                    "label": "Team responsibilities have been explained"
                },
                {
                    "data": "onboard_item-taetig-2",
                    "label": "Expectations and goals for the first 4 months are set"
                },
                {
                    "data": "onboard_item-taetig-3",
                    "label": "Meeting with mentor has happenend"
                },
                {
                    "data": "onboard_item-taetig-4",
                    "label": "Initial trainings have been scheduled"
                }
            ],
            "type": "checkbox_multiselect"
        },
        {
            "name": "checkbox_multi-ablauf",
            "label": "Explanation of procedures",
            "help": "",
            "noLayout": false,
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "widget_classes": [],
            "style": "",
            "widgetCustomProps": [],
            "widget_listeners": [],
            "value": "",
            "required": false,
            "horizontal": false,
            "options": [
                {
                    "data": "onboard_item-ablauf-1",
                    "label": "Time keeping"
                },
                {
                    "data": "onboard_item-ablauf-2",
                    "label": "Vacation requests and overtime"
                },
                {
                    "data": "onboard_item-ablauf-3",
                    "label": "Substitute policies"
                },
                {
                    "data": "onboard_item-ablauf-4",
                    "label": "Use of the internal wiki"
                }
            ],
            "type": "checkbox_multiselect"
        },
        {
            "name": "textarea-800",
            "label": "Notes",
            "help": "",
            "noLayout": false,
            "widget_classes": [],
            "showOn": [
                "create",
                "edit",
                "view"
            ],
            "editableOn": [
                "create",
                "edit"
            ],
            "style": "",
            "widget_listeners": [],
            "value": "",
            "required": false,
            "rows": "6",
            "placeholder": "Additional infos regarding the onboarding...",
            "widgetCustomProps": [],
            "type": "textarea"
        }
    ],
    "_id": "Onboarding.form"
}

Revision as of 13:49, 9 February 2023

Photo of Horst Schreiber
Dcumentation
Technical Writer
Photo of Maik Kalb
Product and Technology
Developer
Photo of Sarah Naumann
Marketing
Social Media Consultant
Photo of Paul Arnoux
Product und Technology
Server Administrator
Photo of Pınar Güler
Sales
Sales Agent
Photo of Emma Røgeberg
Marketing
Customer Relations
No categories assignedEdit

Discussions