mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 22:00:09 +00:00
24046 lines
No EOL
1.2 MiB
24046 lines
No EOL
1.2 MiB
{
|
|
"baserow_template_version": 1,
|
|
"name": "Business Goal Tracker (OKRs)",
|
|
"icon": "iconoir-okrs",
|
|
"keywords": [
|
|
"OKR",
|
|
"objectives and key results",
|
|
"goal tracker",
|
|
"business goal tracker",
|
|
"objectives tracker",
|
|
"progress tracker"
|
|
],
|
|
"categories": [
|
|
"Business Strategy"
|
|
],
|
|
"export": [
|
|
{
|
|
"id": 245,
|
|
"name": "Business Goal Tracker",
|
|
"order": 1,
|
|
"type": "database",
|
|
"tables": [
|
|
{
|
|
"id": 937,
|
|
"name": "Objectives",
|
|
"order": 1,
|
|
"fields": [
|
|
{
|
|
"id": 9536,
|
|
"type": "formula",
|
|
"name": "ID",
|
|
"order": 0,
|
|
"primary": true,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "concat( \n \"OBJ\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9537,
|
|
"type": "link_row",
|
|
"name": "Department",
|
|
"order": 2,
|
|
"primary": false,
|
|
"link_row_table_id": 942,
|
|
"link_row_related_field_id": 9617,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9538,
|
|
"type": "text",
|
|
"name": "Title",
|
|
"order": 3,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9539,
|
|
"type": "long_text",
|
|
"name": "Description",
|
|
"order": 4,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": true
|
|
},
|
|
{
|
|
"id": 9540,
|
|
"type": "link_row",
|
|
"name": "Leader",
|
|
"order": 5,
|
|
"primary": false,
|
|
"link_row_table_id": 940,
|
|
"link_row_related_field_id": 9602,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9541,
|
|
"type": "created_on",
|
|
"name": "Date created",
|
|
"order": 6,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": true,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": "Asia/Singapore"
|
|
},
|
|
{
|
|
"id": 9542,
|
|
"type": "last_modified",
|
|
"name": "Date updated",
|
|
"order": 7,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": true,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": "Asia/Singapore"
|
|
},
|
|
{
|
|
"id": 9543,
|
|
"type": "formula",
|
|
"name": "Key result count",
|
|
"order": 8,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "if( \n or( \n isblank(join(field(\"Related key results\"), \"\")), \n length(join(field(\"Related key results\"), \"\")) < 1 \n ), \n \"N/A\", \n count(field(\"Related key results\")) \n)",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9544,
|
|
"type": "long_text",
|
|
"name": "Additional notes",
|
|
"order": 10,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": true
|
|
},
|
|
{
|
|
"id": 9545,
|
|
"type": "formula",
|
|
"name": "Department for sorting",
|
|
"order": 12,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "join(totext(field(\"Department\")), \"\")",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9546,
|
|
"type": "link_row",
|
|
"name": "Related key results",
|
|
"order": 14,
|
|
"primary": false,
|
|
"link_row_table_id": 938,
|
|
"link_row_related_field_id": 9555,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9547,
|
|
"type": "link_row",
|
|
"name": "Parent objective ID",
|
|
"order": 15,
|
|
"primary": false,
|
|
"link_row_table_id": 937,
|
|
"link_row_related_field_id": null,
|
|
"has_related_field": false
|
|
},
|
|
{
|
|
"id": 9548,
|
|
"type": "formula",
|
|
"name": "Progress status (%)",
|
|
"order": 16,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 2,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "round( \n avg( \n filter( \n lookup(\"Related key results\", \"Progress status (%)\"), \n and( \n totext(lookup(\"Related key results\", \"Status\")) != \"New\", \n totext(lookup(\"Related key results\", \"Status\")) != \"Cancelled\" \n ) \n ) \n ), \n 2 \n)",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 9549,
|
|
"type": "formula",
|
|
"name": "Is department leader match",
|
|
"order": 18,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "if( \n any(lookup(\"Leader\", \"Department\") = field(\"Department\")), \n True, \n False \n)",
|
|
"formula_type": "boolean"
|
|
},
|
|
{
|
|
"id": 9550,
|
|
"type": "single_select",
|
|
"name": "Target period",
|
|
"order": 20,
|
|
"primary": false,
|
|
"select_options": [
|
|
{
|
|
"id": 3720,
|
|
"value": "2024-Q1",
|
|
"color": "dark-blue",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 3721,
|
|
"value": "2024-Q2",
|
|
"color": "blue",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 3722,
|
|
"value": "2024-Q3",
|
|
"color": "light-blue",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 3723,
|
|
"value": "2024-Q4",
|
|
"color": "light-gray",
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 3724,
|
|
"value": "2025-Q1",
|
|
"color": "orange",
|
|
"order": 4
|
|
},
|
|
{
|
|
"id": 3725,
|
|
"value": "2025-Q2",
|
|
"color": "orange",
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 3726,
|
|
"value": "2025-Q3",
|
|
"color": "orange",
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 3727,
|
|
"value": "2025-Q4",
|
|
"color": "orange",
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 3728,
|
|
"value": "YYYY-QX",
|
|
"color": "dark-red",
|
|
"order": 8
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 9551,
|
|
"type": "formula",
|
|
"name": "Status",
|
|
"order": 21,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "if( \n or( \n isblank(join(field(\"Related key results\"), \"\")), \n length(join(field(\"Related key results\"), \"\")) < 1 \n ), \n \"\", \n if( \n any(totext(lookup(\"Related key results\", \"Status\")) = \"Missed\"), \n \"\u274c Missed\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Cancelled\"), \n \"\u2702\ufe0f Cancelled\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"On hold\"), \n \"\ud83e\udd76 On hold\", \n if( \n or( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Completed\"), \n avg(lookup(\"Related key results\", \"Progress status (%)\")) = 100 \n ), \n \"\ud83c\udfc6 Achieved\", \n if( \n or( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"In progress\"), \n avg(lookup(\"Related key results\", \"Progress status (%)\")) > 0 \n ), \n \"\u23f3 In progress\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"New\"), \n \"\ud83d\udca1 New\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Scheduled\"), \n \"\ud83d\udcc6 Scheduled\", \n if( \n any(totext(lookup(\"Related key results\", \"Status\")) = \"Scheduled\"), \n \"\ud83d\udcc6 Scheduled\", \n \"\ud83d\udca1 New\" \n ) \n ) \n ) \n ) \n ) \n ) \n ) \n ) \n)",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9552,
|
|
"type": "rollup",
|
|
"name": "Department name",
|
|
"order": 22,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"through_field_id": 9537,
|
|
"target_field_id": 9612,
|
|
"rollup_function": "min"
|
|
},
|
|
{
|
|
"id": 9553,
|
|
"type": "rollup",
|
|
"name": "Leader name",
|
|
"order": 23,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"through_field_id": 9540,
|
|
"target_field_id": 9583,
|
|
"rollup_function": "min"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 4358,
|
|
"type": "grid",
|
|
"name": "All objectives",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3635,
|
|
"field_id": 9550,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3636,
|
|
"field_id": 9545,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3637,
|
|
"field_id": 9548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1692,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": "0"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1693,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "341518e9-110f-479d-8144-44443caa1f91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 34935,
|
|
"field_id": 9536,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 34936,
|
|
"field_id": 9537,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34937,
|
|
"field_id": 9552,
|
|
"width": 186,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34938,
|
|
"field_id": 9550,
|
|
"width": 155,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34939,
|
|
"field_id": 9538,
|
|
"width": 263,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 34940,
|
|
"field_id": 9539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34941,
|
|
"field_id": 9540,
|
|
"width": 141,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34942,
|
|
"field_id": 9553,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34943,
|
|
"field_id": 9547,
|
|
"width": 188,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34944,
|
|
"field_id": 9551,
|
|
"width": 119,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34945,
|
|
"field_id": 9548,
|
|
"width": 193,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 34946,
|
|
"field_id": 9543,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34947,
|
|
"field_id": 9544,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34948,
|
|
"field_id": 9541,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34949,
|
|
"field_id": 9542,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34950,
|
|
"field_id": 9546,
|
|
"width": 176,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34951,
|
|
"field_id": 9545,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34952,
|
|
"field_id": 9549,
|
|
"width": 231,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4359,
|
|
"type": "grid",
|
|
"name": "All objectives in progress",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2492,
|
|
"field_id": 9551,
|
|
"type": "equal",
|
|
"value": "\u23f3 In progress",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3638,
|
|
"field_id": 9550,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3639,
|
|
"field_id": 9545,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3640,
|
|
"field_id": 9548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1694,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": "0"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1695,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "341518e9-110f-479d-8144-44443caa1f91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 34953,
|
|
"field_id": 9536,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 34954,
|
|
"field_id": 9537,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34955,
|
|
"field_id": 9552,
|
|
"width": 186,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34956,
|
|
"field_id": 9550,
|
|
"width": 155,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34957,
|
|
"field_id": 9538,
|
|
"width": 263,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 34958,
|
|
"field_id": 9539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34959,
|
|
"field_id": 9540,
|
|
"width": 141,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34960,
|
|
"field_id": 9553,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34961,
|
|
"field_id": 9547,
|
|
"width": 188,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34962,
|
|
"field_id": 9551,
|
|
"width": 119,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34963,
|
|
"field_id": 9548,
|
|
"width": 193,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 34964,
|
|
"field_id": 9543,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34965,
|
|
"field_id": 9544,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34966,
|
|
"field_id": 9541,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34967,
|
|
"field_id": 9542,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34968,
|
|
"field_id": 9546,
|
|
"width": 176,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34969,
|
|
"field_id": 9545,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34970,
|
|
"field_id": 9549,
|
|
"width": 231,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4360,
|
|
"type": "grid",
|
|
"name": "All objectives grouped by Department",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3641,
|
|
"field_id": 9550,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3642,
|
|
"field_id": 9545,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3643,
|
|
"field_id": 9548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 375,
|
|
"field_id": 9552,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [
|
|
{
|
|
"id": 1696,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": "0"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1697,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "341518e9-110f-479d-8144-44443caa1f91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 34971,
|
|
"field_id": 9536,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 34972,
|
|
"field_id": 9537,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34973,
|
|
"field_id": 9552,
|
|
"width": 186,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34974,
|
|
"field_id": 9550,
|
|
"width": 155,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34975,
|
|
"field_id": 9538,
|
|
"width": 263,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 34976,
|
|
"field_id": 9539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34977,
|
|
"field_id": 9540,
|
|
"width": 141,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34978,
|
|
"field_id": 9553,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34979,
|
|
"field_id": 9547,
|
|
"width": 188,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34980,
|
|
"field_id": 9551,
|
|
"width": 119,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34981,
|
|
"field_id": 9548,
|
|
"width": 193,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 34982,
|
|
"field_id": 9543,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34983,
|
|
"field_id": 9544,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34984,
|
|
"field_id": 9541,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34985,
|
|
"field_id": 9542,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34986,
|
|
"field_id": 9546,
|
|
"width": 176,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34987,
|
|
"field_id": 9545,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34988,
|
|
"field_id": 9549,
|
|
"width": 231,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4361,
|
|
"type": "grid",
|
|
"name": "All objectives grouped by Leader",
|
|
"order": 5,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3644,
|
|
"field_id": 9550,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3645,
|
|
"field_id": 9545,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3646,
|
|
"field_id": 9548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 376,
|
|
"field_id": 9553,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [
|
|
{
|
|
"id": 1698,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": "0"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1699,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "341518e9-110f-479d-8144-44443caa1f91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 34989,
|
|
"field_id": 9536,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 34990,
|
|
"field_id": 9537,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34991,
|
|
"field_id": 9552,
|
|
"width": 186,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34992,
|
|
"field_id": 9550,
|
|
"width": 155,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34993,
|
|
"field_id": 9538,
|
|
"width": 263,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 34994,
|
|
"field_id": 9539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34995,
|
|
"field_id": 9540,
|
|
"width": 141,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34996,
|
|
"field_id": 9553,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34997,
|
|
"field_id": 9547,
|
|
"width": 188,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 34998,
|
|
"field_id": 9551,
|
|
"width": 119,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 34999,
|
|
"field_id": 9548,
|
|
"width": 193,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35000,
|
|
"field_id": 9543,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35001,
|
|
"field_id": 9544,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35002,
|
|
"field_id": 9541,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35003,
|
|
"field_id": 9542,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35004,
|
|
"field_id": 9546,
|
|
"width": 176,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35005,
|
|
"field_id": 9545,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35006,
|
|
"field_id": 9549,
|
|
"width": 231,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4362,
|
|
"type": "grid",
|
|
"name": "All objectives grouped by Status",
|
|
"order": 6,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3647,
|
|
"field_id": 9550,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3648,
|
|
"field_id": 9545,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3649,
|
|
"field_id": 9548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 377,
|
|
"field_id": 9551,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [
|
|
{
|
|
"id": 1700,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": "0"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1701,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "341518e9-110f-479d-8144-44443caa1f91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35007,
|
|
"field_id": 9536,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35008,
|
|
"field_id": 9537,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35009,
|
|
"field_id": 9552,
|
|
"width": 186,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35010,
|
|
"field_id": 9550,
|
|
"width": 155,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35011,
|
|
"field_id": 9538,
|
|
"width": 263,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35012,
|
|
"field_id": 9539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35013,
|
|
"field_id": 9540,
|
|
"width": 141,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35014,
|
|
"field_id": 9553,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35015,
|
|
"field_id": 9547,
|
|
"width": 188,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35016,
|
|
"field_id": 9551,
|
|
"width": 119,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35017,
|
|
"field_id": 9548,
|
|
"width": 193,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35018,
|
|
"field_id": 9543,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35019,
|
|
"field_id": 9544,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35020,
|
|
"field_id": 9541,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35021,
|
|
"field_id": 9542,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35022,
|
|
"field_id": 9546,
|
|
"width": 176,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35023,
|
|
"field_id": 9545,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35024,
|
|
"field_id": 9549,
|
|
"width": 231,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4363,
|
|
"type": "grid",
|
|
"name": "Objectives for 2024-Q1",
|
|
"order": 7,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2493,
|
|
"field_id": 9550,
|
|
"type": "single_select_equal",
|
|
"value": "3720",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3650,
|
|
"field_id": 9550,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3651,
|
|
"field_id": 9545,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3652,
|
|
"field_id": 9548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1702,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": "0"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1703,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "341518e9-110f-479d-8144-44443caa1f91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35025,
|
|
"field_id": 9536,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35026,
|
|
"field_id": 9537,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35027,
|
|
"field_id": 9550,
|
|
"width": 143,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35028,
|
|
"field_id": 9538,
|
|
"width": 263,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35029,
|
|
"field_id": 9539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35030,
|
|
"field_id": 9540,
|
|
"width": 141,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35031,
|
|
"field_id": 9547,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35032,
|
|
"field_id": 9551,
|
|
"width": 106,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35033,
|
|
"field_id": 9548,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35034,
|
|
"field_id": 9543,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35035,
|
|
"field_id": 9544,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35036,
|
|
"field_id": 9541,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35037,
|
|
"field_id": 9542,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35038,
|
|
"field_id": 9546,
|
|
"width": 176,
|
|
"hidden": true,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35039,
|
|
"field_id": 9545,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35040,
|
|
"field_id": 9549,
|
|
"width": 231,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35041,
|
|
"field_id": 9552,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35042,
|
|
"field_id": 9553,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4364,
|
|
"type": "grid",
|
|
"name": "Objectives for 2024-Q2",
|
|
"order": 8,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2494,
|
|
"field_id": 9550,
|
|
"type": "single_select_equal",
|
|
"value": "3721",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3653,
|
|
"field_id": 9550,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3654,
|
|
"field_id": 9545,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3655,
|
|
"field_id": 9548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1704,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": "0"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1705,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "341518e9-110f-479d-8144-44443caa1f91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35043,
|
|
"field_id": 9536,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35044,
|
|
"field_id": 9537,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35045,
|
|
"field_id": 9550,
|
|
"width": 143,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35046,
|
|
"field_id": 9538,
|
|
"width": 263,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35047,
|
|
"field_id": 9539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35048,
|
|
"field_id": 9540,
|
|
"width": 141,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35049,
|
|
"field_id": 9547,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35050,
|
|
"field_id": 9551,
|
|
"width": 106,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35051,
|
|
"field_id": 9548,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35052,
|
|
"field_id": 9543,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35053,
|
|
"field_id": 9544,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35054,
|
|
"field_id": 9541,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35055,
|
|
"field_id": 9542,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35056,
|
|
"field_id": 9546,
|
|
"width": 176,
|
|
"hidden": true,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35057,
|
|
"field_id": 9545,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35058,
|
|
"field_id": 9549,
|
|
"width": 231,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35059,
|
|
"field_id": 9552,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35060,
|
|
"field_id": 9553,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4365,
|
|
"type": "grid",
|
|
"name": "Objectives for 2024-Q3",
|
|
"order": 9,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2495,
|
|
"field_id": 9550,
|
|
"type": "single_select_equal",
|
|
"value": "3722",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3656,
|
|
"field_id": 9550,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3657,
|
|
"field_id": 9545,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3658,
|
|
"field_id": 9548,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1706,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": "0"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1707,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "341518e9-110f-479d-8144-44443caa1f91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35061,
|
|
"field_id": 9536,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35062,
|
|
"field_id": 9537,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35063,
|
|
"field_id": 9550,
|
|
"width": 143,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35064,
|
|
"field_id": 9538,
|
|
"width": 263,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35065,
|
|
"field_id": 9539,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35066,
|
|
"field_id": 9540,
|
|
"width": 141,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35067,
|
|
"field_id": 9547,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35068,
|
|
"field_id": 9551,
|
|
"width": 106,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35069,
|
|
"field_id": 9548,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35070,
|
|
"field_id": 9543,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35071,
|
|
"field_id": 9544,
|
|
"width": 181,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35072,
|
|
"field_id": 9541,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35073,
|
|
"field_id": 9542,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35074,
|
|
"field_id": 9546,
|
|
"width": 176,
|
|
"hidden": true,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35075,
|
|
"field_id": 9545,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35076,
|
|
"field_id": 9549,
|
|
"width": 231,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35077,
|
|
"field_id": 9552,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35078,
|
|
"field_id": 9553,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4366,
|
|
"type": "kanban",
|
|
"name": "By target period",
|
|
"order": 10,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1708,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a660d6c1-3d28-410f-a388-0a50704cc1cd",
|
|
"color": "dark-orange",
|
|
"filters": [
|
|
{
|
|
"id": "af1b5327-9862-48cc-94da-da57cb0c99ec",
|
|
"type": "boolean",
|
|
"field": 9549,
|
|
"value": ""
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1709,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "87ada9af-68a6-4597-9dcc-6e4b53184c7c",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "68da81ca-fc29-4452-8d47-9c1d1f749167",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Achieved"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "f6e77d87-069c-4a93-a856-65838c7b9718",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "ddc9c469-2025-45d9-95ba-bbb314b28f5c",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Missed"
|
|
},
|
|
{
|
|
"id": "cff942e4-51e8-497d-b4a6-c968cb759892",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "Cancelled"
|
|
}
|
|
],
|
|
"operator": "OR"
|
|
},
|
|
{
|
|
"id": "ca5a74af-f514-4549-8b16-b9554458c54f",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "b5ab3f52-b0e6-41a5-92ba-b0d9255cf677",
|
|
"type": "contains",
|
|
"field": 9551,
|
|
"value": "On hold"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"single_select_field_id": 9550,
|
|
"field_options": [
|
|
{
|
|
"id": 6591,
|
|
"field_id": 9536,
|
|
"hidden": false,
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 6592,
|
|
"field_id": 9537,
|
|
"hidden": false,
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 6593,
|
|
"field_id": 9538,
|
|
"hidden": false,
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 6594,
|
|
"field_id": 9539,
|
|
"hidden": false,
|
|
"order": 4
|
|
},
|
|
{
|
|
"id": 6595,
|
|
"field_id": 9540,
|
|
"hidden": false,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 6596,
|
|
"field_id": 9541,
|
|
"hidden": true,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 6597,
|
|
"field_id": 9542,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 6598,
|
|
"field_id": 9543,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 6599,
|
|
"field_id": 9544,
|
|
"hidden": true,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 6600,
|
|
"field_id": 9545,
|
|
"hidden": true,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 6601,
|
|
"field_id": 9546,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 6602,
|
|
"field_id": 9551,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 6603,
|
|
"field_id": 9548,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 6604,
|
|
"field_id": 9547,
|
|
"hidden": true,
|
|
"order": 14
|
|
},
|
|
{
|
|
"id": 6605,
|
|
"field_id": 9549,
|
|
"hidden": true,
|
|
"order": 15
|
|
},
|
|
{
|
|
"id": 6606,
|
|
"field_id": 9550,
|
|
"hidden": true,
|
|
"order": 16
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4367,
|
|
"type": "form",
|
|
"name": "Add objective",
|
|
"order": 11,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"public": false,
|
|
"title": "Add a new goal",
|
|
"description": "",
|
|
"cover_image": {
|
|
"name": "BqLmDBEDpc2v587sn4HIIJbSIwaatdnZ_ddf9d954de898db47bb2df2a03c0af4eb23760208e68445d3ce48d93d0233262.jpg",
|
|
"original_name": "Header.Target.09.jpg"
|
|
},
|
|
"logo_image": null,
|
|
"submit_text": "Submit",
|
|
"submit_action": "MESSAGE",
|
|
"submit_action_message": "A new objective or goal was successfully added to the database. Please reload this page to add more.",
|
|
"submit_action_redirect_url": "",
|
|
"field_options": [
|
|
{
|
|
"id": 4798,
|
|
"field_id": 9537,
|
|
"name": "",
|
|
"description": "Please select the department within your organization for which this goal or objective is intended.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 0,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4799,
|
|
"field_id": 9550,
|
|
"name": "",
|
|
"description": "Please select the time frame for completing and tracking this objective and its key results. OKRs are typically set per quarter, so an example would be the year and quarter in which the goal is to be completed (e.g., \"2024-Q3\").",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 1,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4800,
|
|
"field_id": 9538,
|
|
"name": "",
|
|
"description": "Please give this objective a name or a brief summary.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 2,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4801,
|
|
"field_id": 9539,
|
|
"name": "",
|
|
"description": "Type below a detailed explanation or description of this objective.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 3,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4802,
|
|
"field_id": 9547,
|
|
"name": "",
|
|
"description": "If applicable, select the parent objective ID for which this child objective is intended. This is for more complex goal structures in which this objective may be a key result of a top-level goal.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 4,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4803,
|
|
"field_id": 9540,
|
|
"name": "",
|
|
"description": "Select the team leader who is supposed to oversee or be in charge of achieving this objective.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 5,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4804,
|
|
"field_id": 9544,
|
|
"name": "",
|
|
"description": "Enter any additional remarks about this objective.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 6,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4805,
|
|
"field_id": 9536,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 7,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4806,
|
|
"field_id": 9541,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 8,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4807,
|
|
"field_id": 9542,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 9,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4808,
|
|
"field_id": 9543,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 10,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4809,
|
|
"field_id": 9545,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 11,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4810,
|
|
"field_id": 9546,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 12,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4811,
|
|
"field_id": 9548,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 13,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4812,
|
|
"field_id": 9549,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 14,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4813,
|
|
"field_id": 9551,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 15,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4814,
|
|
"field_id": 9552,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4815,
|
|
"field_id": 9553,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.309723+00:00",
|
|
"updated_on": "2024-04-30T07:39:37.731564+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
8
|
|
],
|
|
"field_9538": "Increase company revenue",
|
|
"field_9539": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
|
|
"field_9540": [
|
|
1
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
|
|
"field_9545": null,
|
|
"field_9546": [],
|
|
"field_9547": [],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.309819+00:00",
|
|
"updated_on": "2023-02-03T02:58:09.534855+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
8
|
|
],
|
|
"field_9538": "Achieve higher customer satisfaction",
|
|
"field_9539": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
|
|
"field_9540": [
|
|
5
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
|
|
"field_9545": null,
|
|
"field_9546": [],
|
|
"field_9547": [],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.309876+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.119323+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
7
|
|
],
|
|
"field_9538": "Improve on our previous quarters sales performance",
|
|
"field_9539": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
|
|
"field_9540": [
|
|
3
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
1,
|
|
2
|
|
],
|
|
"field_9547": [
|
|
1
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.309925+00:00",
|
|
"updated_on": "2024-04-30T12:09:20.024864+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
4
|
|
],
|
|
"field_9538": "Reduce operational costs by 10%",
|
|
"field_9539": "Our goal for the coming quarter is to cut operational costs by 10%. This will assist us in increasing profitability and developing a more sustainable business model.",
|
|
"field_9540": [
|
|
3
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "Other executives are monitoring the progress of this objective too.",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
3
|
|
],
|
|
"field_9547": [
|
|
1
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.309970+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.173687+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
6
|
|
],
|
|
"field_9538": "Increase number of active users by 20%",
|
|
"field_9539": "Our goal for the next quarter is to increase the number of active users by 20%. This will assist us in increasing user engagement and revenue through increased usage.",
|
|
"field_9540": [
|
|
4
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
4,
|
|
5
|
|
],
|
|
"field_9547": [
|
|
1
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310011+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.197936+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
1
|
|
],
|
|
"field_9538": "Develop new products",
|
|
"field_9539": "Within the next quarter, we hope to develop and launch two new products. This will allow us to broaden our product line and increase revenue by introducing new products.",
|
|
"field_9540": [
|
|
2
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
6,
|
|
7,
|
|
8,
|
|
9
|
|
],
|
|
"field_9547": [
|
|
1
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310055+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.230979+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
1
|
|
],
|
|
"field_9538": "Review our products' quality",
|
|
"field_9539": "Our goal is to evaluate and enhance the quality of our existing items. This will assist us in ensuring customer happiness, enhancing customer loyalty, and decreasing returns and warranty claims.",
|
|
"field_9540": [
|
|
2
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
10,
|
|
11
|
|
],
|
|
"field_9547": [
|
|
2
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310086+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.258950+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
7
|
|
],
|
|
"field_9538": "Expand our customer service",
|
|
"field_9539": "Our objective is to expand and improve our customer service offerings. This will help us to provide better support to our customers, increase customer satisfaction, and reduce customer churn.",
|
|
"field_9540": [
|
|
5
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
12,
|
|
13
|
|
],
|
|
"field_9547": [
|
|
2
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310115+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.283937+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
7
|
|
],
|
|
"field_9538": "Enhance skills of our customer service team",
|
|
"field_9539": "To that end, we're working to strengthen the abilities of our support staff. We can improve our customer service, which will lead to happier clients who are less likely to leave us as a result.",
|
|
"field_9540": [
|
|
5
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
14,
|
|
15
|
|
],
|
|
"field_9547": [
|
|
2
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310143+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.308441+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
7
|
|
],
|
|
"field_9538": "Come up with incentives for our new customers",
|
|
"field_9539": "To acquire and retain customers, we provide fresh incentives. This will boost revenue, customer retention, and acquisition.",
|
|
"field_9540": [
|
|
5
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
16,
|
|
17
|
|
],
|
|
"field_9547": [
|
|
2
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3720,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 11,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310172+00:00",
|
|
"updated_on": "2023-02-03T02:58:12.669625+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
8
|
|
],
|
|
"field_9538": "Increase company revenue",
|
|
"field_9539": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
|
|
"field_9540": [
|
|
1
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
|
|
"field_9545": null,
|
|
"field_9546": [],
|
|
"field_9547": [],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3721,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 12,
|
|
"order": "12.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310199+00:00",
|
|
"updated_on": "2023-02-03T02:58:13.974873+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
8
|
|
],
|
|
"field_9538": "Achieve higher customer retention rate",
|
|
"field_9539": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
|
|
"field_9540": [
|
|
5
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
|
|
"field_9545": null,
|
|
"field_9546": [],
|
|
"field_9547": [],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3721,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 13,
|
|
"order": "13.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310227+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.387086+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
7
|
|
],
|
|
"field_9538": "Improve on our previous quarters sales performance",
|
|
"field_9539": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
|
|
"field_9540": [
|
|
3
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
18,
|
|
19
|
|
],
|
|
"field_9547": [
|
|
11
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3721,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 14,
|
|
"order": "14.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310256+00:00",
|
|
"updated_on": "2023-02-03T02:43:24.503706+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
6
|
|
],
|
|
"field_9538": "Increase number of active users by 30%",
|
|
"field_9539": "Our goal for the next quarter is to increase the number of active users by 30%. This will assist us in increasing user engagement and revenue through increased usage.",
|
|
"field_9540": [
|
|
4
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "Other executives are monitoring the progress of this objective too.",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
20,
|
|
21
|
|
],
|
|
"field_9547": [
|
|
11
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3721,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 15,
|
|
"order": "15.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310283+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.637575+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
1
|
|
],
|
|
"field_9538": "Develop new products",
|
|
"field_9539": "Within the next quarter, we hope to develop and launch two new products. This will allow us to broaden our product line and increase revenue by introducing new products.",
|
|
"field_9540": [
|
|
2
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
22,
|
|
23,
|
|
24,
|
|
25
|
|
],
|
|
"field_9547": [
|
|
11
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3721,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 16,
|
|
"order": "16.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310312+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.664692+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
1
|
|
],
|
|
"field_9538": "Review our products' quality",
|
|
"field_9539": "Our goal is to evaluate and enhance the quality of our existing items. This will assist us in ensuring customer happiness, enhancing customer loyalty, and decreasing returns and warranty claims.",
|
|
"field_9540": [
|
|
2
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
26
|
|
],
|
|
"field_9547": [
|
|
12
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3721,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 17,
|
|
"order": "17.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310339+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.691043+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
6
|
|
],
|
|
"field_9538": "Implement new customer loyalty program",
|
|
"field_9539": "The new customer loyalty program will be used to boost loyalty and retention rates. We can grow sales, keep our best clients, and keep them coming back for more with this strategy.",
|
|
"field_9540": [
|
|
4
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
27,
|
|
28
|
|
],
|
|
"field_9547": [
|
|
12
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3721,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 18,
|
|
"order": "18.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310368+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.717414+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
6
|
|
],
|
|
"field_9538": "Launch new product events",
|
|
"field_9539": "The goal of launching new product events is to raise brand awareness and increase product sales. This will help us get the word out about our products, find new customers, and make more money.",
|
|
"field_9540": [
|
|
4
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
29,
|
|
30
|
|
],
|
|
"field_9547": [
|
|
12
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3721,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 19,
|
|
"order": "19.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310395+00:00",
|
|
"updated_on": "2023-02-03T02:58:15.519468+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
8
|
|
],
|
|
"field_9538": "Increase company revenue",
|
|
"field_9539": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
|
|
"field_9540": [
|
|
1
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
|
|
"field_9545": null,
|
|
"field_9546": [],
|
|
"field_9547": [],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3722,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 20,
|
|
"order": "20.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310422+00:00",
|
|
"updated_on": "2023-02-03T02:58:17.508788+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
8
|
|
],
|
|
"field_9538": "Achieve 90% customer satisfaction",
|
|
"field_9539": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
|
|
"field_9540": [
|
|
5
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
|
|
"field_9545": null,
|
|
"field_9546": [],
|
|
"field_9547": [],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3722,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 21,
|
|
"order": "21.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310450+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.801005+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
7
|
|
],
|
|
"field_9538": "Improve on our previous quarters sales performance",
|
|
"field_9539": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
|
|
"field_9540": [
|
|
3
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
31
|
|
],
|
|
"field_9547": [
|
|
19
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3722,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 22,
|
|
"order": "22.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310477+00:00",
|
|
"updated_on": "2023-02-03T02:44:01.653885+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
6
|
|
],
|
|
"field_9538": "Increase number of active users by 40%",
|
|
"field_9539": "Our goal for the next quarter is to increase the number of active users by 40%. This will assist us in increasing user engagement and revenue through increased usage.",
|
|
"field_9540": [
|
|
4
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "Other executives are monitoring the progress of this objective too.",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
32
|
|
],
|
|
"field_9547": [
|
|
19
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3722,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 23,
|
|
"order": "23.00000000000000000000",
|
|
"created_on": "2022-10-06T15:47:09.310505+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.857060+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
6
|
|
],
|
|
"field_9538": "Achieve 15% market share",
|
|
"field_9539": "To become a dominant player and expand our customer base, we want to earn a 15% share of the market in our sector. We can expand our consumer base, boost our earnings, and carve ourselves a dominant market position thanks to this.",
|
|
"field_9540": [
|
|
4
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
33,
|
|
34,
|
|
35
|
|
],
|
|
"field_9547": [
|
|
19
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3722,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
},
|
|
{
|
|
"id": 24,
|
|
"order": "24.00000000000000000000",
|
|
"created_on": "2023-01-24T16:27:05.090404+00:00",
|
|
"updated_on": "2023-02-03T02:06:23.882250+00:00",
|
|
"field_9536": null,
|
|
"field_9537": [
|
|
1
|
|
],
|
|
"field_9538": "Launch new products",
|
|
"field_9539": "We hope that by expanding our product line through fresh releases, we may attract a wider audience. This will enable us to outpace the competition, increase the variety of our revenue streams, and cater to our clients' ever-changing wants and needs.",
|
|
"field_9540": [
|
|
2
|
|
],
|
|
"field_9541": null,
|
|
"field_9542": null,
|
|
"field_9543": null,
|
|
"field_9544": "",
|
|
"field_9545": null,
|
|
"field_9546": [
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9547": [
|
|
19
|
|
],
|
|
"field_9548": null,
|
|
"field_9549": null,
|
|
"field_9550": 3722,
|
|
"field_9551": null,
|
|
"field_9552": null,
|
|
"field_9553": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 938,
|
|
"name": "Key results",
|
|
"order": 2,
|
|
"fields": [
|
|
{
|
|
"id": 9554,
|
|
"type": "formula",
|
|
"name": "ID",
|
|
"order": 0,
|
|
"primary": true,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "concat( \n \"KR\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9555,
|
|
"type": "link_row",
|
|
"name": "Objective ID",
|
|
"order": 3,
|
|
"primary": false,
|
|
"link_row_table_id": 937,
|
|
"link_row_related_field_id": 9546,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9556,
|
|
"type": "text",
|
|
"name": "Title",
|
|
"order": 6,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9557,
|
|
"type": "long_text",
|
|
"name": "Description",
|
|
"order": 7,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": true
|
|
},
|
|
{
|
|
"id": 9558,
|
|
"type": "created_on",
|
|
"name": "Date created",
|
|
"order": 10,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": true,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": "Asia/Singapore"
|
|
},
|
|
{
|
|
"id": 9559,
|
|
"type": "last_modified",
|
|
"name": "Date updated",
|
|
"order": 11,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": true,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": "Asia/Singapore"
|
|
},
|
|
{
|
|
"id": 9560,
|
|
"type": "formula",
|
|
"name": "Group bgcolor",
|
|
"order": 12,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "join( \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 1, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 6 \n ), \n \"S\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 2, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 7 \n ), \n \"Y\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 3, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 8 \n ), \n \"G\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 4, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 9 \n ), \n \"R\", \n \"B\" \n ) \n ) \n ) \n ), \n \"\" \n)",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9561,
|
|
"type": "formula",
|
|
"name": "Objective ID for sorting",
|
|
"order": 14,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "join(totext(field(\"Objective ID\")), \"\")",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9562,
|
|
"type": "number",
|
|
"name": "Progress status (%)",
|
|
"order": 15,
|
|
"primary": false,
|
|
"number_decimal_places": 2,
|
|
"number_negative": false
|
|
},
|
|
{
|
|
"id": 9563,
|
|
"type": "single_select",
|
|
"name": "Status",
|
|
"order": 16,
|
|
"primary": false,
|
|
"select_options": [
|
|
{
|
|
"id": 3729,
|
|
"value": "New",
|
|
"color": "dark-blue",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 3730,
|
|
"value": "Scheduled",
|
|
"color": "dark-gray",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 3731,
|
|
"value": "In progress",
|
|
"color": "dark-orange",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 3732,
|
|
"value": "On hold",
|
|
"color": "light-red",
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 3733,
|
|
"value": "Missed",
|
|
"color": "red",
|
|
"order": 4
|
|
},
|
|
{
|
|
"id": 3734,
|
|
"value": "Cancelled",
|
|
"color": "dark-red",
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 3735,
|
|
"value": "Completed",
|
|
"color": "dark-green",
|
|
"order": 6
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 9564,
|
|
"type": "link_row",
|
|
"name": "Related updates",
|
|
"order": 17,
|
|
"primary": false,
|
|
"link_row_table_id": 939,
|
|
"link_row_related_field_id": 9574,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9565,
|
|
"type": "count",
|
|
"name": "Update count",
|
|
"order": 18,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"through_field_id": 9564
|
|
},
|
|
{
|
|
"id": 9566,
|
|
"type": "date",
|
|
"name": "Start date",
|
|
"order": 19,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": false,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": null
|
|
},
|
|
{
|
|
"id": 9567,
|
|
"type": "date",
|
|
"name": "End date",
|
|
"order": 20,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": false,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": null
|
|
},
|
|
{
|
|
"id": 9568,
|
|
"type": "link_row",
|
|
"name": "Leader",
|
|
"order": 21,
|
|
"primary": false,
|
|
"link_row_table_id": 940,
|
|
"link_row_related_field_id": 9600,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9569,
|
|
"type": "link_row",
|
|
"name": "Team",
|
|
"order": 22,
|
|
"primary": false,
|
|
"link_row_table_id": 940,
|
|
"link_row_related_field_id": 9601,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9570,
|
|
"type": "rollup",
|
|
"name": "Department",
|
|
"order": 23,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"through_field_id": 9555,
|
|
"target_field_id": 9537,
|
|
"rollup_function": "min"
|
|
},
|
|
{
|
|
"id": 9571,
|
|
"type": "formula",
|
|
"name": "Target period",
|
|
"order": 24,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "join(totext(lookup(\"Objective ID\", \"Target period\")), \"\")",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9572,
|
|
"type": "rollup",
|
|
"name": "Leader name",
|
|
"order": 25,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"through_field_id": 9568,
|
|
"target_field_id": 9583,
|
|
"rollup_function": "min"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 4368,
|
|
"type": "grid",
|
|
"name": "All key results",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3659,
|
|
"field_id": 9561,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1710,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "8364e96c-b822-4882-a890-b60f67755524",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1711,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35079,
|
|
"field_id": 9554,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35080,
|
|
"field_id": 9555,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35081,
|
|
"field_id": 9571,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35082,
|
|
"field_id": 9570,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35083,
|
|
"field_id": 9556,
|
|
"width": 261,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35084,
|
|
"field_id": 9557,
|
|
"width": 231,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35085,
|
|
"field_id": 9563,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35086,
|
|
"field_id": 9562,
|
|
"width": 197,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35087,
|
|
"field_id": 9566,
|
|
"width": 133,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35088,
|
|
"field_id": 9567,
|
|
"width": 127,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35089,
|
|
"field_id": 9568,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35090,
|
|
"field_id": 9572,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35091,
|
|
"field_id": 9569,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35092,
|
|
"field_id": 9565,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35093,
|
|
"field_id": 9558,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35094,
|
|
"field_id": 9559,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35095,
|
|
"field_id": 9564,
|
|
"width": 159,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35096,
|
|
"field_id": 9561,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35097,
|
|
"field_id": 9560,
|
|
"width": 149,
|
|
"hidden": true,
|
|
"order": 18,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4369,
|
|
"type": "grid",
|
|
"name": "Key results for 2024-Q1",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2496,
|
|
"field_id": 9571,
|
|
"type": "equal",
|
|
"value": "2024-Q1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3660,
|
|
"field_id": 9561,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1712,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "8364e96c-b822-4882-a890-b60f67755524",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1713,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35098,
|
|
"field_id": 9554,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35099,
|
|
"field_id": 9555,
|
|
"width": 135,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35100,
|
|
"field_id": 9571,
|
|
"width": 143,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35101,
|
|
"field_id": 9570,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35102,
|
|
"field_id": 9556,
|
|
"width": 261,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35103,
|
|
"field_id": 9557,
|
|
"width": 231,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35104,
|
|
"field_id": 9563,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35105,
|
|
"field_id": 9562,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35106,
|
|
"field_id": 9566,
|
|
"width": 121,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35107,
|
|
"field_id": 9567,
|
|
"width": 115,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35108,
|
|
"field_id": 9568,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35109,
|
|
"field_id": 9569,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35110,
|
|
"field_id": 9565,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35111,
|
|
"field_id": 9558,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35112,
|
|
"field_id": 9559,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35113,
|
|
"field_id": 9564,
|
|
"width": 159,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35114,
|
|
"field_id": 9561,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35115,
|
|
"field_id": 9560,
|
|
"width": 149,
|
|
"hidden": true,
|
|
"order": 18,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35116,
|
|
"field_id": 9572,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4370,
|
|
"type": "grid",
|
|
"name": "Key results for 2024-Q2",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2497,
|
|
"field_id": 9571,
|
|
"type": "equal",
|
|
"value": "2024-Q2",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3661,
|
|
"field_id": 9561,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1714,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "8364e96c-b822-4882-a890-b60f67755524",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1715,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35117,
|
|
"field_id": 9554,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35118,
|
|
"field_id": 9555,
|
|
"width": 135,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35119,
|
|
"field_id": 9571,
|
|
"width": 143,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35120,
|
|
"field_id": 9570,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35121,
|
|
"field_id": 9556,
|
|
"width": 261,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35122,
|
|
"field_id": 9557,
|
|
"width": 231,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35123,
|
|
"field_id": 9563,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35124,
|
|
"field_id": 9562,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35125,
|
|
"field_id": 9566,
|
|
"width": 121,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35126,
|
|
"field_id": 9567,
|
|
"width": 115,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35127,
|
|
"field_id": 9568,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35128,
|
|
"field_id": 9569,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35129,
|
|
"field_id": 9565,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35130,
|
|
"field_id": 9558,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35131,
|
|
"field_id": 9559,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35132,
|
|
"field_id": 9564,
|
|
"width": 159,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35133,
|
|
"field_id": 9561,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35134,
|
|
"field_id": 9560,
|
|
"width": 149,
|
|
"hidden": true,
|
|
"order": 18,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35135,
|
|
"field_id": 9572,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4371,
|
|
"type": "grid",
|
|
"name": "Key results for 2024-Q3",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2498,
|
|
"field_id": 9571,
|
|
"type": "equal",
|
|
"value": "2024-Q3",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3662,
|
|
"field_id": 9561,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1716,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "8364e96c-b822-4882-a890-b60f67755524",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1717,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35136,
|
|
"field_id": 9554,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35137,
|
|
"field_id": 9555,
|
|
"width": 135,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35138,
|
|
"field_id": 9571,
|
|
"width": 143,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35139,
|
|
"field_id": 9570,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35140,
|
|
"field_id": 9556,
|
|
"width": 261,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35141,
|
|
"field_id": 9557,
|
|
"width": 231,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35142,
|
|
"field_id": 9563,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35143,
|
|
"field_id": 9562,
|
|
"width": 176,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35144,
|
|
"field_id": 9566,
|
|
"width": 121,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35145,
|
|
"field_id": 9567,
|
|
"width": 115,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35146,
|
|
"field_id": 9568,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35147,
|
|
"field_id": 9569,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35148,
|
|
"field_id": 9565,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35149,
|
|
"field_id": 9558,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35150,
|
|
"field_id": 9559,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35151,
|
|
"field_id": 9564,
|
|
"width": 159,
|
|
"hidden": true,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35152,
|
|
"field_id": 9561,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35153,
|
|
"field_id": 9560,
|
|
"width": 149,
|
|
"hidden": true,
|
|
"order": 18,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35154,
|
|
"field_id": 9572,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4372,
|
|
"type": "grid",
|
|
"name": "All key results grouped by Department",
|
|
"order": 5,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3663,
|
|
"field_id": 9561,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 378,
|
|
"field_id": 9570,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [
|
|
{
|
|
"id": 1718,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "8364e96c-b822-4882-a890-b60f67755524",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1719,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35155,
|
|
"field_id": 9554,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35156,
|
|
"field_id": 9555,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35157,
|
|
"field_id": 9571,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35158,
|
|
"field_id": 9570,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35159,
|
|
"field_id": 9556,
|
|
"width": 261,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35160,
|
|
"field_id": 9557,
|
|
"width": 231,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35161,
|
|
"field_id": 9563,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35162,
|
|
"field_id": 9562,
|
|
"width": 197,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35163,
|
|
"field_id": 9566,
|
|
"width": 133,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35164,
|
|
"field_id": 9567,
|
|
"width": 127,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35165,
|
|
"field_id": 9568,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35166,
|
|
"field_id": 9572,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35167,
|
|
"field_id": 9569,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35168,
|
|
"field_id": 9565,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35169,
|
|
"field_id": 9558,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35170,
|
|
"field_id": 9559,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35171,
|
|
"field_id": 9564,
|
|
"width": 159,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35172,
|
|
"field_id": 9561,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35173,
|
|
"field_id": 9560,
|
|
"width": 149,
|
|
"hidden": true,
|
|
"order": 18,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4373,
|
|
"type": "grid",
|
|
"name": "All key results grouped by Target period",
|
|
"order": 6,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3664,
|
|
"field_id": 9561,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 379,
|
|
"field_id": 9571,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [
|
|
{
|
|
"id": 1720,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "8364e96c-b822-4882-a890-b60f67755524",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1721,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35174,
|
|
"field_id": 9554,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35175,
|
|
"field_id": 9555,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35176,
|
|
"field_id": 9571,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35177,
|
|
"field_id": 9570,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35178,
|
|
"field_id": 9556,
|
|
"width": 261,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35179,
|
|
"field_id": 9557,
|
|
"width": 231,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35180,
|
|
"field_id": 9563,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35181,
|
|
"field_id": 9562,
|
|
"width": 197,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35182,
|
|
"field_id": 9566,
|
|
"width": 133,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35183,
|
|
"field_id": 9567,
|
|
"width": 127,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35184,
|
|
"field_id": 9568,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35185,
|
|
"field_id": 9572,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35186,
|
|
"field_id": 9569,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35187,
|
|
"field_id": 9565,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35188,
|
|
"field_id": 9558,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35189,
|
|
"field_id": 9559,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35190,
|
|
"field_id": 9564,
|
|
"width": 159,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35191,
|
|
"field_id": 9561,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35192,
|
|
"field_id": 9560,
|
|
"width": 149,
|
|
"hidden": true,
|
|
"order": 18,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4374,
|
|
"type": "grid",
|
|
"name": "All key results grouped by Leader",
|
|
"order": 7,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3665,
|
|
"field_id": 9561,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 380,
|
|
"field_id": 9572,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [
|
|
{
|
|
"id": 1722,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "8364e96c-b822-4882-a890-b60f67755524",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1723,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35193,
|
|
"field_id": 9554,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35194,
|
|
"field_id": 9555,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35195,
|
|
"field_id": 9571,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35196,
|
|
"field_id": 9570,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35197,
|
|
"field_id": 9556,
|
|
"width": 261,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35198,
|
|
"field_id": 9557,
|
|
"width": 231,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35199,
|
|
"field_id": 9563,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35200,
|
|
"field_id": 9562,
|
|
"width": 197,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35201,
|
|
"field_id": 9566,
|
|
"width": 133,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35202,
|
|
"field_id": 9567,
|
|
"width": 127,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35203,
|
|
"field_id": 9568,
|
|
"width": 151,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35204,
|
|
"field_id": 9572,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35205,
|
|
"field_id": 9569,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35206,
|
|
"field_id": 9565,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35207,
|
|
"field_id": 9558,
|
|
"width": 149,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35208,
|
|
"field_id": 9559,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35209,
|
|
"field_id": 9564,
|
|
"width": 159,
|
|
"hidden": true,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35210,
|
|
"field_id": 9561,
|
|
"width": 201,
|
|
"hidden": true,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35211,
|
|
"field_id": 9560,
|
|
"width": 149,
|
|
"hidden": true,
|
|
"order": 18,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4375,
|
|
"type": "calendar",
|
|
"name": "All key results in calendar view",
|
|
"order": 8,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1724,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ea47a64d-6372-4d74-b612-87c0e7afe03e",
|
|
"color": "green",
|
|
"filters": [
|
|
{
|
|
"id": "d1478188-1da3-4639-b3c9-4d37f719e15f",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"group": null,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1725,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "32550090-1eb5-40c2-8ffc-b3ec626312bc",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "25d5e536-a3d4-4a06-91b4-c12ac41fda84",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"group": null,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "5a0c413b-b968-499f-9d0b-c8c22b103d4e",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "19455876-a08e-4f41-9698-4a7c314a8569",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"group": null,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "9770e290-1fa6-4e42-8d0c-09302ab7e10c",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "c2c10d15-dec8-4206-be15-349938267b2a",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"group": null,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "aa3e4d59-c2ea-4833-b024-e50489761bb7",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "c14a572d-2093-48cf-815e-95d01c9af853",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"group": null,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"date_field_id": 9566,
|
|
"field_options": [
|
|
{
|
|
"id": 1135,
|
|
"field_id": 9556,
|
|
"hidden": false,
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1136,
|
|
"field_id": 9554,
|
|
"hidden": false,
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 1137,
|
|
"field_id": 9555,
|
|
"hidden": true,
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 1138,
|
|
"field_id": 9557,
|
|
"hidden": true,
|
|
"order": 4
|
|
},
|
|
{
|
|
"id": 1139,
|
|
"field_id": 9558,
|
|
"hidden": true,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 1140,
|
|
"field_id": 9559,
|
|
"hidden": true,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 1141,
|
|
"field_id": 9560,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 1142,
|
|
"field_id": 9561,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 1143,
|
|
"field_id": 9562,
|
|
"hidden": true,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 1144,
|
|
"field_id": 9563,
|
|
"hidden": true,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 1145,
|
|
"field_id": 9564,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 1146,
|
|
"field_id": 9565,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 1147,
|
|
"field_id": 9566,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 1148,
|
|
"field_id": 9567,
|
|
"hidden": true,
|
|
"order": 14
|
|
},
|
|
{
|
|
"id": 1149,
|
|
"field_id": 9568,
|
|
"hidden": true,
|
|
"order": 15
|
|
},
|
|
{
|
|
"id": 1150,
|
|
"field_id": 9569,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 1151,
|
|
"field_id": 9570,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 1152,
|
|
"field_id": 9571,
|
|
"hidden": true,
|
|
"order": 18
|
|
},
|
|
{
|
|
"id": 1153,
|
|
"field_id": 9572,
|
|
"hidden": true,
|
|
"order": 19
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4376,
|
|
"type": "kanban",
|
|
"name": "By status for 2024-Q1",
|
|
"order": 9,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2499,
|
|
"field_id": 9571,
|
|
"type": "equal",
|
|
"value": "2024-Q1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1726,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1727,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"single_select_field_id": 9563,
|
|
"field_options": [
|
|
{
|
|
"id": 6607,
|
|
"field_id": 9554,
|
|
"hidden": false,
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 6608,
|
|
"field_id": 9570,
|
|
"hidden": false,
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 6609,
|
|
"field_id": 9555,
|
|
"hidden": false,
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 6610,
|
|
"field_id": 9556,
|
|
"hidden": false,
|
|
"order": 4
|
|
},
|
|
{
|
|
"id": 6611,
|
|
"field_id": 9557,
|
|
"hidden": true,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 6612,
|
|
"field_id": 9558,
|
|
"hidden": true,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 6613,
|
|
"field_id": 9559,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 6614,
|
|
"field_id": 9560,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 6615,
|
|
"field_id": 9561,
|
|
"hidden": true,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 6616,
|
|
"field_id": 9562,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 6617,
|
|
"field_id": 9563,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 6618,
|
|
"field_id": 9564,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 6619,
|
|
"field_id": 9565,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 6620,
|
|
"field_id": 9566,
|
|
"hidden": true,
|
|
"order": 14
|
|
},
|
|
{
|
|
"id": 6621,
|
|
"field_id": 9567,
|
|
"hidden": true,
|
|
"order": 15
|
|
},
|
|
{
|
|
"id": 6622,
|
|
"field_id": 9568,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 6623,
|
|
"field_id": 9569,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 6624,
|
|
"field_id": 9571,
|
|
"hidden": true,
|
|
"order": 18
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4377,
|
|
"type": "kanban",
|
|
"name": "By status for 2024-Q2",
|
|
"order": 10,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2500,
|
|
"field_id": 9571,
|
|
"type": "equal",
|
|
"value": "2024-Q2",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1728,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1729,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"single_select_field_id": 9563,
|
|
"field_options": [
|
|
{
|
|
"id": 6625,
|
|
"field_id": 9554,
|
|
"hidden": false,
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 6626,
|
|
"field_id": 9570,
|
|
"hidden": false,
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 6627,
|
|
"field_id": 9555,
|
|
"hidden": false,
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 6628,
|
|
"field_id": 9556,
|
|
"hidden": false,
|
|
"order": 4
|
|
},
|
|
{
|
|
"id": 6629,
|
|
"field_id": 9557,
|
|
"hidden": true,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 6630,
|
|
"field_id": 9558,
|
|
"hidden": true,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 6631,
|
|
"field_id": 9559,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 6632,
|
|
"field_id": 9560,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 6633,
|
|
"field_id": 9561,
|
|
"hidden": true,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 6634,
|
|
"field_id": 9562,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 6635,
|
|
"field_id": 9563,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 6636,
|
|
"field_id": 9564,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 6637,
|
|
"field_id": 9565,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 6638,
|
|
"field_id": 9566,
|
|
"hidden": true,
|
|
"order": 14
|
|
},
|
|
{
|
|
"id": 6639,
|
|
"field_id": 9567,
|
|
"hidden": true,
|
|
"order": 15
|
|
},
|
|
{
|
|
"id": 6640,
|
|
"field_id": 9568,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 6641,
|
|
"field_id": 9569,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 6642,
|
|
"field_id": 9571,
|
|
"hidden": true,
|
|
"order": 18
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4378,
|
|
"type": "kanban",
|
|
"name": "By status for 2024-Q3",
|
|
"order": 11,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2501,
|
|
"field_id": 9571,
|
|
"type": "equal",
|
|
"value": "2024-Q3",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1730,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
|
|
"color": "dark-green",
|
|
"filters": [
|
|
{
|
|
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
|
|
"type": "higher_than",
|
|
"field": 9562,
|
|
"value": "99.9"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 1731,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
|
|
"type": "equal",
|
|
"field": 9560,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 2
|
|
}
|
|
],
|
|
"public": false,
|
|
"single_select_field_id": 9563,
|
|
"field_options": [
|
|
{
|
|
"id": 6643,
|
|
"field_id": 9554,
|
|
"hidden": false,
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 6644,
|
|
"field_id": 9570,
|
|
"hidden": false,
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 6645,
|
|
"field_id": 9555,
|
|
"hidden": false,
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 6646,
|
|
"field_id": 9556,
|
|
"hidden": false,
|
|
"order": 4
|
|
},
|
|
{
|
|
"id": 6647,
|
|
"field_id": 9557,
|
|
"hidden": true,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 6648,
|
|
"field_id": 9558,
|
|
"hidden": true,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 6649,
|
|
"field_id": 9559,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 6650,
|
|
"field_id": 9560,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 6651,
|
|
"field_id": 9561,
|
|
"hidden": true,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 6652,
|
|
"field_id": 9562,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 6653,
|
|
"field_id": 9563,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 6654,
|
|
"field_id": 9564,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 6655,
|
|
"field_id": 9565,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 6656,
|
|
"field_id": 9566,
|
|
"hidden": true,
|
|
"order": 14
|
|
},
|
|
{
|
|
"id": 6657,
|
|
"field_id": 9567,
|
|
"hidden": true,
|
|
"order": 15
|
|
},
|
|
{
|
|
"id": 6658,
|
|
"field_id": 9568,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 6659,
|
|
"field_id": 9569,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 6660,
|
|
"field_id": 9571,
|
|
"hidden": true,
|
|
"order": 18
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4379,
|
|
"type": "form",
|
|
"name": "Add key result",
|
|
"order": 12,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"public": false,
|
|
"title": "Add a key result to your objective",
|
|
"description": "",
|
|
"cover_image": {
|
|
"name": "4NbBpuzymWt8k2NGYZXFOsHOJd3pzBLe_9a2e84a95f806141a57bac7e8c3f742b11212110b6a4e1fd99a77c837e2c0fde.jpg",
|
|
"original_name": "Header.Target.02.jpg"
|
|
},
|
|
"logo_image": null,
|
|
"submit_text": "Submit",
|
|
"submit_action": "MESSAGE",
|
|
"submit_action_message": "A new key result was successfully added to the database. Please reload this page to add more.",
|
|
"submit_action_redirect_url": "",
|
|
"field_options": [
|
|
{
|
|
"id": 4816,
|
|
"field_id": 9555,
|
|
"name": "",
|
|
"description": "Please enter the objective ID for which this key result is intended.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 0,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4817,
|
|
"field_id": 9556,
|
|
"name": "",
|
|
"description": "Please give this key result a name or a brief summary.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 1,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4818,
|
|
"field_id": 9557,
|
|
"name": "",
|
|
"description": "Type below a detailed explanation or description of this key result.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 2,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4819,
|
|
"field_id": 9563,
|
|
"name": "",
|
|
"description": "Please select the current status of this key result.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 3,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4820,
|
|
"field_id": 9562,
|
|
"name": "",
|
|
"description": "Enter the percentage of the current progress toward achieving this key result.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 4,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4821,
|
|
"field_id": 9566,
|
|
"name": "",
|
|
"description": "Enter the date this key result is scheduled to begin its implementation.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 5,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4822,
|
|
"field_id": 9567,
|
|
"name": "",
|
|
"description": "Enter the precise date on which this key result is achieved or completed. This should show accurately whether the parent goal is due or has already been met.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 6,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4823,
|
|
"field_id": 9568,
|
|
"name": "",
|
|
"description": "Select the team leader assigned or responsible for carrying out this key result. This could be the same as the value specified in the parent objective.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 7,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4824,
|
|
"field_id": 9569,
|
|
"name": "",
|
|
"description": "Select the key team members contributing to carrying out this key result.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 8,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4825,
|
|
"field_id": 9554,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 9,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4826,
|
|
"field_id": 9558,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 10,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4827,
|
|
"field_id": 9559,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 11,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4828,
|
|
"field_id": 9560,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 12,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4829,
|
|
"field_id": 9561,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 13,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4830,
|
|
"field_id": 9564,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 14,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4831,
|
|
"field_id": 9565,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 15,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4832,
|
|
"field_id": 9570,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 16,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4833,
|
|
"field_id": 9571,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 17,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.368746+00:00",
|
|
"updated_on": "2024-04-30T06:51:56.659269+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
3
|
|
],
|
|
"field_9556": "Expanding our sales through targeted online advertising and trade show participation",
|
|
"field_9557": "The ultimate goal of this key result item is to increase the company's sales by leveraging the power of online advertising and trade show participation, ultimately contributing to the overall growth and success of the business.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "100.00",
|
|
"field_9563": 3735,
|
|
"field_9564": [
|
|
1,
|
|
2,
|
|
71
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": "2024-02-29",
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.368825+00:00",
|
|
"updated_on": "2024-04-30T06:51:56.669276+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
3
|
|
],
|
|
"field_9556": "Sales training and operational improvements boost conversion rates.",
|
|
"field_9557": "Successful implementation of sales training and operational improvements resulting in increased conversion rates.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "100.00",
|
|
"field_9563": 3735,
|
|
"field_9564": [
|
|
3,
|
|
4,
|
|
5,
|
|
6
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": "2024-03-07",
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.368858+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.232109+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
4
|
|
],
|
|
"field_9556": "Implementing cost-saving measures, such as reducing energy usage and reducing waste",
|
|
"field_9557": "Cost-saving measures implemented, including reduction of energy consumption and waste, leading to increased efficiency and cost savings.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "90.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
72
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
3
|
|
],
|
|
"field_9569": [
|
|
6
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.368888+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.236093+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
5
|
|
],
|
|
"field_9556": "Targeted social media and advertising initiatives for user acquisition",
|
|
"field_9557": "Effective user acquisition through targeted social media and advertising campaigns, reaching and attracting new users.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "85.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
11,
|
|
12,
|
|
13,
|
|
14
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.368917+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.240453+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
5
|
|
],
|
|
"field_9556": "User surveys and focus groups to get input and find improvement areas",
|
|
"field_9557": "Improved product offerings through gathering user feedback via surveys and focus groups, leading to better understanding of user needs and areas for improvement.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "55.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
19
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.368947+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.244253+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
6
|
|
],
|
|
"field_9556": "Conducting market research and identifying unmet customer needs",
|
|
"field_9557": "In-depth market research conducted, uncovering unmet customer needs and providing insights for product development and differentiation.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "70.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
20,
|
|
21
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.368994+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.248387+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
6
|
|
],
|
|
"field_9556": "Defining product requirements and creating product roadmaps",
|
|
"field_9557": "Defined product requirements and established clear product roadmaps, ensuring alignment and successful delivery of product offerings.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "85.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
22,
|
|
23,
|
|
24
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369042+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.252210+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
6
|
|
],
|
|
"field_9556": "Finalize product proposals before Q2",
|
|
"field_9557": "Timely completion of product proposals by end of Q2, setting the stage for successful product development and launch.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "75.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
25,
|
|
26,
|
|
27
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369081+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.256655+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
6
|
|
],
|
|
"field_9556": "Launch new product version",
|
|
"field_9557": "Successful launch of updated product version, bringing new and improved offerings to the market.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "50.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
28,
|
|
29,
|
|
30,
|
|
32,
|
|
31
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369134+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.260475+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
7
|
|
],
|
|
"field_9556": "Move more of our products to QA soon",
|
|
"field_9557": "Expedited QA process for a larger portion of products, ensuring quality and timely delivery to customers.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "75.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
33,
|
|
34,
|
|
35,
|
|
36,
|
|
37
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 11,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369186+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.264597+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
7
|
|
],
|
|
"field_9556": "Implement new modern testing methods",
|
|
"field_9557": "Adoption of modern testing methods, leading to improved efficiency, accuracy and overall product quality.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "80.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
38,
|
|
39,
|
|
40,
|
|
41
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 12,
|
|
"order": "12.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369230+00:00",
|
|
"updated_on": "2024-04-30T06:52:01.192964+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
8
|
|
],
|
|
"field_9556": "Grow our customer service team by 10%",
|
|
"field_9557": "Expansion of customer service team by 10%, enhancing support and providing a better experience for customers.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "100.00",
|
|
"field_9563": 3735,
|
|
"field_9564": [
|
|
42,
|
|
43,
|
|
44
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": "2024-02-23",
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23,
|
|
8,
|
|
7
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 13,
|
|
"order": "13.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369277+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.272472+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
8
|
|
],
|
|
"field_9556": "Tap some employees from other departments to assist",
|
|
"field_9557": "Tap cross-functional employees to provide additional support to achieve Key Result.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "90.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
45,
|
|
46,
|
|
47,
|
|
48
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 14,
|
|
"order": "14.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369328+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.276273+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
9
|
|
],
|
|
"field_9556": "Launch workshops for our customer service team",
|
|
"field_9557": "Launch training workshops to enhance customer service team's skills and knowledge.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "80.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
49,
|
|
50,
|
|
51,
|
|
52,
|
|
53
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 15,
|
|
"order": "15.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369368+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.280291+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
9
|
|
],
|
|
"field_9556": "Creating a mentorship program for customer service employees to learn from more experienced colleagues",
|
|
"field_9557": "Establish mentorship program to foster skill development and knowledge sharing among customer service team members.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "80.00",
|
|
"field_9563": 3731,
|
|
"field_9564": [
|
|
54,
|
|
55,
|
|
56,
|
|
57,
|
|
58
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 16,
|
|
"order": "16.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369397+00:00",
|
|
"updated_on": "2024-04-30T06:52:05.830724+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
10
|
|
],
|
|
"field_9556": "Research customer behavior to find the best incentives",
|
|
"field_9557": "Conduct research on customer behavior to determine the most effective incentives.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "100.00",
|
|
"field_9563": 3735,
|
|
"field_9564": [
|
|
59,
|
|
60,
|
|
61,
|
|
62,
|
|
63
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": "2024-02-08",
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 17,
|
|
"order": "17.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369426+00:00",
|
|
"updated_on": "2024-04-30T06:52:05.840399+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
10
|
|
],
|
|
"field_9556": "Finalize new customer incentives before Q2",
|
|
"field_9557": "Implement new customer incentives by end of Q2 to drive engagement and loyalty.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": "100.00",
|
|
"field_9563": 3735,
|
|
"field_9564": [
|
|
64,
|
|
65,
|
|
66,
|
|
67,
|
|
68,
|
|
69,
|
|
70
|
|
],
|
|
"field_9565": null,
|
|
"field_9566": "2024-01-03",
|
|
"field_9567": "2024-02-15",
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 18,
|
|
"order": "18.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369455+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.291685+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
13
|
|
],
|
|
"field_9556": "Expanding our sales through targeted online advertising and trade show participation",
|
|
"field_9557": "Grow sales through targeted online advertising and trade show presence to increase market reach.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 19,
|
|
"order": "19.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369484+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.295845+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
13
|
|
],
|
|
"field_9556": "Sales training and operational improvements boost conversion rates",
|
|
"field_9557": "Improve conversion rates through sales training and operational efficiency enhancements.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 20,
|
|
"order": "20.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369512+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.299731+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
14
|
|
],
|
|
"field_9556": "Launch new campaigns for our products",
|
|
"field_9557": "Launch innovative campaigns to drive awareness and adoption of products.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 21,
|
|
"order": "21.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369540+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.355617+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
14
|
|
],
|
|
"field_9556": "Achieve 5% more business partners",
|
|
"field_9557": "Increase number of business partnerships by 5% to expand market reach and drive growth.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 22,
|
|
"order": "22.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369568+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.359539+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
15
|
|
],
|
|
"field_9556": "Have R&D submit product proposals based on current trends",
|
|
"field_9557": "Facilitate R&D submission of product proposals that align with current market trends to drive innovation and growth.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 23,
|
|
"order": "23.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369595+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.363682+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
15
|
|
],
|
|
"field_9556": "Review product proposals",
|
|
"field_9557": "Conduct thorough review of product proposals to ensure alignment with business goals and market trends.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 24,
|
|
"order": "24.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369623+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.367429+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
15
|
|
],
|
|
"field_9556": "Finalize product proposals before Q2",
|
|
"field_9557": "Finalize product proposals by end of Q2 to ensure timely implementation and market impact.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 25,
|
|
"order": "25.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369651+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.371599+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
15
|
|
],
|
|
"field_9556": "Launch new product version",
|
|
"field_9557": "Successfully launch new product version to enhance customer experience and drive growth.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 26,
|
|
"order": "26.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369679+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.375415+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
16
|
|
],
|
|
"field_9556": "Move more of our products to QA soon",
|
|
"field_9557": "Accelerate transition of products to QA phase to ensure timely release and meet customer demands.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 27,
|
|
"order": "27.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369718+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.379450+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
17
|
|
],
|
|
"field_9556": "Implement new customer feedback process",
|
|
"field_9557": "Establish new customer feedback process to ensure timely and effective resolution of customer concerns.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 28,
|
|
"order": "28.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369746+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.383153+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
17
|
|
],
|
|
"field_9556": "Launch new customer loyalty program",
|
|
"field_9557": "Successfully launch new customer loyalty program to drive engagement and increase customer retention.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 29,
|
|
"order": "29.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369774+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.387217+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
18
|
|
],
|
|
"field_9556": "Launch marketing event campaigns",
|
|
"field_9557": "Launch marketing event campaigns to drive awareness and engagement with target audiences.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 30,
|
|
"order": "30.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369803+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.390993+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
18
|
|
],
|
|
"field_9556": "Improve product engagement with customers",
|
|
"field_9557": "Enhance customer engagement with products through targeted campaigns and continuous improvement efforts.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3730,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-04-03",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 31,
|
|
"order": "31.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369837+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.395131+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
21
|
|
],
|
|
"field_9556": "Achieve a 10% improvement on sales performance",
|
|
"field_9557": "Increase sales performance by 10% through effective sales strategies and continuous improvement efforts.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3729,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-07-04",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
5
|
|
],
|
|
"field_9569": [
|
|
21,
|
|
22,
|
|
23
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 32,
|
|
"order": "32.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369864+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.398844+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
22
|
|
],
|
|
"field_9556": "Launch new product features",
|
|
"field_9557": "Successfully launch new product features to enhance customer experience and drive growth.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3729,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-07-04",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 33,
|
|
"order": "33.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369900+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.402868+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
23
|
|
],
|
|
"field_9556": "Achieve 10% more business partners",
|
|
"field_9557": "Expand number of business partnerships by 10% to increase market reach and drive growth.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3729,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-07-04",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 34,
|
|
"order": "34.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369928+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.406637+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
23
|
|
],
|
|
"field_9556": "Launch new marketing campaigns",
|
|
"field_9557": "Launch effective marketing campaigns to increase brand awareness and drive growth.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3729,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-07-04",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 35,
|
|
"order": "35.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369955+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.410645+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
23
|
|
],
|
|
"field_9556": "Securing market share through market analysis and consumer feedback",
|
|
"field_9557": "Monitoring our market share through regular market analysis and customer feedback",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3729,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-07-04",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
4
|
|
],
|
|
"field_9569": [
|
|
20
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 36,
|
|
"order": "36.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.369983+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.414470+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
24
|
|
],
|
|
"field_9556": "Develop and launch at least 2 new products per quarter",
|
|
"field_9557": "Develop and introduce at least two new innovative products to enhance customer experience and drive growth.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3729,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-07-04",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 37,
|
|
"order": "37.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.370012+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.418424+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
24
|
|
],
|
|
"field_9556": "Monitor the success of the new products through metrics",
|
|
"field_9557": "Monitoring the success of the new products through metrics such as customer feedback, sales, and market share.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3729,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-07-04",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
},
|
|
{
|
|
"id": 38,
|
|
"order": "38.00000000000000000000",
|
|
"created_on": "2022-10-06T19:38:33.370040+00:00",
|
|
"updated_on": "2024-04-30T06:51:38.422127+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9554": null,
|
|
"field_9555": [
|
|
24
|
|
],
|
|
"field_9556": "5% revenue growth from product launches",
|
|
"field_9557": "Increasing our revenue by 5% through the launch of new products.",
|
|
"field_9558": null,
|
|
"field_9559": null,
|
|
"field_9560": null,
|
|
"field_9561": null,
|
|
"field_9562": null,
|
|
"field_9563": 3729,
|
|
"field_9564": [],
|
|
"field_9565": null,
|
|
"field_9566": "2024-07-04",
|
|
"field_9567": null,
|
|
"field_9568": [
|
|
9
|
|
],
|
|
"field_9569": [
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9570": null,
|
|
"field_9571": null,
|
|
"field_9572": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 939,
|
|
"name": "Updates",
|
|
"order": 3,
|
|
"fields": [
|
|
{
|
|
"id": 9573,
|
|
"type": "formula",
|
|
"name": "ID",
|
|
"order": 0,
|
|
"primary": true,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "concat( \n \"U\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9574,
|
|
"type": "link_row",
|
|
"name": "Key result ID",
|
|
"order": 1,
|
|
"primary": false,
|
|
"link_row_table_id": 938,
|
|
"link_row_related_field_id": 9564,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9575,
|
|
"type": "text",
|
|
"name": "Title",
|
|
"order": 2,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9576,
|
|
"type": "long_text",
|
|
"name": "Description",
|
|
"order": 3,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": true
|
|
},
|
|
{
|
|
"id": 9577,
|
|
"type": "link_row",
|
|
"name": "Update by",
|
|
"order": 4,
|
|
"primary": false,
|
|
"link_row_table_id": 940,
|
|
"link_row_related_field_id": 9599,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9578,
|
|
"type": "created_on",
|
|
"name": "Date created",
|
|
"order": 5,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": true,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": "Asia/Singapore"
|
|
},
|
|
{
|
|
"id": 9579,
|
|
"type": "last_modified",
|
|
"name": "Date updated",
|
|
"order": 6,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": true,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": "Asia/Singapore"
|
|
},
|
|
{
|
|
"id": 9580,
|
|
"type": "formula",
|
|
"name": "Key result ID for sorting",
|
|
"order": 7,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "join(totext(field(\"Key result ID\")), \"\")",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9581,
|
|
"type": "formula",
|
|
"name": "Group bgcolor",
|
|
"order": 8,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "join( \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 1, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 6 \n ), \n \"S\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 2, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 7 \n ), \n \"Y\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 3, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 8 \n ), \n \"G\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 4, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 9 \n ), \n \"R\", \n \"B\" \n ) \n ) \n ) \n ), \n \"\" \n)",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 9582,
|
|
"type": "formula",
|
|
"name": "Target period for filter",
|
|
"order": 9,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "join(lookup(\"Key result ID\", \"Target period\"), \"\")",
|
|
"formula_type": "text"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 4380,
|
|
"type": "grid",
|
|
"name": "All updates",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3666,
|
|
"field_id": 9580,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3667,
|
|
"field_id": 9575,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1732,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "473b950b-c6df-4569-b943-e13363522b00",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35212,
|
|
"field_id": 9573,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35213,
|
|
"field_id": 9574,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35214,
|
|
"field_id": 9575,
|
|
"width": 185,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35215,
|
|
"field_id": 9576,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35216,
|
|
"field_id": 9577,
|
|
"width": 173,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35217,
|
|
"field_id": 9578,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35218,
|
|
"field_id": 9579,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35219,
|
|
"field_id": 9580,
|
|
"width": 204,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35220,
|
|
"field_id": 9582,
|
|
"width": 196,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35221,
|
|
"field_id": 9581,
|
|
"width": 150,
|
|
"hidden": true,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4381,
|
|
"type": "grid",
|
|
"name": "Updates for 2024-Q1",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2502,
|
|
"field_id": 9582,
|
|
"type": "equal",
|
|
"value": "2024-Q1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3668,
|
|
"field_id": 9580,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3669,
|
|
"field_id": 9575,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1733,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "473b950b-c6df-4569-b943-e13363522b00",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35222,
|
|
"field_id": 9573,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35223,
|
|
"field_id": 9574,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35224,
|
|
"field_id": 9575,
|
|
"width": 185,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35225,
|
|
"field_id": 9576,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35226,
|
|
"field_id": 9577,
|
|
"width": 173,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35227,
|
|
"field_id": 9578,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35228,
|
|
"field_id": 9579,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35229,
|
|
"field_id": 9580,
|
|
"width": 204,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35230,
|
|
"field_id": 9582,
|
|
"width": 196,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35231,
|
|
"field_id": 9581,
|
|
"width": 150,
|
|
"hidden": true,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4382,
|
|
"type": "grid",
|
|
"name": "Updates for 2024-Q2",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2503,
|
|
"field_id": 9582,
|
|
"type": "equal",
|
|
"value": "2024-Q2",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3670,
|
|
"field_id": 9580,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3671,
|
|
"field_id": 9575,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1734,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "473b950b-c6df-4569-b943-e13363522b00",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35232,
|
|
"field_id": 9573,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35233,
|
|
"field_id": 9574,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35234,
|
|
"field_id": 9575,
|
|
"width": 185,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35235,
|
|
"field_id": 9576,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35236,
|
|
"field_id": 9577,
|
|
"width": 173,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35237,
|
|
"field_id": 9578,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35238,
|
|
"field_id": 9579,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35239,
|
|
"field_id": 9580,
|
|
"width": 204,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35240,
|
|
"field_id": 9582,
|
|
"width": 196,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35241,
|
|
"field_id": 9581,
|
|
"width": 150,
|
|
"hidden": true,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4383,
|
|
"type": "grid",
|
|
"name": "Updates for 2024-Q3",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2504,
|
|
"field_id": 9582,
|
|
"type": "equal",
|
|
"value": "2024-Q3",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3672,
|
|
"field_id": 9580,
|
|
"order": "ASC"
|
|
},
|
|
{
|
|
"id": 3673,
|
|
"field_id": 9575,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1735,
|
|
"type": "background_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
|
|
"color": "light-gray",
|
|
"filters": [
|
|
{
|
|
"id": "473b950b-c6df-4569-b943-e13363522b00",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "S"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
|
|
"color": "light-orange",
|
|
"filters": [
|
|
{
|
|
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "Y"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
|
|
"color": "light-green",
|
|
"filters": [
|
|
{
|
|
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "G"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
},
|
|
{
|
|
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
|
|
"color": "light-blue",
|
|
"filters": [
|
|
{
|
|
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
|
|
"type": "equal",
|
|
"field": 9581,
|
|
"value": "B"
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
}
|
|
],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35242,
|
|
"field_id": 9573,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35243,
|
|
"field_id": 9574,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35244,
|
|
"field_id": 9575,
|
|
"width": 185,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35245,
|
|
"field_id": 9576,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35246,
|
|
"field_id": 9577,
|
|
"width": 173,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35247,
|
|
"field_id": 9578,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35248,
|
|
"field_id": 9579,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35249,
|
|
"field_id": 9580,
|
|
"width": 204,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35250,
|
|
"field_id": 9582,
|
|
"width": 196,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35251,
|
|
"field_id": 9581,
|
|
"width": 150,
|
|
"hidden": true,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4384,
|
|
"type": "form",
|
|
"name": "Add update",
|
|
"order": 5,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"public": false,
|
|
"title": "Add a new update for a key result",
|
|
"description": "",
|
|
"cover_image": {
|
|
"name": "dhqf0ia7x3j41COmhPfboVozds7QZVQy_c7063f6fe195d3a2551068ee28f8ebd91891b5f26d7224478603086be702a62d.jpg",
|
|
"original_name": "Header.Darts.02.jpg"
|
|
},
|
|
"logo_image": null,
|
|
"submit_text": "Submit",
|
|
"submit_action": "MESSAGE",
|
|
"submit_action_message": "A new update was successfully added to the database. Please reload this page to add more.",
|
|
"submit_action_redirect_url": "",
|
|
"field_options": [
|
|
{
|
|
"id": 4834,
|
|
"field_id": 9573,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4835,
|
|
"field_id": 9574,
|
|
"name": "",
|
|
"description": "Please enter the key result ID for which this update is intended.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4836,
|
|
"field_id": 9575,
|
|
"name": "",
|
|
"description": "Please give this update a name or a brief summary.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4837,
|
|
"field_id": 9576,
|
|
"name": "",
|
|
"description": "Type below a detailed explanation or description of this update.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4838,
|
|
"field_id": 9577,
|
|
"name": "",
|
|
"description": "Please select the employee who made or delivered this update.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4839,
|
|
"field_id": 9578,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4840,
|
|
"field_id": 9579,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4841,
|
|
"field_id": 9580,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4842,
|
|
"field_id": 9581,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4843,
|
|
"field_id": 9582,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2023-01-23T19:23:32.995065+00:00",
|
|
"updated_on": "2023-02-03T03:54:37.145826+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
1
|
|
],
|
|
"field_9575": "2 trade fairs yielded 5 new clients and a 7% revenue boost.",
|
|
"field_9576": "Successfully participated in 2 trade shows, resulting in the acquisition of 5 new clients and a 7% increase in sales.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2023-01-23T19:23:32.995146+00:00",
|
|
"updated_on": "2023-02-03T03:54:48.393993+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
1
|
|
],
|
|
"field_9575": "Targeted online ads increased website traffic by 10% and sales by 5%.",
|
|
"field_9576": "Implemented targeted online advertising campaigns, resulting in a 10% increase in website traffic and a 5% increase in sales.",
|
|
"field_9577": [
|
|
21
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2023-01-23T20:27:47.764944+00:00",
|
|
"updated_on": "2023-02-03T03:55:01.396800+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
2
|
|
],
|
|
"field_9575": "Sales team training increased conversion rates by 12%.",
|
|
"field_9576": "Conducted sales training sessions for the sales team, resulting in a 12% increase in conversion rates.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2023-01-23T20:27:48.134337+00:00",
|
|
"updated_on": "2023-02-03T03:55:13.051728+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
2
|
|
],
|
|
"field_9575": "New sales processes increased efficiency by 15% and conversion rates by 10%.",
|
|
"field_9576": "Implemented new sales processes, resulting in a 15% improvement in the efficiency of the sales process and a 10% increase in conversion rates.",
|
|
"field_9577": [
|
|
21
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2023-01-23T20:27:49.432571+00:00",
|
|
"updated_on": "2023-02-03T03:55:24.399498+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
2
|
|
],
|
|
"field_9575": "New sales tools increased conversion rates by 8% and shortened sales cycles by 5%.",
|
|
"field_9576": "Developed new sales tools, resulting in a 8% increase in conversion rates and a 5% reduction in sales cycle time.",
|
|
"field_9577": [
|
|
23
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2023-01-24T12:44:12.760091+00:00",
|
|
"updated_on": "2023-02-03T03:55:28.823961+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
2
|
|
],
|
|
"field_9575": "Data analysis improved sales targeting and conversion rates by 7%.",
|
|
"field_9576": "Incorporated data analysis into sales processes, resulting in more targeted sales efforts and a 7% increase in conversion rates.",
|
|
"field_9577": [
|
|
23
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2023-01-24T12:44:14.342517+00:00",
|
|
"updated_on": "2023-02-03T03:55:50.969244+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
3
|
|
],
|
|
"field_9575": "Installed energy-efficient lighting systems, reducing energy usage and expenses by 25%.",
|
|
"field_9576": "Installed energy-efficient lighting systems, resulting in a 25% reduction in energy usage and a corresponding decrease in energy costs.",
|
|
"field_9577": [
|
|
6
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2023-01-24T12:44:15.992718+00:00",
|
|
"updated_on": "2023-02-03T03:55:55.332275+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
3
|
|
],
|
|
"field_9575": "Paperless operations reduced firm paper waste by 40% and costs.",
|
|
"field_9576": "Implemented paperless processes, reducing the company's paper waste by 40% and associated costs.",
|
|
"field_9577": [
|
|
6
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2023-01-24T12:44:19.256609+00:00",
|
|
"updated_on": "2023-02-03T03:55:56.450155+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
3
|
|
],
|
|
"field_9575": "Virtual collaboration technologies cut travel costs and carbon emissions by 20%.",
|
|
"field_9576": "Adopted virtual collaboration tools, reducing travel expenses and associated carbon emissions by 20%.",
|
|
"field_9577": [
|
|
6
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2023-01-24T12:44:21.261410+00:00",
|
|
"updated_on": "2023-02-03T03:55:58.164360+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
3
|
|
],
|
|
"field_9575": "Implemented an electronic trash recycling program, reducing disposal expenses by 30% and environmental effect.",
|
|
"field_9576": "Implemented a recycling program for electronic waste, resulting in a 30% reduction in waste disposal costs and a corresponding decrease in environmental impact.",
|
|
"field_9577": [
|
|
6
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 11,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2023-01-25T15:53:01.836270+00:00",
|
|
"updated_on": "2023-02-03T03:56:10.043270+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
4
|
|
],
|
|
"field_9575": "Our initial social media advertising effort gained 20,000 users.",
|
|
"field_9576": "We've successfully launched our first social media advertising campaign and have acquired 20,000 new users.",
|
|
"field_9577": [
|
|
20
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 12,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2023-01-25T15:53:02.240129+00:00",
|
|
"updated_on": "2023-02-03T03:56:12.832296+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
4
|
|
],
|
|
"field_9575": "We gained 20,000 users from our 20% social media growth.",
|
|
"field_9576": "Our social media following has increased by 20% and has led to an additional 20,000 user acquisitions.",
|
|
"field_9577": [
|
|
20
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 13,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:35.579517+00:00",
|
|
"updated_on": "2023-02-03T03:56:15.082066+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
4
|
|
],
|
|
"field_9575": "Our focused internet advertising effort increased website traffic by 15%. Potential users liked it.",
|
|
"field_9576": "Our targeted online advertising campaign has received a positive response from potential users and has resulted in a 15% increase in website traffic.",
|
|
"field_9577": [
|
|
20
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 14,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:36.119555+00:00",
|
|
"updated_on": "2023-02-03T03:56:15.507941+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
4
|
|
],
|
|
"field_9575": "We've added 20% more users and are on course to reach 50,000.",
|
|
"field_9576": "Our user acquisition initiatives have increased our user base by 20% and are on track to meet our target of 50,000 new users.",
|
|
"field_9577": [
|
|
20
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 15,
|
|
"order": "12.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:37.078724+00:00",
|
|
"updated_on": "2023-02-03T03:56:26.246841+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
5
|
|
],
|
|
"field_9575": "10 user surveys, 30% response rate.",
|
|
"field_9576": "Conducted 10 user surveys, with a response rate of 30%.",
|
|
"field_9577": [
|
|
20
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 16,
|
|
"order": "13.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:38.344498+00:00",
|
|
"updated_on": "2023-02-03T03:56:27.381472+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
5
|
|
],
|
|
"field_9575": "Held two 20-person focus groups.",
|
|
"field_9576": "Organized 2 focus groups, with a total of 20 participants.",
|
|
"field_9577": [
|
|
20
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 17,
|
|
"order": "13.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:38.876733+00:00",
|
|
"updated_on": "2023-02-03T03:56:35.804663+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
5
|
|
],
|
|
"field_9575": "Identified improvement areas from user surveys and focus groups.",
|
|
"field_9576": "Compiled results from user surveys and focus groups, identified top areas for improvement.",
|
|
"field_9577": [
|
|
4
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 18,
|
|
"order": "14.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:39.257575+00:00",
|
|
"updated_on": "2023-02-03T03:56:36.484083+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
5
|
|
],
|
|
"field_9575": "User-requested UI/UX upgrades and new features.",
|
|
"field_9576": "Suggested and submitted changes based on user feedback, including UI/UX updates and new features.",
|
|
"field_9577": [
|
|
4
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 19,
|
|
"order": "14.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:40.042598+00:00",
|
|
"updated_on": "2023-02-03T03:56:37.059521+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
5
|
|
],
|
|
"field_9575": "Changes improved user satisfaction by 50% when resurveyed.",
|
|
"field_9576": "Re-surveyed users to measure the impact of changes, with a 50% improvement in overall satisfaction.",
|
|
"field_9577": [
|
|
4
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 20,
|
|
"order": "15.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:40.877201+00:00",
|
|
"updated_on": "2023-02-03T03:56:52.433109+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
6
|
|
],
|
|
"field_9575": "Market research identified client pain issues and preferences.",
|
|
"field_9576": "Completed market research study, identifying key customer pain points and preferences.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 21,
|
|
"order": "15.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:41.613624+00:00",
|
|
"updated_on": "2023-02-03T03:56:52.565166+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
6
|
|
],
|
|
"field_9575": "Researching and developing new product features with cross-functional team.",
|
|
"field_9576": "Presenting findings to cross-functional team and developing new product features based on research.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 22,
|
|
"order": "16.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:42.428686+00:00",
|
|
"updated_on": "2023-02-03T03:56:59.439036+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
7
|
|
],
|
|
"field_9575": "Market research yielded customer insights.",
|
|
"field_9576": "Completed market research and received valuable customer insights.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 23,
|
|
"order": "17.00000000000000000000",
|
|
"created_on": "2023-02-03T01:57:44.642933+00:00",
|
|
"updated_on": "2023-02-03T03:56:59.875558+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
7
|
|
],
|
|
"field_9575": "Leaders approve product requirements and roadmap.",
|
|
"field_9576": "Product requirements and roadmap defined and approved by leadership team.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 24,
|
|
"order": "18.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:48.486096+00:00",
|
|
"updated_on": "2023-02-03T03:57:00.725851+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
7
|
|
],
|
|
"field_9575": "R&D is developing prioritized features.",
|
|
"field_9576": "R&D team has prioritized features and is proceeding with development",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 25,
|
|
"order": "18.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:49.158661+00:00",
|
|
"updated_on": "2023-02-03T03:57:01.736966+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
8
|
|
],
|
|
"field_9575": "Define product requirements - 100% complete",
|
|
"field_9576": "Define product requirements - 100% complete",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 26,
|
|
"order": "19.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:50.132268+00:00",
|
|
"updated_on": "2023-02-03T03:57:02.663873+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
8
|
|
],
|
|
"field_9575": "Create product roadmaps - 95% complete",
|
|
"field_9576": "Create product roadmaps - 95% complete",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 27,
|
|
"order": "19.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:50.630718+00:00",
|
|
"updated_on": "2023-02-03T03:57:02.982620+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
8
|
|
],
|
|
"field_9575": "Review and approve product proposals - 90% complete",
|
|
"field_9576": "Review and approve product proposals - 90% complete",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 28,
|
|
"order": "20.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:51.838451+00:00",
|
|
"updated_on": "2023-02-03T03:57:10.713252+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
9
|
|
],
|
|
"field_9575": "Beta testing is underway.",
|
|
"field_9576": "Product design and development is on track, with beta testing underway.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 29,
|
|
"order": "21.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:52.800130+00:00",
|
|
"updated_on": "2023-02-03T03:57:10.997014+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
9
|
|
],
|
|
"field_9575": "Product launch before Q2, marketing and sales efforts increased.",
|
|
"field_9576": "Product launch date confirmed before Q2, marketing and sales efforts being ramped up.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 30,
|
|
"order": "22.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:53.721985+00:00",
|
|
"updated_on": "2023-02-03T03:57:11.455105+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
9
|
|
],
|
|
"field_9575": "Beta testers gave positive feedback, finalizing product adjustments.",
|
|
"field_9576": "Feedback from beta testers has been positive, making final tweaks to product.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 31,
|
|
"order": "23.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:55.185366+00:00",
|
|
"updated_on": "2023-02-03T03:57:11.878145+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
9
|
|
],
|
|
"field_9575": "Key customers are interested in product demos.",
|
|
"field_9576": "Product demos are being scheduled for key customers, generating strong interest.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 32,
|
|
"order": "24.00000000000000000000",
|
|
"created_on": "2023-02-03T03:11:56.493029+00:00",
|
|
"updated_on": "2023-02-03T03:57:13.591394+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
9
|
|
],
|
|
"field_9575": "Sales team and product training materials are ready.",
|
|
"field_9576": "Product training materials have been created and sales team is ready for launch.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 33,
|
|
"order": "25.00000000000000000000",
|
|
"created_on": "2023-02-03T03:12:00.133515+00:00",
|
|
"updated_on": "2023-02-03T03:57:13.718019+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
10
|
|
],
|
|
"field_9575": "5 goods passed first testing.",
|
|
"field_9576": "Completed first round of product testing for 5 products, with positive results.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 34,
|
|
"order": "26.00000000000000000000",
|
|
"created_on": "2023-02-03T03:12:01.800197+00:00",
|
|
"updated_on": "2023-02-03T03:57:14.138531+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
10
|
|
],
|
|
"field_9575": "Improved QA reduced testing time by 30%.",
|
|
"field_9576": "Implemented improved QA processes, reducing the time to test by 30%.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 35,
|
|
"order": "27.00000000000000000000",
|
|
"created_on": "2023-02-03T03:12:03.520994+00:00",
|
|
"updated_on": "2023-02-03T03:57:14.467370+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
10
|
|
],
|
|
"field_9575": "Transferred 5 more products to QA this week.",
|
|
"field_9576": "Started transition of an additional 5 products to the QA department this week.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 36,
|
|
"order": "28.00000000000000000000",
|
|
"created_on": "2023-02-03T03:18:35.728985+00:00",
|
|
"updated_on": "2023-02-03T03:57:14.865382+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
10
|
|
],
|
|
"field_9575": "QA prioritization with R&D.",
|
|
"field_9576": "Working with R&D to prioritize remaining products for QA testing.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 37,
|
|
"order": "29.00000000000000000000",
|
|
"created_on": "2023-02-03T03:18:36.513338+00:00",
|
|
"updated_on": "2023-02-03T03:57:15.506036+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
10
|
|
],
|
|
"field_9575": "To accommodate volume growth, reviewed and updated QA resources.",
|
|
"field_9576": "Evaluated and updated QA resources to ensure we have enough capacity for the increased volume.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 38,
|
|
"order": "30.00000000000000000000",
|
|
"created_on": "2023-02-03T03:18:37.367357+00:00",
|
|
"updated_on": "2023-02-03T03:57:15.536456+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
11
|
|
],
|
|
"field_9575": "Researched modern testing methodologies' benefits.",
|
|
"field_9576": "Started researching and comparing modern testing methods and their benefits.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 39,
|
|
"order": "31.00000000000000000000",
|
|
"created_on": "2023-02-03T03:18:39.179838+00:00",
|
|
"updated_on": "2023-02-03T03:57:15.975558+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
11
|
|
],
|
|
"field_9575": "Created testing team and plan.",
|
|
"field_9576": "Formed a team to implement the chosen testing method and created a plan for implementation.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 40,
|
|
"order": "32.00000000000000000000",
|
|
"created_on": "2023-02-03T03:20:27.290787+00:00",
|
|
"updated_on": "2023-02-03T03:57:16.329896+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
11
|
|
],
|
|
"field_9575": "Successfully tested 20% of our product line with the new procedure.",
|
|
"field_9576": "Rolled out the new testing method to 20% of our product line, with successful results.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 41,
|
|
"order": "33.00000000000000000000",
|
|
"created_on": "2023-02-03T03:20:28.105924+00:00",
|
|
"updated_on": "2023-02-03T03:57:16.666362+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
11
|
|
],
|
|
"field_9575": "Fully switched to current testing, improving product quality.",
|
|
"field_9576": "Fully transitioned all products to the modern testing method, with a noticeable improvement in overall product quality.",
|
|
"field_9577": [
|
|
9
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 42,
|
|
"order": "34.00000000000000000000",
|
|
"created_on": "2023-02-03T03:20:28.900664+00:00",
|
|
"updated_on": "2023-02-03T03:57:28.782267+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
12
|
|
],
|
|
"field_9575": "To achieve 10% growth, hiring 3 customer service reps.",
|
|
"field_9576": "Hiring 3 new customer service representatives to meet our target of 10% growth.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 43,
|
|
"order": "35.00000000000000000000",
|
|
"created_on": "2023-02-03T03:20:29.877335+00:00",
|
|
"updated_on": "2023-02-03T03:57:29.242876+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
12
|
|
],
|
|
"field_9575": "To improve customer service, launched a new platform.",
|
|
"field_9576": "Launched a new customer support platform to increase efficiency and streamline support processes.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 44,
|
|
"order": "36.00000000000000000000",
|
|
"created_on": "2023-02-03T03:22:00.395830+00:00",
|
|
"updated_on": "2023-02-03T03:57:29.830879+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
12
|
|
],
|
|
"field_9575": "Provided continual customer service training and development.",
|
|
"field_9576": "Provided ongoing training and development opportunities for our customer service team to enhance their skills and knowledge.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 45,
|
|
"order": "36.00000000000000000000",
|
|
"created_on": "2023-02-03T03:22:01.048815+00:00",
|
|
"updated_on": "2023-02-03T03:57:44.004528+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
13
|
|
],
|
|
"field_9575": "Started cross-departmental customer support.",
|
|
"field_9576": "Initiated cross-departmental collaboration for customer service support.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 46,
|
|
"order": "37.00000000000000000000",
|
|
"created_on": "2023-02-03T03:22:01.639184+00:00",
|
|
"updated_on": "2023-02-03T03:57:49.084180+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
13
|
|
],
|
|
"field_9575": "Trained 5 non-customer service staff.",
|
|
"field_9576": "Recruited and trained 5 employees from other departments to support customer service.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 47,
|
|
"order": "38.00000000000000000000",
|
|
"created_on": "2023-02-03T03:22:03.558568+00:00",
|
|
"updated_on": "2023-02-03T03:57:54.525805+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
13
|
|
],
|
|
"field_9575": "Implemented cross-departmental customer service support rotation.",
|
|
"field_9576": "Implemented a rotational system for cross-departmental support in customer service.",
|
|
"field_9577": [
|
|
23
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 48,
|
|
"order": "39.00000000000000000000",
|
|
"created_on": "2023-02-03T03:22:06.111872+00:00",
|
|
"updated_on": "2023-02-03T03:57:59.499639+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
13
|
|
],
|
|
"field_9575": "Cross-departmental support maintained customer service quality.",
|
|
"field_9576": "Maintained customer service quality despite increased workload with cross-departmental support.",
|
|
"field_9577": [
|
|
21
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 49,
|
|
"order": "40.00000000000000000000",
|
|
"created_on": "2023-02-03T03:22:08.582439+00:00",
|
|
"updated_on": "2023-02-03T03:58:15.663316+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
14
|
|
],
|
|
"field_9575": "Workshop on communication skills increased confidence and happiness.",
|
|
"field_9576": "Workshop on effective communication skills conducted, attendees reported improved confidence and satisfaction.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 50,
|
|
"order": "41.00000000000000000000",
|
|
"created_on": "2023-02-03T03:22:10.452836+00:00",
|
|
"updated_on": "2023-02-03T03:58:15.676307+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
14
|
|
],
|
|
"field_9575": "After workshop, team resolved further problems.",
|
|
"field_9576": "Workshop on handling difficult customer situations concluded, team reported higher success in resolving complaints.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 51,
|
|
"order": "42.00000000000000000000",
|
|
"created_on": "2023-02-03T03:25:11.897988+00:00",
|
|
"updated_on": "2023-02-03T03:58:15.686478+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
14
|
|
],
|
|
"field_9575": "Implemented customer service technology training, staff can handle more enquiries.",
|
|
"field_9576": "Training program on the latest customer service technology implemented, team now able to handle a higher volume of inquiries.",
|
|
"field_9577": [
|
|
23
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 52,
|
|
"order": "43.00000000000000000000",
|
|
"created_on": "2023-02-03T03:25:12.741504+00:00",
|
|
"updated_on": "2023-02-03T03:58:15.697116+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
14
|
|
],
|
|
"field_9575": "Workshop team building exercises enhanced customer service rep morale and teamwork.",
|
|
"field_9576": "Team building exercises added to workshop schedule, improved morale and collaboration among customer service representatives.",
|
|
"field_9577": [
|
|
21
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 53,
|
|
"order": "43.00000000000000000000",
|
|
"created_on": "2023-02-03T03:25:13.589592+00:00",
|
|
"updated_on": "2023-02-03T03:58:27.033672+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
14
|
|
],
|
|
"field_9575": "Customer service is faster and more efficient with online resources and support tools.",
|
|
"field_9576": "Online resources and support tools made available to the customer service team, resulting in faster and more efficient service.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 54,
|
|
"order": "44.00000000000000000000",
|
|
"created_on": "2023-02-03T03:25:14.398749+00:00",
|
|
"updated_on": "2023-02-03T03:58:30.106697+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
15
|
|
],
|
|
"field_9575": "Designed a mentorship program and defined mentors' and mentees' roles.",
|
|
"field_9576": "Developed a mentorship program structure and outlined the responsibilities of mentors and mentees",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 55,
|
|
"order": "45.00000000000000000000",
|
|
"created_on": "2023-02-03T03:25:15.821233+00:00",
|
|
"updated_on": "2023-02-03T03:58:30.114581+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
15
|
|
],
|
|
"field_9575": "Recruited mentors from customer service.",
|
|
"field_9576": "Recruited experienced customer service employees to serve as mentors.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 56,
|
|
"order": "46.00000000000000000000",
|
|
"created_on": "2023-02-03T03:26:47.170330+00:00",
|
|
"updated_on": "2023-02-03T03:58:30.124832+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
15
|
|
],
|
|
"field_9575": "Matching mentees and mentors by skills and career aspirations.",
|
|
"field_9576": "Started matching mentees with mentors based on skill sets and career goals.",
|
|
"field_9577": [
|
|
23
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 57,
|
|
"order": "47.00000000000000000000",
|
|
"created_on": "2023-02-03T03:26:48.352537+00:00",
|
|
"updated_on": "2023-02-03T03:58:30.133292+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
15
|
|
],
|
|
"field_9575": "Oriented mentees on program expectations.",
|
|
"field_9576": "Held an orientation session for mentees to explain the program details and expectations.",
|
|
"field_9577": [
|
|
21
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 58,
|
|
"order": "48.00000000000000000000",
|
|
"created_on": "2023-02-03T03:26:49.482274+00:00",
|
|
"updated_on": "2023-02-03T03:58:38.490747+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
15
|
|
],
|
|
"field_9575": "Discussed career paths and aspirations in the first mentorship session.",
|
|
"field_9576": "Started the first round of mentorship sessions with mentors and mentees discussing individual goals and career paths.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 59,
|
|
"order": "49.00000000000000000000",
|
|
"created_on": "2023-02-03T03:26:52.098299+00:00",
|
|
"updated_on": "2023-02-03T03:58:47.915093+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
16
|
|
],
|
|
"field_9575": "Market surveys to determine client preferences.",
|
|
"field_9576": "Conducted market surveys to gather data on customer behavior and preferences.",
|
|
"field_9577": [
|
|
23
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 60,
|
|
"order": "50.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:43.959933+00:00",
|
|
"updated_on": "2023-02-03T03:58:47.926209+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
16
|
|
],
|
|
"field_9575": "Data-analyzed customer incentives.",
|
|
"field_9576": "Analyzed data to determine the most effective incentives for customers.",
|
|
"field_9577": [
|
|
21
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 61,
|
|
"order": "51.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:44.710404+00:00",
|
|
"updated_on": "2023-02-03T03:58:49.641275+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
16
|
|
],
|
|
"field_9575": "Presented findings to management and informing new consumer incentive programs.",
|
|
"field_9576": "Presented findings to management and used the information to inform new customer incentive programs.",
|
|
"field_9577": [
|
|
23
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 62,
|
|
"order": "52.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:45.671620+00:00",
|
|
"updated_on": "2023-02-03T03:58:49.653345+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
16
|
|
],
|
|
"field_9575": "Adjusted incentive programs based on feedback.",
|
|
"field_9576": "Monitored the success of new incentive programs and made adjustments based on feedback.",
|
|
"field_9577": [
|
|
21
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 63,
|
|
"order": "53.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:47.085050+00:00",
|
|
"updated_on": "2023-02-03T03:58:56.103259+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
16
|
|
],
|
|
"field_9575": "Collected customer behavior data and improving incentive programs as needed.",
|
|
"field_9576": "Continued to gather customer behavior data and make improvements to incentive programs as needed.",
|
|
"field_9577": [
|
|
21
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 64,
|
|
"order": "54.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:47.940080+00:00",
|
|
"updated_on": "2023-02-03T03:59:10.485777+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
17
|
|
],
|
|
"field_9575": "Customer incentive surveys and focus groups.",
|
|
"field_9576": "Conducting surveys and focus groups to gather customer opinions on potential incentives.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 65,
|
|
"order": "55.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:49.064094+00:00",
|
|
"updated_on": "2023-02-03T03:59:11.429445+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
17
|
|
],
|
|
"field_9575": "Data analysis and industry trends to measure incentive effectiveness.",
|
|
"field_9576": "Analyzing data and researching industry trends to determine the most effective incentives.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 66,
|
|
"order": "56.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:50.967112+00:00",
|
|
"updated_on": "2023-02-03T03:59:14.182029+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
17
|
|
],
|
|
"field_9575": "Cross-functional teams brainstorming incentive ideas.",
|
|
"field_9576": "Brainstorming and discussing various incentive ideas with cross-functional teams.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 67,
|
|
"order": "57.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:52.319486+00:00",
|
|
"updated_on": "2023-02-03T03:59:14.240519+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
17
|
|
],
|
|
"field_9575": "Created incentive choices for management review.",
|
|
"field_9576": "Developed several potential incentive options for review by the management team.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 68,
|
|
"order": "58.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:53.850574+00:00",
|
|
"updated_on": "2023-02-03T03:59:27.029326+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
17
|
|
],
|
|
"field_9575": "Approving final incentive ideas with senior leadership.",
|
|
"field_9576": "Presenting final incentive proposals to senior leadership for approval.",
|
|
"field_9577": [
|
|
22
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 69,
|
|
"order": "59.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:55.250774+00:00",
|
|
"updated_on": "2023-02-03T03:59:15.417780+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
17
|
|
],
|
|
"field_9575": "Launching selected incentives before Q2.",
|
|
"field_9576": "Implementing chosen incentives and launching them before the end of Q1.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
},
|
|
{
|
|
"id": 70,
|
|
"order": "60.00000000000000000000",
|
|
"created_on": "2023-02-03T03:28:57.341534+00:00",
|
|
"updated_on": "2023-02-03T03:59:16.379602+00:00",
|
|
"field_9573": null,
|
|
"field_9574": [
|
|
17
|
|
],
|
|
"field_9575": "Monitoring incentive success and adjusting based on consumer input.",
|
|
"field_9576": "Monitoring the success of the incentives and making any necessary adjustments based on customer feedback.",
|
|
"field_9577": [
|
|
5
|
|
],
|
|
"field_9578": null,
|
|
"field_9579": null,
|
|
"field_9580": null,
|
|
"field_9581": null,
|
|
"field_9582": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 940,
|
|
"name": "Employees",
|
|
"order": 4,
|
|
"fields": [
|
|
{
|
|
"id": 9583,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9584,
|
|
"type": "link_row",
|
|
"name": "Title",
|
|
"order": 4,
|
|
"primary": false,
|
|
"link_row_table_id": 941,
|
|
"link_row_related_field_id": 9609,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9585,
|
|
"type": "link_row",
|
|
"name": "Department",
|
|
"order": 5,
|
|
"primary": false,
|
|
"link_row_table_id": 942,
|
|
"link_row_related_field_id": 9615,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9586,
|
|
"type": "link_row",
|
|
"name": "Office location",
|
|
"order": 6,
|
|
"primary": false,
|
|
"link_row_table_id": 943,
|
|
"link_row_related_field_id": 9623,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9587,
|
|
"type": "file",
|
|
"name": "Photo",
|
|
"order": 7,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 9588,
|
|
"type": "text",
|
|
"name": "Local extension number",
|
|
"order": 8,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9589,
|
|
"type": "phone_number",
|
|
"name": "Phone number",
|
|
"order": 9,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 9590,
|
|
"type": "email",
|
|
"name": "Email",
|
|
"order": 10,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 9591,
|
|
"type": "text",
|
|
"name": "Address",
|
|
"order": 11,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9592,
|
|
"type": "text",
|
|
"name": "Zip code",
|
|
"order": 12,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9593,
|
|
"type": "long_text",
|
|
"name": "Remarks",
|
|
"order": 15,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": true
|
|
},
|
|
{
|
|
"id": 9594,
|
|
"type": "date",
|
|
"name": "Start date",
|
|
"order": 16,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": false,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": null
|
|
},
|
|
{
|
|
"id": 9595,
|
|
"type": "single_select",
|
|
"name": "Status",
|
|
"order": 17,
|
|
"primary": false,
|
|
"select_options": [
|
|
{
|
|
"id": 3736,
|
|
"value": "Full-time",
|
|
"color": "dark-green",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 3737,
|
|
"value": "Part-time",
|
|
"color": "dark-blue",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 3738,
|
|
"value": "Seasonal",
|
|
"color": "dark-red",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 3739,
|
|
"value": "Temporary",
|
|
"color": "dark-gray",
|
|
"order": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 9596,
|
|
"type": "boolean",
|
|
"name": "Is active",
|
|
"order": 19,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 9597,
|
|
"type": "date",
|
|
"name": "End date",
|
|
"order": 20,
|
|
"primary": false,
|
|
"date_format": "ISO",
|
|
"date_include_time": false,
|
|
"date_time_format": "24",
|
|
"date_show_tzinfo": false,
|
|
"date_force_timezone": null
|
|
},
|
|
{
|
|
"id": 9598,
|
|
"type": "count",
|
|
"name": "Objectives supervising",
|
|
"order": 22,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"through_field_id": 9602
|
|
},
|
|
{
|
|
"id": 9599,
|
|
"type": "link_row",
|
|
"name": "Related updates",
|
|
"order": 23,
|
|
"primary": false,
|
|
"link_row_table_id": 939,
|
|
"link_row_related_field_id": 9577,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9600,
|
|
"type": "link_row",
|
|
"name": "Related key results as lead",
|
|
"order": 24,
|
|
"primary": false,
|
|
"link_row_table_id": 938,
|
|
"link_row_related_field_id": 9568,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9601,
|
|
"type": "link_row",
|
|
"name": "Related key results as member",
|
|
"order": 25,
|
|
"primary": false,
|
|
"link_row_table_id": 938,
|
|
"link_row_related_field_id": 9569,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9602,
|
|
"type": "link_row",
|
|
"name": "Related objectives as lead",
|
|
"order": 26,
|
|
"primary": false,
|
|
"link_row_table_id": 937,
|
|
"link_row_related_field_id": 9540,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9603,
|
|
"type": "formula",
|
|
"name": "Key results linked",
|
|
"order": 27,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "add( \n count(field(\"Related key results as lead\")), \n count(field(\"Related key results as member\")) \n)",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 9604,
|
|
"type": "rollup",
|
|
"name": "Department name",
|
|
"order": 28,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"through_field_id": 9585,
|
|
"target_field_id": 9612,
|
|
"rollup_function": "min"
|
|
},
|
|
{
|
|
"id": 9605,
|
|
"type": "rollup",
|
|
"name": "Office locations name",
|
|
"order": 29,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": null,
|
|
"date_include_time": null,
|
|
"nullable": true,
|
|
"through_field_id": 9586,
|
|
"target_field_id": 9620,
|
|
"rollup_function": "min"
|
|
},
|
|
{
|
|
"id": 9606,
|
|
"type": "password",
|
|
"name": "Password",
|
|
"order": 30,
|
|
"primary": false
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 4385,
|
|
"type": "grid",
|
|
"name": "All employees",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3674,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35252,
|
|
"field_id": 9587,
|
|
"width": 113,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35253,
|
|
"field_id": 9598,
|
|
"width": 211,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35254,
|
|
"field_id": 9603,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35255,
|
|
"field_id": 9584,
|
|
"width": 170,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35256,
|
|
"field_id": 9585,
|
|
"width": 169,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35257,
|
|
"field_id": 9604,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35258,
|
|
"field_id": 9586,
|
|
"width": 171,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35259,
|
|
"field_id": 9605,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35260,
|
|
"field_id": 9588,
|
|
"width": 208,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35261,
|
|
"field_id": 9589,
|
|
"width": 153,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35262,
|
|
"field_id": 9590,
|
|
"width": 275,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35263,
|
|
"field_id": 9591,
|
|
"width": 240,
|
|
"hidden": false,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35264,
|
|
"field_id": 9592,
|
|
"width": 118,
|
|
"hidden": false,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35265,
|
|
"field_id": 9593,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35266,
|
|
"field_id": 9594,
|
|
"width": 123,
|
|
"hidden": false,
|
|
"order": 18,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35267,
|
|
"field_id": 9597,
|
|
"width": 117,
|
|
"hidden": false,
|
|
"order": 19,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35268,
|
|
"field_id": 9595,
|
|
"width": 106,
|
|
"hidden": false,
|
|
"order": 20,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35269,
|
|
"field_id": 9596,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 21,
|
|
"aggregation_type": "checked_count",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35270,
|
|
"field_id": 9583,
|
|
"width": 173,
|
|
"hidden": false,
|
|
"order": 22,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35271,
|
|
"field_id": 9602,
|
|
"width": 217,
|
|
"hidden": false,
|
|
"order": 23,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35272,
|
|
"field_id": 9600,
|
|
"width": 222,
|
|
"hidden": false,
|
|
"order": 24,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35273,
|
|
"field_id": 9601,
|
|
"width": 247,
|
|
"hidden": false,
|
|
"order": 25,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35274,
|
|
"field_id": 9599,
|
|
"width": 160,
|
|
"hidden": false,
|
|
"order": 26,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35275,
|
|
"field_id": 9606,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 27,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4386,
|
|
"type": "grid",
|
|
"name": "All employees grouped by Department",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3675,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 381,
|
|
"field_id": 9604,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35276,
|
|
"field_id": 9587,
|
|
"width": 113,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35277,
|
|
"field_id": 9598,
|
|
"width": 211,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35278,
|
|
"field_id": 9603,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35279,
|
|
"field_id": 9584,
|
|
"width": 170,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35280,
|
|
"field_id": 9585,
|
|
"width": 169,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35281,
|
|
"field_id": 9604,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35282,
|
|
"field_id": 9586,
|
|
"width": 171,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35283,
|
|
"field_id": 9605,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35284,
|
|
"field_id": 9588,
|
|
"width": 208,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35285,
|
|
"field_id": 9589,
|
|
"width": 153,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35286,
|
|
"field_id": 9590,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35287,
|
|
"field_id": 9591,
|
|
"width": 240,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35288,
|
|
"field_id": 9592,
|
|
"width": 118,
|
|
"hidden": false,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35289,
|
|
"field_id": 9593,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35290,
|
|
"field_id": 9594,
|
|
"width": 123,
|
|
"hidden": false,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35291,
|
|
"field_id": 9597,
|
|
"width": 117,
|
|
"hidden": false,
|
|
"order": 18,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35292,
|
|
"field_id": 9595,
|
|
"width": 106,
|
|
"hidden": false,
|
|
"order": 19,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35293,
|
|
"field_id": 9596,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 20,
|
|
"aggregation_type": "checked_count",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35294,
|
|
"field_id": 9583,
|
|
"width": 173,
|
|
"hidden": false,
|
|
"order": 21,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35295,
|
|
"field_id": 9602,
|
|
"width": 217,
|
|
"hidden": false,
|
|
"order": 22,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35296,
|
|
"field_id": 9600,
|
|
"width": 222,
|
|
"hidden": false,
|
|
"order": 23,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35297,
|
|
"field_id": 9601,
|
|
"width": 247,
|
|
"hidden": false,
|
|
"order": 24,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35298,
|
|
"field_id": 9599,
|
|
"width": 160,
|
|
"hidden": false,
|
|
"order": 25,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35299,
|
|
"field_id": 9606,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4387,
|
|
"type": "grid",
|
|
"name": "All employees grouped by Office location",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3676,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 382,
|
|
"field_id": 9605,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35300,
|
|
"field_id": 9587,
|
|
"width": 113,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35301,
|
|
"field_id": 9598,
|
|
"width": 211,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35302,
|
|
"field_id": 9603,
|
|
"width": 167,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35303,
|
|
"field_id": 9584,
|
|
"width": 170,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35304,
|
|
"field_id": 9585,
|
|
"width": 169,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35305,
|
|
"field_id": 9604,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35306,
|
|
"field_id": 9586,
|
|
"width": 171,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35307,
|
|
"field_id": 9605,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35308,
|
|
"field_id": 9588,
|
|
"width": 208,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35309,
|
|
"field_id": 9589,
|
|
"width": 153,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35310,
|
|
"field_id": 9590,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 13,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35311,
|
|
"field_id": 9591,
|
|
"width": 240,
|
|
"hidden": false,
|
|
"order": 14,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35312,
|
|
"field_id": 9592,
|
|
"width": 118,
|
|
"hidden": false,
|
|
"order": 15,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35313,
|
|
"field_id": 9593,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 16,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35314,
|
|
"field_id": 9594,
|
|
"width": 123,
|
|
"hidden": false,
|
|
"order": 17,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35315,
|
|
"field_id": 9597,
|
|
"width": 117,
|
|
"hidden": false,
|
|
"order": 18,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35316,
|
|
"field_id": 9595,
|
|
"width": 106,
|
|
"hidden": false,
|
|
"order": 19,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35317,
|
|
"field_id": 9596,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 20,
|
|
"aggregation_type": "checked_count",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35318,
|
|
"field_id": 9583,
|
|
"width": 173,
|
|
"hidden": false,
|
|
"order": 21,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35319,
|
|
"field_id": 9602,
|
|
"width": 217,
|
|
"hidden": false,
|
|
"order": 22,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35320,
|
|
"field_id": 9600,
|
|
"width": 222,
|
|
"hidden": false,
|
|
"order": 23,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35321,
|
|
"field_id": 9601,
|
|
"width": 247,
|
|
"hidden": false,
|
|
"order": 24,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35322,
|
|
"field_id": 9599,
|
|
"width": 160,
|
|
"hidden": false,
|
|
"order": 25,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35323,
|
|
"field_id": 9606,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4388,
|
|
"type": "form",
|
|
"name": "Add new employee",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"public": false,
|
|
"title": "Add new employee",
|
|
"description": "",
|
|
"cover_image": {
|
|
"name": "bKe83CN74rQbwvJnNbcTszLsaWA4ZQ0k_85d919a71bbf58dd3b55f6d7c634573f36cd86251b71b9bf84ff1370703769ff.jpg",
|
|
"original_name": "Header.Clients.01.jpg"
|
|
},
|
|
"logo_image": null,
|
|
"submit_text": "Submit",
|
|
"submit_action": "MESSAGE",
|
|
"submit_action_message": "Thank you for using this form. To add more employees, please refresh this page.",
|
|
"submit_action_redirect_url": "",
|
|
"field_options": [
|
|
{
|
|
"id": 4844,
|
|
"field_id": 9587,
|
|
"name": "",
|
|
"description": "You can add a photo of the employee here.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 0,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4845,
|
|
"field_id": 9584,
|
|
"name": "",
|
|
"description": "Please select the employee's role or designation from the selection below.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 4,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4846,
|
|
"field_id": 9585,
|
|
"name": "",
|
|
"description": "Please indicate the department this employee belongs to.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 5,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4847,
|
|
"field_id": 9586,
|
|
"name": "",
|
|
"description": "Select the assigned office location for this employee.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 6,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4848,
|
|
"field_id": 9588,
|
|
"name": "",
|
|
"description": "Please enter the local or extension number assigned to this employee.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 7,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4849,
|
|
"field_id": 9589,
|
|
"name": "",
|
|
"description": "Enter the employee's current phone or mobile number.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 8,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4850,
|
|
"field_id": 9590,
|
|
"name": "",
|
|
"description": "Please enter the employee's email address.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 9,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4851,
|
|
"field_id": 9591,
|
|
"name": "",
|
|
"description": "Enter the employee's current home address.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 10,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4852,
|
|
"field_id": 9592,
|
|
"name": "",
|
|
"description": "Please indicate the zip code of the employee's address.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 11,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4853,
|
|
"field_id": 9593,
|
|
"name": "",
|
|
"description": "Fill in any notes or remarks about this employee.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 12,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4854,
|
|
"field_id": 9594,
|
|
"name": "",
|
|
"description": "Please enter the date this employee joined the organization.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 13,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4855,
|
|
"field_id": 9595,
|
|
"name": "",
|
|
"description": "Select the employee's employment status.",
|
|
"enabled": true,
|
|
"required": true,
|
|
"order": 14,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4856,
|
|
"field_id": 9596,
|
|
"name": "",
|
|
"description": "Please indicate whether this employee is still with the organization.",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 15,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4857,
|
|
"field_id": 9583,
|
|
"name": "",
|
|
"description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 16,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4858,
|
|
"field_id": 9597,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 17,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4859,
|
|
"field_id": 9598,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4860,
|
|
"field_id": 9599,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4861,
|
|
"field_id": 9600,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4862,
|
|
"field_id": 9601,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4863,
|
|
"field_id": 9602,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 4864,
|
|
"field_id": 9603,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4389,
|
|
"type": "gallery",
|
|
"name": "Goal supervisors",
|
|
"order": 5,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2505,
|
|
"field_id": 9598,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3677,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"card_cover_image_field_id": 9587,
|
|
"field_options": [
|
|
{
|
|
"id": 7564,
|
|
"field_id": 9583,
|
|
"hidden": false,
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 7565,
|
|
"field_id": 9584,
|
|
"hidden": false,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 7566,
|
|
"field_id": 9585,
|
|
"hidden": false,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 7567,
|
|
"field_id": 9586,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 7568,
|
|
"field_id": 9587,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 7569,
|
|
"field_id": 9598,
|
|
"hidden": false,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 7570,
|
|
"field_id": 9588,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 7571,
|
|
"field_id": 9589,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 7572,
|
|
"field_id": 9590,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 7573,
|
|
"field_id": 9591,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 7574,
|
|
"field_id": 9592,
|
|
"hidden": true,
|
|
"order": 14
|
|
},
|
|
{
|
|
"id": 7575,
|
|
"field_id": 9593,
|
|
"hidden": true,
|
|
"order": 15
|
|
},
|
|
{
|
|
"id": 7576,
|
|
"field_id": 9594,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 7577,
|
|
"field_id": 9595,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 7578,
|
|
"field_id": 9596,
|
|
"hidden": true,
|
|
"order": 18
|
|
},
|
|
{
|
|
"id": 7579,
|
|
"field_id": 9597,
|
|
"hidden": true,
|
|
"order": 19
|
|
},
|
|
{
|
|
"id": 7580,
|
|
"field_id": 9599,
|
|
"hidden": true,
|
|
"order": 20
|
|
},
|
|
{
|
|
"id": 7581,
|
|
"field_id": 9600,
|
|
"hidden": true,
|
|
"order": 21
|
|
},
|
|
{
|
|
"id": 7582,
|
|
"field_id": 9601,
|
|
"hidden": true,
|
|
"order": 22
|
|
},
|
|
{
|
|
"id": 7583,
|
|
"field_id": 9602,
|
|
"hidden": true,
|
|
"order": 23
|
|
},
|
|
{
|
|
"id": 7584,
|
|
"field_id": 9603,
|
|
"hidden": true,
|
|
"order": 24
|
|
},
|
|
{
|
|
"id": 7585,
|
|
"field_id": 9604,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7586,
|
|
"field_id": 9605,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7587,
|
|
"field_id": 9606,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4390,
|
|
"type": "gallery",
|
|
"name": "Active employees",
|
|
"order": 6,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2506,
|
|
"field_id": 9596,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3678,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"card_cover_image_field_id": 9587,
|
|
"field_options": [
|
|
{
|
|
"id": 7588,
|
|
"field_id": 9583,
|
|
"hidden": false,
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 7589,
|
|
"field_id": 9584,
|
|
"hidden": false,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 7590,
|
|
"field_id": 9585,
|
|
"hidden": false,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 7591,
|
|
"field_id": 9586,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 7592,
|
|
"field_id": 9587,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 7593,
|
|
"field_id": 9588,
|
|
"hidden": false,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 7594,
|
|
"field_id": 9589,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 7595,
|
|
"field_id": 9590,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 7596,
|
|
"field_id": 9591,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 7597,
|
|
"field_id": 9592,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 7598,
|
|
"field_id": 9593,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 7599,
|
|
"field_id": 9594,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 7600,
|
|
"field_id": 9595,
|
|
"hidden": false,
|
|
"order": 18
|
|
},
|
|
{
|
|
"id": 7601,
|
|
"field_id": 9596,
|
|
"hidden": true,
|
|
"order": 19
|
|
},
|
|
{
|
|
"id": 7602,
|
|
"field_id": 9597,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7603,
|
|
"field_id": 9598,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7604,
|
|
"field_id": 9599,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7605,
|
|
"field_id": 9600,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7606,
|
|
"field_id": 9601,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7607,
|
|
"field_id": 9602,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7608,
|
|
"field_id": 9603,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7609,
|
|
"field_id": 9604,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7610,
|
|
"field_id": 9605,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7611,
|
|
"field_id": 9606,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4391,
|
|
"type": "gallery",
|
|
"name": "Full-time employees",
|
|
"order": 7,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2507,
|
|
"field_id": 9595,
|
|
"type": "single_select_equal",
|
|
"value": "3736",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 2508,
|
|
"field_id": 9596,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3679,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"card_cover_image_field_id": 9587,
|
|
"field_options": [
|
|
{
|
|
"id": 7612,
|
|
"field_id": 9583,
|
|
"hidden": false,
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 7613,
|
|
"field_id": 9584,
|
|
"hidden": false,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 7614,
|
|
"field_id": 9585,
|
|
"hidden": false,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 7615,
|
|
"field_id": 9586,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 7616,
|
|
"field_id": 9587,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 7617,
|
|
"field_id": 9588,
|
|
"hidden": false,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 7618,
|
|
"field_id": 9589,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 7619,
|
|
"field_id": 9590,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 7620,
|
|
"field_id": 9591,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 7621,
|
|
"field_id": 9592,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 7622,
|
|
"field_id": 9593,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 7623,
|
|
"field_id": 9594,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 7624,
|
|
"field_id": 9595,
|
|
"hidden": true,
|
|
"order": 18
|
|
},
|
|
{
|
|
"id": 7625,
|
|
"field_id": 9596,
|
|
"hidden": true,
|
|
"order": 19
|
|
},
|
|
{
|
|
"id": 7626,
|
|
"field_id": 9597,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7627,
|
|
"field_id": 9598,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7628,
|
|
"field_id": 9599,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7629,
|
|
"field_id": 9600,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7630,
|
|
"field_id": 9601,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7631,
|
|
"field_id": 9602,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7632,
|
|
"field_id": 9603,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7633,
|
|
"field_id": 9604,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7634,
|
|
"field_id": 9605,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7635,
|
|
"field_id": 9606,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4392,
|
|
"type": "gallery",
|
|
"name": "Part-time employees",
|
|
"order": 8,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2509,
|
|
"field_id": 9595,
|
|
"type": "single_select_equal",
|
|
"value": "3737",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 2510,
|
|
"field_id": 9596,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3680,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"card_cover_image_field_id": 9587,
|
|
"field_options": [
|
|
{
|
|
"id": 7636,
|
|
"field_id": 9583,
|
|
"hidden": false,
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 7637,
|
|
"field_id": 9584,
|
|
"hidden": false,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 7638,
|
|
"field_id": 9585,
|
|
"hidden": false,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 7639,
|
|
"field_id": 9586,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 7640,
|
|
"field_id": 9587,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 7641,
|
|
"field_id": 9588,
|
|
"hidden": false,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 7642,
|
|
"field_id": 9589,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 7643,
|
|
"field_id": 9590,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 7644,
|
|
"field_id": 9591,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 7645,
|
|
"field_id": 9592,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 7646,
|
|
"field_id": 9593,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 7647,
|
|
"field_id": 9594,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 7648,
|
|
"field_id": 9595,
|
|
"hidden": true,
|
|
"order": 18
|
|
},
|
|
{
|
|
"id": 7649,
|
|
"field_id": 9596,
|
|
"hidden": true,
|
|
"order": 19
|
|
},
|
|
{
|
|
"id": 7650,
|
|
"field_id": 9597,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7651,
|
|
"field_id": 9598,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7652,
|
|
"field_id": 9599,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7653,
|
|
"field_id": 9600,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7654,
|
|
"field_id": 9601,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7655,
|
|
"field_id": 9602,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7656,
|
|
"field_id": 9603,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7657,
|
|
"field_id": 9604,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7658,
|
|
"field_id": 9605,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7659,
|
|
"field_id": 9606,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4393,
|
|
"type": "gallery",
|
|
"name": "Seasonal employees",
|
|
"order": 9,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2511,
|
|
"field_id": 9595,
|
|
"type": "single_select_equal",
|
|
"value": "3738",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 2512,
|
|
"field_id": 9596,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3681,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"card_cover_image_field_id": 9587,
|
|
"field_options": [
|
|
{
|
|
"id": 7660,
|
|
"field_id": 9583,
|
|
"hidden": false,
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 7661,
|
|
"field_id": 9584,
|
|
"hidden": false,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 7662,
|
|
"field_id": 9585,
|
|
"hidden": false,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 7663,
|
|
"field_id": 9586,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 7664,
|
|
"field_id": 9587,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 7665,
|
|
"field_id": 9588,
|
|
"hidden": false,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 7666,
|
|
"field_id": 9589,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 7667,
|
|
"field_id": 9590,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 7668,
|
|
"field_id": 9591,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 7669,
|
|
"field_id": 9592,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 7670,
|
|
"field_id": 9593,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 7671,
|
|
"field_id": 9594,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 7672,
|
|
"field_id": 9595,
|
|
"hidden": true,
|
|
"order": 18
|
|
},
|
|
{
|
|
"id": 7673,
|
|
"field_id": 9596,
|
|
"hidden": true,
|
|
"order": 19
|
|
},
|
|
{
|
|
"id": 7674,
|
|
"field_id": 9597,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7675,
|
|
"field_id": 9598,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7676,
|
|
"field_id": 9599,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7677,
|
|
"field_id": 9600,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7678,
|
|
"field_id": 9601,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7679,
|
|
"field_id": 9602,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7680,
|
|
"field_id": 9603,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7681,
|
|
"field_id": 9604,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7682,
|
|
"field_id": 9605,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7683,
|
|
"field_id": 9606,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4394,
|
|
"type": "gallery",
|
|
"name": "Temporary employees",
|
|
"order": 10,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2513,
|
|
"field_id": 9595,
|
|
"type": "single_select_equal",
|
|
"value": "3739",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 2514,
|
|
"field_id": 9596,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3682,
|
|
"field_id": 9583,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"card_cover_image_field_id": 9587,
|
|
"field_options": [
|
|
{
|
|
"id": 7684,
|
|
"field_id": 9583,
|
|
"hidden": false,
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 7685,
|
|
"field_id": 9584,
|
|
"hidden": false,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 7686,
|
|
"field_id": 9585,
|
|
"hidden": false,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 7687,
|
|
"field_id": 9586,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 7688,
|
|
"field_id": 9587,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 7689,
|
|
"field_id": 9588,
|
|
"hidden": false,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 7690,
|
|
"field_id": 9589,
|
|
"hidden": false,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 7691,
|
|
"field_id": 9590,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 7692,
|
|
"field_id": 9591,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 7693,
|
|
"field_id": 9592,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 7694,
|
|
"field_id": 9593,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 7695,
|
|
"field_id": 9594,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 7696,
|
|
"field_id": 9595,
|
|
"hidden": true,
|
|
"order": 18
|
|
},
|
|
{
|
|
"id": 7697,
|
|
"field_id": 9596,
|
|
"hidden": true,
|
|
"order": 19
|
|
},
|
|
{
|
|
"id": 7698,
|
|
"field_id": 9597,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7699,
|
|
"field_id": 9598,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7700,
|
|
"field_id": 9599,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7701,
|
|
"field_id": 9600,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7702,
|
|
"field_id": 9601,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7703,
|
|
"field_id": 9602,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7704,
|
|
"field_id": 9603,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7705,
|
|
"field_id": 9604,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7706,
|
|
"field_id": 9605,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7707,
|
|
"field_id": 9606,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4395,
|
|
"type": "kanban",
|
|
"name": "Employees by status",
|
|
"order": 11,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2515,
|
|
"field_id": 9596,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"single_select_field_id": 9595,
|
|
"card_cover_image_field_id": 9587,
|
|
"field_options": [
|
|
{
|
|
"id": 6661,
|
|
"field_id": 9583,
|
|
"hidden": false,
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 6662,
|
|
"field_id": 9584,
|
|
"hidden": false,
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": 6663,
|
|
"field_id": 9585,
|
|
"hidden": true,
|
|
"order": 6
|
|
},
|
|
{
|
|
"id": 6664,
|
|
"field_id": 9586,
|
|
"hidden": true,
|
|
"order": 7
|
|
},
|
|
{
|
|
"id": 6665,
|
|
"field_id": 9587,
|
|
"hidden": true,
|
|
"order": 8
|
|
},
|
|
{
|
|
"id": 6666,
|
|
"field_id": 9588,
|
|
"hidden": true,
|
|
"order": 9
|
|
},
|
|
{
|
|
"id": 6667,
|
|
"field_id": 9589,
|
|
"hidden": true,
|
|
"order": 10
|
|
},
|
|
{
|
|
"id": 6668,
|
|
"field_id": 9590,
|
|
"hidden": true,
|
|
"order": 11
|
|
},
|
|
{
|
|
"id": 6669,
|
|
"field_id": 9591,
|
|
"hidden": true,
|
|
"order": 12
|
|
},
|
|
{
|
|
"id": 6670,
|
|
"field_id": 9592,
|
|
"hidden": true,
|
|
"order": 13
|
|
},
|
|
{
|
|
"id": 6671,
|
|
"field_id": 9593,
|
|
"hidden": true,
|
|
"order": 16
|
|
},
|
|
{
|
|
"id": 6672,
|
|
"field_id": 9594,
|
|
"hidden": true,
|
|
"order": 17
|
|
},
|
|
{
|
|
"id": 6673,
|
|
"field_id": 9595,
|
|
"hidden": true,
|
|
"order": 18
|
|
},
|
|
{
|
|
"id": 6674,
|
|
"field_id": 9596,
|
|
"hidden": true,
|
|
"order": 19
|
|
},
|
|
{
|
|
"id": 6675,
|
|
"field_id": 9597,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6676,
|
|
"field_id": 9598,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6677,
|
|
"field_id": 9599,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6678,
|
|
"field_id": 9600,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6679,
|
|
"field_id": 9601,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6680,
|
|
"field_id": 9602,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6681,
|
|
"field_id": 9603,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2022-05-11T02:41:08.429516+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.485219+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Janice Fitzpatrick",
|
|
"field_9584": [
|
|
12
|
|
],
|
|
"field_9585": [
|
|
8
|
|
],
|
|
"field_9586": [
|
|
2
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "tjn3LhqqgUxeKLSKbcX9OmqFzYbeDpXh_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
|
|
"visible_name": "Woman.16.jpg",
|
|
"original_name": "tjn3LhqqgUxeKLSKbcX9OmqFzYbeDpXh_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x2083",
|
|
"field_9589": "(510) 476-1189",
|
|
"field_9590": "janice.fitzpatrick@example.com",
|
|
"field_9591": "1053 Thompson Drive, Union City, California",
|
|
"field_9592": "94587",
|
|
"field_9593": "Started this company with friends.",
|
|
"field_9594": "2012-01-08",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [],
|
|
"field_9602": [
|
|
1,
|
|
11,
|
|
19
|
|
],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$h12Va61QebEuhx2XoElMaT$+IzrErccPukLNpN2zyLFu9psQkgANgPaxkVygixEXLE="
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2022-05-11T02:41:08.431669+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.487379+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Cinda Pullen",
|
|
"field_9584": [
|
|
13
|
|
],
|
|
"field_9585": [
|
|
8
|
|
],
|
|
"field_9586": [
|
|
2
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "Iv3ENPmK6VcgQS42BXecc7N8z8YZP6gD_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
|
|
"visible_name": "Woman.36.jpg",
|
|
"original_name": "Iv3ENPmK6VcgQS42BXecc7N8z8YZP6gD_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x8170",
|
|
"field_9589": "(213) 743-1636",
|
|
"field_9590": "cinda.pullen@example.com",
|
|
"field_9591": "3486 Canis Heights Drive, Los Angeles, California",
|
|
"field_9592": "90007",
|
|
"field_9593": "Joined to build something wonderful.",
|
|
"field_9594": "2012-01-08",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [],
|
|
"field_9602": [
|
|
6,
|
|
7,
|
|
15,
|
|
16,
|
|
24
|
|
],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$Z8rdW9lS4ZK2J9GiR4RRYG$OzdovDfo+ION9MtrXDs6T9+KYTqhBu4BfO35sNofkOY="
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2022-05-11T19:39:33.168366+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.489084+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Clayton Best",
|
|
"field_9584": [
|
|
14
|
|
],
|
|
"field_9585": [
|
|
8
|
|
],
|
|
"field_9586": [
|
|
2
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "LODlWM9Sjc0Eq2w0xeuQ4FJK7JF4SGy4_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
|
|
"visible_name": "Man.33.jpg",
|
|
"original_name": "LODlWM9Sjc0Eq2w0xeuQ4FJK7JF4SGy4_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x1528",
|
|
"field_9589": "(916) 478-0153",
|
|
"field_9590": "clayton.best@example.com",
|
|
"field_9591": "3380 Park Avenue, Elk Grove, California",
|
|
"field_9592": "95624",
|
|
"field_9593": "Saw the same vision as the other founders.",
|
|
"field_9594": "2012-01-08",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [
|
|
3
|
|
],
|
|
"field_9601": [],
|
|
"field_9602": [
|
|
3,
|
|
4,
|
|
13,
|
|
21
|
|
],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$jcfiyFb0vpbCZLZQteqZAj$Ir4h0dkayFRD246xd//Pj2QtfL+uMGbBqvl+wrUEUao="
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2022-05-11T19:39:45.735708+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.490773+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Lane Mahon",
|
|
"field_9584": [
|
|
15
|
|
],
|
|
"field_9585": [
|
|
8,
|
|
6
|
|
],
|
|
"field_9586": [
|
|
2
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "kcc3sxm1Q5fnWjjg62YU8Cvohs2yPV5e_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
|
|
"visible_name": "Man.18.jpg",
|
|
"original_name": "kcc3sxm1Q5fnWjjg62YU8Cvohs2yPV5e_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x8338",
|
|
"field_9589": "(925) 250-4627",
|
|
"field_9590": "lane.mahon@example.com",
|
|
"field_9591": "1669 Water Street, Dublin, California",
|
|
"field_9592": "94568",
|
|
"field_9593": "Believes in the potential of the company.",
|
|
"field_9594": "2012-01-08",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [
|
|
17,
|
|
18,
|
|
19
|
|
],
|
|
"field_9600": [
|
|
4,
|
|
5,
|
|
20,
|
|
21,
|
|
27,
|
|
28,
|
|
29,
|
|
30,
|
|
32,
|
|
33,
|
|
34,
|
|
35
|
|
],
|
|
"field_9601": [],
|
|
"field_9602": [
|
|
5,
|
|
14,
|
|
17,
|
|
18,
|
|
22,
|
|
23
|
|
],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$xYWjshJu2pc9a5TMCyBLmi$puC26xPcMz+t40Di76eFgQv7NtkQNGqZvEXORvVvWi4="
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2022-05-11T19:39:54.036617+00:00",
|
|
"updated_on": "2024-04-30T08:45:24.336981+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Allie Ecker",
|
|
"field_9584": [
|
|
16
|
|
],
|
|
"field_9585": [
|
|
8,
|
|
7
|
|
],
|
|
"field_9586": [
|
|
2
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "KVNWiuUutFmW0bBQdXlf6mfF09dPsq23_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
|
|
"visible_name": "Woman.12.jpg",
|
|
"original_name": "KVNWiuUutFmW0bBQdXlf6mfF09dPsq23_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x9008",
|
|
"field_9589": "(949) 873-7292",
|
|
"field_9590": "allie.ecker@example.com",
|
|
"field_9591": "1522 Hillcrest Lane, Los Angeles, California",
|
|
"field_9592": "90017",
|
|
"field_9593": "Having fun with the job and responsibilities.",
|
|
"field_9594": "2012-01-08",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [
|
|
42,
|
|
43,
|
|
44,
|
|
58,
|
|
64,
|
|
65,
|
|
66,
|
|
67,
|
|
69,
|
|
70
|
|
],
|
|
"field_9600": [
|
|
1,
|
|
2,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
19,
|
|
31
|
|
],
|
|
"field_9601": [],
|
|
"field_9602": [
|
|
2,
|
|
8,
|
|
9,
|
|
10,
|
|
12,
|
|
20
|
|
],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$V6mL6sge1PMPG0LqGUrN0h$NFS6hXJJMyI24HqRcFv6u118mD202Pos0YjLxrVrvrI="
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2022-05-11T19:40:00.883007+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.494131+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Thomas Nickson",
|
|
"field_9584": [
|
|
17
|
|
],
|
|
"field_9585": [
|
|
4
|
|
],
|
|
"field_9586": [
|
|
2
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "wgJc3fYFUHyAi77SCP8z1HLwPxBPiY66_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
|
|
"visible_name": "Man.11.jpg",
|
|
"original_name": "wgJc3fYFUHyAi77SCP8z1HLwPxBPiY66_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x5557",
|
|
"field_9589": "(916) 336-7017",
|
|
"field_9590": "thomas.nickson@example.com",
|
|
"field_9591": "898 Pearl Street, Sacramento, California",
|
|
"field_9592": "95814",
|
|
"field_9593": "Focused on the future of this company.",
|
|
"field_9594": "2012-01-08",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [
|
|
7,
|
|
8,
|
|
9,
|
|
10
|
|
],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
3
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$GyNVhIB2gQfgtDyV7MhTkp$gJVZgPDP448mq3DfxSGYWZG3LTFBYc9qMdeQt8PRzJ0="
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2022-05-11T19:40:08.785002+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.495811+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Paul Garcia",
|
|
"field_9584": [
|
|
11
|
|
],
|
|
"field_9585": [
|
|
5
|
|
],
|
|
"field_9586": [
|
|
1
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "ylkQ6OKdmBeK5keJIBVQOAPlgrk16Rsh_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
|
|
"visible_name": "Man.13.jpg",
|
|
"original_name": "ylkQ6OKdmBeK5keJIBVQOAPlgrk16Rsh_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x9834",
|
|
"field_9589": "(916) 910-4721",
|
|
"field_9590": "paul.garcia@example.com",
|
|
"field_9591": "4695 Woodland Terrace, Sacramento, California",
|
|
"field_9592": "95814",
|
|
"field_9593": "Has been working hard doing multiple tasks for this company.",
|
|
"field_9594": "2012-01-08",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
12
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$qf0cv7TarXBD30grAT8VtO$EyFBlxAhdHQ0lKfdSejKgjxk83FnuCvOoarbWEBssW0="
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2022-05-11T19:40:16.141926+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.497427+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Rodney Tran",
|
|
"field_9584": [
|
|
10
|
|
],
|
|
"field_9585": [
|
|
5
|
|
],
|
|
"field_9586": [
|
|
1
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "sTLfHJBYwfKis3hAgimBfhBYvpVa2w3x_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
|
|
"visible_name": "Man.35.jpg",
|
|
"original_name": "sTLfHJBYwfKis3hAgimBfhBYvpVa2w3x_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x5049",
|
|
"field_9589": "(408) 451-1453",
|
|
"field_9590": "rodney.tran@example.com",
|
|
"field_9591": "567 Ford Street, San Jose, California",
|
|
"field_9592": "95131",
|
|
"field_9593": "Stayed with the founders since joining.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3737,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
12
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$CUh2vMojRaPFJjuYLUxyGD$NXbN3sC4LradwOKHGzC8XOLR5XbzmtkCK6SxWPGYcu8="
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2022-05-11T19:40:26.829669+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.499412+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Donald Johns",
|
|
"field_9584": [
|
|
9
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
5
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "oZg1hCpcPqzaWbBVDzPvm3S7KZtZL5Jj_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
|
|
"visible_name": "Man.48.jpg",
|
|
"original_name": "oZg1hCpcPqzaWbBVDzPvm3S7KZtZL5Jj_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x6300",
|
|
"field_9589": "(805) 367-1199",
|
|
"field_9590": "donald.johns@example.com",
|
|
"field_9591": "414 Euclid Avenue, Oxnard, California",
|
|
"field_9592": "93030",
|
|
"field_9593": "An experienced and highly skilled individual in this industry.",
|
|
"field_9594": "2012-01-31",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [
|
|
20,
|
|
21,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
27,
|
|
28,
|
|
29,
|
|
30,
|
|
31,
|
|
32,
|
|
33,
|
|
34,
|
|
35,
|
|
36,
|
|
37,
|
|
38,
|
|
39,
|
|
40,
|
|
41
|
|
],
|
|
"field_9600": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9601": [],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$y5m4PJNDse4eprk3OwlWn4$wMgRYnFVbq35+N2iifV7LR8WHDBpR2nZQVBxmcYvFcc="
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2022-05-11T19:40:31.663881+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.501102+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "John Marshall",
|
|
"field_9584": [
|
|
9
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
5
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "atsNQZfF3RYaU3BfXl5vrnHy2Hf3aMzs_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
|
|
"visible_name": "Man.03.jpg",
|
|
"original_name": "atsNQZfF3RYaU3BfXl5vrnHy2Hf3aMzs_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x6302",
|
|
"field_9589": "(323) 207-7576",
|
|
"field_9590": "john.marshall@example.com",
|
|
"field_9591": "1028 Rosemont Avenue, Anaheim, California",
|
|
"field_9592": "92801",
|
|
"field_9593": "Common friend of the founders.",
|
|
"field_9594": "2012-01-31",
|
|
"field_9595": 3738,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$N9QiYsZHElNWSweJJkLH58$kSKToC5+/sCqbezfqqh0a1EWu8XHo6/RjD0sB9lg6d0="
|
|
},
|
|
{
|
|
"id": 11,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2022-05-11T19:40:39.587277+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.502770+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Michael Robicheaux",
|
|
"field_9584": [
|
|
8
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
5
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "bN2q9NIV1EmDm6Cw0JtqFnNyb7bRSWml_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
|
|
"visible_name": "Man.28.jpg",
|
|
"original_name": "bN2q9NIV1EmDm6Cw0JtqFnNyb7bRSWml_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x1942",
|
|
"field_9589": "(707) 840-5210",
|
|
"field_9590": "michael.robicheaux@example.com",
|
|
"field_9591": "792 Pretty View Lane, Mckinleyville, California",
|
|
"field_9592": "95519",
|
|
"field_9593": "Found his resume online.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$Y3PuCDbClcgcdTyNLaW5TY$7iIHSqu2gk8rutrixX5AGwKunLDbVtXtBU7nQAIqONg="
|
|
},
|
|
{
|
|
"id": 12,
|
|
"order": "12.00000000000000000000",
|
|
"created_on": "2022-05-11T19:40:46.306898+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.504481+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Bran Lopez",
|
|
"field_9584": [
|
|
8
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
5
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "DhuaoyGc757hwpAaiQFYxW1cfYCZYZA6_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
|
|
"visible_name": "Man.20.jpg",
|
|
"original_name": "DhuaoyGc757hwpAaiQFYxW1cfYCZYZA6_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x4802",
|
|
"field_9589": "(650) 869-3623",
|
|
"field_9590": "bran.lopez@example.com",
|
|
"field_9591": "3637 Duck Creek Road, San Bruno, California",
|
|
"field_9592": "94066",
|
|
"field_9593": "A reliable addition to the company.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$Yks0Zag1AogbufIas1anDy$5RXnmn+B2YO4xX0kV2sTDQj8DdeAozycqgRpvfS/D8w="
|
|
},
|
|
{
|
|
"id": 13,
|
|
"order": "13.00000000000000000000",
|
|
"created_on": "2022-05-11T19:40:54.760610+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.506096+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Ronald Wright",
|
|
"field_9584": [
|
|
7
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
5
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "jhkn8HBqI4VRj9qEv4oZJrijMTyz0MFi_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
|
|
"visible_name": "Man.09.jpg",
|
|
"original_name": "jhkn8HBqI4VRj9qEv4oZJrijMTyz0MFi_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x9259",
|
|
"field_9589": "(925) 413-4033",
|
|
"field_9590": "donald.wright@example.com",
|
|
"field_9591": "858 Park Street, San Francisco, California",
|
|
"field_9592": "94108",
|
|
"field_9593": "Worked part-time since 2019.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3737,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$OKbXtOAoB5ibtadquJa5tI$hAPADvh51sFEaPNdejH+3SvDhSibe6TutPqPU1aLlsc="
|
|
},
|
|
{
|
|
"id": 14,
|
|
"order": "14.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:01.712553+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.507803+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Leroy Tye",
|
|
"field_9584": [
|
|
5
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
5
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "tP8Jo0SGSD3hfxTJaFeWyPwm1Pzlc4Ig_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
|
|
"visible_name": "Man.02.jpg",
|
|
"original_name": "tP8Jo0SGSD3hfxTJaFeWyPwm1Pzlc4Ig_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x9887",
|
|
"field_9589": "(510) 808-7208",
|
|
"field_9590": "leroy.tye@example.com",
|
|
"field_9591": "4647 Green Avenue, Oakland, California",
|
|
"field_9592": "94612",
|
|
"field_9593": "Dedicated his career to the company.",
|
|
"field_9594": "2012-01-31",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$bkQZxaH2T3SXNzdwr6nnSW$8gb9ciMdxBOgpC2W6hQySSB7QQD4f2BHLhvRG2PWoQw="
|
|
},
|
|
{
|
|
"id": 15,
|
|
"order": "15.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:06.453197+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.509408+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Nora Mott",
|
|
"field_9584": [
|
|
4
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
5
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "Bh6xxnbh8rv7m6FXlfTX67ehm3TR2qs8_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
|
|
"visible_name": "Woman.55.jpg",
|
|
"original_name": "Bh6xxnbh8rv7m6FXlfTX67ehm3TR2qs8_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x0314",
|
|
"field_9589": "(818) 240-6675",
|
|
"field_9590": "nora.mott@example.com",
|
|
"field_9591": "2105 New York Avenue, Glendale, California",
|
|
"field_9592": "91204",
|
|
"field_9593": "Hardworking individual.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3737,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$KjayxlcoeDR2a074gkit8Z$OR/jNMcmxE9w3JdjbcfW/RD2KTxvALvcey1DUQq6+Qk="
|
|
},
|
|
{
|
|
"id": 16,
|
|
"order": "16.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:10.813481+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.511055+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Elizabeth Cunningham",
|
|
"field_9584": [
|
|
4
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
5
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "zjCVl8DqNbHXvKWqtGSKfPQEaCcKpkVq_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
|
|
"visible_name": "Woman.27.jpg",
|
|
"original_name": "zjCVl8DqNbHXvKWqtGSKfPQEaCcKpkVq_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x2084",
|
|
"field_9589": "(323) 930-9329",
|
|
"field_9590": "elizabeth.cunningham@example.com",
|
|
"field_9591": "1609 Hillhaven Drive, Los Angeles, California",
|
|
"field_9592": "90036",
|
|
"field_9593": "Always helpful to colleagues.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3738,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$6r5ibP6UmFOgcMS1B4nJes$pffjM5aHFK1wiIxFKgvuThECL1uNBRxqRNEkPtN5+ww="
|
|
},
|
|
{
|
|
"id": 17,
|
|
"order": "17.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:16.077611+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.513022+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Richard Rethman",
|
|
"field_9584": [
|
|
3
|
|
],
|
|
"field_9585": [
|
|
1
|
|
],
|
|
"field_9586": [
|
|
3
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "SbhFNLI1XLUaknozD5YFr11eA2XVY9hR_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
|
|
"visible_name": "Man.31.jpg",
|
|
"original_name": "SbhFNLI1XLUaknozD5YFr11eA2XVY9hR_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x3210",
|
|
"field_9589": "(626) 585-3240",
|
|
"field_9590": "richard.rethman@example.com",
|
|
"field_9591": "3633 Nickel Road, Pasadena, California",
|
|
"field_9592": "91101",
|
|
"field_9593": "Help the company since the start of the operation.",
|
|
"field_9594": "2012-01-31",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
36,
|
|
37,
|
|
38
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$G5NokWxoHjrOAiPwtCw1YA$AbMqQkpLTB5Nyyigw488p7pbyYsS6RU9dsGThwt60gY="
|
|
},
|
|
{
|
|
"id": 18,
|
|
"order": "18.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:20.237265+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.514683+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Jonathan Castillo",
|
|
"field_9584": [
|
|
17
|
|
],
|
|
"field_9585": [
|
|
2
|
|
],
|
|
"field_9586": [
|
|
1
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "SCZ6QiF03mNLvu9BE9coXLTFmp6NiBo8_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
|
|
"visible_name": "Man.27.jpg",
|
|
"original_name": "SCZ6QiF03mNLvu9BE9coXLTFmp6NiBo8_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x4050",
|
|
"field_9589": "(714) 674-5259",
|
|
"field_9590": "jonathan.castillo@example.com",
|
|
"field_9591": "2014 Alpaca Way, Brea, California",
|
|
"field_9592": "92621",
|
|
"field_9593": "Has been very productive.",
|
|
"field_9594": "2012-01-31",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$dGGtddpidN5qf7oOf2Q8B1$ZWnVl/c/8+FJPc/5Ozi01Gc2dxnf8UXS04/wMMF3dDQ="
|
|
},
|
|
{
|
|
"id": 19,
|
|
"order": "19.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:28.309129+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.516328+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Eric Rothman",
|
|
"field_9584": [
|
|
17
|
|
],
|
|
"field_9585": [
|
|
2
|
|
],
|
|
"field_9586": [
|
|
1
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "ucIReIu1Unuyh1TtjmFMsf7Ammw4yDiT_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
|
|
"visible_name": "Man.15.jpg",
|
|
"original_name": "ucIReIu1Unuyh1TtjmFMsf7Ammw4yDiT_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x2313",
|
|
"field_9589": "(619) 525-2361",
|
|
"field_9590": "eric.rothman@example.com",
|
|
"field_9591": "678 Poplar Avenue, San Diego, California",
|
|
"field_9592": "92101",
|
|
"field_9593": "Very prolific individual. Ask him anything.",
|
|
"field_9594": "2012-01-31",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$JCoCDIADUbWBYnYb0STATP$2xD/s1/OOV7UgmXpP/pqr9JXdtTvVQtf03WVBJLmaWc="
|
|
},
|
|
{
|
|
"id": 20,
|
|
"order": "20.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:33.394918+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.517943+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Judith Triplett",
|
|
"field_9584": [
|
|
17
|
|
],
|
|
"field_9585": [
|
|
6
|
|
],
|
|
"field_9586": [
|
|
3
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "47gBJaUqmHXjr6oVR8XH1nDFxUR1KJlJ_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
|
|
"visible_name": "Woman.38.jpg",
|
|
"original_name": "47gBJaUqmHXjr6oVR8XH1nDFxUR1KJlJ_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x4750",
|
|
"field_9589": "(323) 762-0628",
|
|
"field_9590": "judith.triplett@example.com",
|
|
"field_9591": "3358 Southside Lane, Los Angeles, California",
|
|
"field_9592": "90017",
|
|
"field_9593": "Joyful and the life of the party.",
|
|
"field_9594": "2012-01-31",
|
|
"field_9595": 3736,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16
|
|
],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
4,
|
|
5,
|
|
20,
|
|
21,
|
|
27,
|
|
28,
|
|
29,
|
|
30,
|
|
32,
|
|
33,
|
|
34,
|
|
35
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$4U3nLsyTa3QjR0Ng2gSgux$yq0PXgHHfj334F8IFE3v85211xx1GPzKEI2l+vWC9rE="
|
|
},
|
|
{
|
|
"id": 21,
|
|
"order": "21.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:44.628479+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.519528+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Lena Hogan",
|
|
"field_9584": [
|
|
18
|
|
],
|
|
"field_9585": [
|
|
7
|
|
],
|
|
"field_9586": [
|
|
1
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "ULfPMW2O2fO0uNitMkIGl8XBxPmcQYKT_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
|
|
"visible_name": "Woman.17.jpg",
|
|
"original_name": "ULfPMW2O2fO0uNitMkIGl8XBxPmcQYKT_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x0720",
|
|
"field_9589": "(559) 949-6790",
|
|
"field_9590": "lena.hogan@example.com",
|
|
"field_9591": "2400 Half and Half Drive, Alpaugh, California",
|
|
"field_9592": "93219",
|
|
"field_9593": "Cheerful individual - brings a lot of jokes everyday.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3739,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [
|
|
2,
|
|
4,
|
|
48,
|
|
52,
|
|
57,
|
|
60,
|
|
62,
|
|
63
|
|
],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
1,
|
|
2,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
19,
|
|
31
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$Syy6kzyavQh5sPobjouNnR$Xchp4ZMUaITU6G3+HrutHFq6XL0vM0Tb8BIaLoW7/Hk="
|
|
},
|
|
{
|
|
"id": 22,
|
|
"order": "22.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:49.427338+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.521134+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Sandra Love",
|
|
"field_9584": [
|
|
18
|
|
],
|
|
"field_9585": [
|
|
7
|
|
],
|
|
"field_9586": [
|
|
1
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "lNClEXSvnJJmUNsDWUvta5eUS1GcEk1k_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
|
|
"visible_name": "Woman.23.jpg",
|
|
"original_name": "lNClEXSvnJJmUNsDWUvta5eUS1GcEk1k_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x1950",
|
|
"field_9589": "(559) 592-9157",
|
|
"field_9590": "sandra.love@example.com",
|
|
"field_9591": "3294 Chicago Avenue, Exeter, California",
|
|
"field_9592": "93221",
|
|
"field_9593": "Great with customers. Always knew what to communicate.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3739,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [
|
|
1,
|
|
3,
|
|
45,
|
|
46,
|
|
49,
|
|
50,
|
|
53,
|
|
54,
|
|
55,
|
|
68
|
|
],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
1,
|
|
2,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
19,
|
|
31
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$GFeu7ankwCGCDhw5o8uwzg$cpZPmtY/Z9H17mkjwgS++m5deLLCFfd1zoZF0t+RVlY="
|
|
},
|
|
{
|
|
"id": 23,
|
|
"order": "23.00000000000000000000",
|
|
"created_on": "2022-05-11T19:41:59.705324+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.522803+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Latisha Mazon",
|
|
"field_9584": [
|
|
18
|
|
],
|
|
"field_9585": [
|
|
7
|
|
],
|
|
"field_9586": [
|
|
1
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "JqjQMgQGs9kJIZql5i5M5y8a5kb4Vl3R_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
|
|
"visible_name": "Woman.46.jpg",
|
|
"original_name": "JqjQMgQGs9kJIZql5i5M5y8a5kb4Vl3R_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x5470",
|
|
"field_9589": "(530) 540-8012",
|
|
"field_9590": "latisha.mazon@example.com",
|
|
"field_9591": "4381 Hill Croft Farm Road, Chico, California",
|
|
"field_9592": "95926",
|
|
"field_9593": "Very athletic, joins a lot of sport activities.",
|
|
"field_9594": "2019-07-30",
|
|
"field_9595": 3739,
|
|
"field_9596": "true",
|
|
"field_9597": null,
|
|
"field_9598": null,
|
|
"field_9599": [
|
|
5,
|
|
6,
|
|
47,
|
|
51,
|
|
56,
|
|
59,
|
|
61
|
|
],
|
|
"field_9600": [],
|
|
"field_9601": [
|
|
1,
|
|
2,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
19,
|
|
31
|
|
],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$T95yDewyjwcBfgrA7Ppwzp$EoyMWV+nIBcjfMzDiBKAj1bzl5vMq0eyqFUUQ4LmeiQ="
|
|
},
|
|
{
|
|
"id": 24,
|
|
"order": "24.00000000000000000000",
|
|
"created_on": "2022-05-18T13:24:38.080771+00:00",
|
|
"updated_on": "2024-04-30T07:57:23.524404+00:00",
|
|
"last_modified_by": "frederik@baserow.io",
|
|
"field_9583": "Jane Dradder",
|
|
"field_9584": [
|
|
18
|
|
],
|
|
"field_9585": [
|
|
7
|
|
],
|
|
"field_9586": [
|
|
1
|
|
],
|
|
"field_9587": [
|
|
{
|
|
"name": "Q7wTcG4axs6IrXpbhO2Vh1sKfCfGF0lv_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
|
|
"visible_name": "Woman.02.jpg",
|
|
"original_name": "Q7wTcG4axs6IrXpbhO2Vh1sKfCfGF0lv_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg"
|
|
}
|
|
],
|
|
"field_9588": "x9899",
|
|
"field_9589": "(720) 555-2389",
|
|
"field_9590": "jane.rudder@example.com",
|
|
"field_9591": "902 Park Street, San Francisco, California",
|
|
"field_9592": "94108",
|
|
"field_9593": "Joined and left in just a couple of weeks.",
|
|
"field_9594": "2020-01-30",
|
|
"field_9595": 3739,
|
|
"field_9596": "false",
|
|
"field_9597": "2020-02-15",
|
|
"field_9598": null,
|
|
"field_9599": [],
|
|
"field_9600": [],
|
|
"field_9601": [],
|
|
"field_9602": [],
|
|
"field_9603": null,
|
|
"field_9604": null,
|
|
"field_9605": null,
|
|
"field_9606": "pbkdf2_sha256$390000$EokfoqLdM0dz0IRL5AMd3f$Odmtny7ZiePm/SSHiMtoQNmunhs9V0SdhhDZ7jeXpJ8="
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 941,
|
|
"name": "Titles",
|
|
"order": 5,
|
|
"fields": [
|
|
{
|
|
"id": 9607,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9608,
|
|
"type": "long_text",
|
|
"name": "Description",
|
|
"order": 1,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": false
|
|
},
|
|
{
|
|
"id": 9609,
|
|
"type": "link_row",
|
|
"name": "Related employees",
|
|
"order": 2,
|
|
"primary": false,
|
|
"link_row_table_id": 940,
|
|
"link_row_related_field_id": 9584,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9610,
|
|
"type": "formula",
|
|
"name": "Employee count",
|
|
"order": 3,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 9611,
|
|
"type": "single_select",
|
|
"name": "Level",
|
|
"order": 4,
|
|
"primary": false,
|
|
"select_options": [
|
|
{
|
|
"id": 3740,
|
|
"value": "Junior",
|
|
"color": "gray",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 3741,
|
|
"value": "Mid-level",
|
|
"color": "red",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 3742,
|
|
"value": "Senior",
|
|
"color": "orange",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 3743,
|
|
"value": "Director/Executive",
|
|
"color": "green",
|
|
"order": 3
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 4396,
|
|
"type": "grid",
|
|
"name": "All titles",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35324,
|
|
"field_id": 9611,
|
|
"width": 152,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35325,
|
|
"field_id": 9608,
|
|
"width": 452,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35326,
|
|
"field_id": 9610,
|
|
"width": 160,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35327,
|
|
"field_id": 9607,
|
|
"width": 255,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35328,
|
|
"field_id": 9609,
|
|
"width": 184,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4397,
|
|
"type": "grid",
|
|
"name": "Business analysis",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2516,
|
|
"field_id": 9607,
|
|
"type": "contains",
|
|
"value": "Business Analyst",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 35329,
|
|
"field_id": 9607,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35330,
|
|
"field_id": 9608,
|
|
"width": 404,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35331,
|
|
"field_id": 9609,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35332,
|
|
"field_id": 9610,
|
|
"width": 160,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35333,
|
|
"field_id": 9611,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4398,
|
|
"type": "grid",
|
|
"name": "Quality assurance",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2517,
|
|
"field_id": 9607,
|
|
"type": "contains",
|
|
"value": "Quality Assurance",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 35334,
|
|
"field_id": 9607,
|
|
"width": 257,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35335,
|
|
"field_id": 9608,
|
|
"width": 373,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35336,
|
|
"field_id": 9609,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35337,
|
|
"field_id": 9610,
|
|
"width": 160,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35338,
|
|
"field_id": 9611,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4399,
|
|
"type": "grid",
|
|
"name": "Software engineering",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2518,
|
|
"field_id": 9607,
|
|
"type": "contains",
|
|
"value": "Software Engineer",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 35339,
|
|
"field_id": 9607,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35340,
|
|
"field_id": 9608,
|
|
"width": 387,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35341,
|
|
"field_id": 9609,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35342,
|
|
"field_id": 9610,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35343,
|
|
"field_id": 9611,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4400,
|
|
"type": "grid",
|
|
"name": "Human resources",
|
|
"order": 5,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2519,
|
|
"field_id": 9607,
|
|
"type": "contains",
|
|
"value": "Recruiter",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 35344,
|
|
"field_id": 9607,
|
|
"width": 140,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35345,
|
|
"field_id": 9608,
|
|
"width": 370,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35346,
|
|
"field_id": 9609,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35347,
|
|
"field_id": 9610,
|
|
"width": 162,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4401,
|
|
"type": "grid",
|
|
"name": "Executive",
|
|
"order": 6,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2520,
|
|
"field_id": 9607,
|
|
"type": "contains",
|
|
"value": "Chief",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 35348,
|
|
"field_id": 9607,
|
|
"width": 170,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35349,
|
|
"field_id": 9608,
|
|
"width": 393,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35350,
|
|
"field_id": 9609,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35351,
|
|
"field_id": 9610,
|
|
"width": 160,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4402,
|
|
"type": "kanban",
|
|
"name": "By level",
|
|
"order": 7,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [],
|
|
"decorations": [
|
|
{
|
|
"id": 1736,
|
|
"type": "left_border_color",
|
|
"value_provider_type": "conditional_color",
|
|
"value_provider_conf": {
|
|
"colors": [
|
|
{
|
|
"id": "324e5233-6577-4e56-a602-17c8f96496cb",
|
|
"color": "light-red",
|
|
"filters": [
|
|
{
|
|
"id": "ff72b76f-f974-48a9-86d0-3f803994a667",
|
|
"type": "empty",
|
|
"field": 9610,
|
|
"value": ""
|
|
}
|
|
],
|
|
"operator": "AND"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
}
|
|
],
|
|
"public": false,
|
|
"single_select_field_id": 9611,
|
|
"field_options": [
|
|
{
|
|
"id": 6682,
|
|
"field_id": 9607,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6683,
|
|
"field_id": 9608,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6684,
|
|
"field_id": 9609,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6685,
|
|
"field_id": 9610,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 6686,
|
|
"field_id": 9611,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2022-05-11T02:41:33.211871+00:00",
|
|
"updated_on": "2022-06-10T12:09:24.288942+00:00",
|
|
"field_9607": "Associate Business Analyst",
|
|
"field_9608": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
|
|
"field_9609": [],
|
|
"field_9610": null,
|
|
"field_9611": 3740
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2022-05-11T02:41:33.214232+00:00",
|
|
"updated_on": "2022-06-10T12:09:27.899231+00:00",
|
|
"field_9607": "Business Analyst",
|
|
"field_9608": "The Business Analyst collaborates with stakeholders to analyze and document business processes for the system under development, to define functional requirements and high-level features, to elaborate on the details of the software project and requirements in order to establish the project's direction, and to assist in its implementation.",
|
|
"field_9609": [],
|
|
"field_9610": null,
|
|
"field_9611": 3741
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2022-05-11T12:47:39.394826+00:00",
|
|
"updated_on": "2022-06-10T12:09:30.105347+00:00",
|
|
"field_9607": "Senior Business Analyst",
|
|
"field_9608": "Senior Business Analysts are responsible for supervising the rest of the business analysts while maintaining the same responsibilities as base-level business analysts. Furthermore, this role is considered an expert in their field.",
|
|
"field_9609": [
|
|
17
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3742
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2022-05-11T12:47:49.228480+00:00",
|
|
"updated_on": "2022-06-10T12:09:32.587847+00:00",
|
|
"field_9607": "Associate Quality Assurance Engineer",
|
|
"field_9608": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
|
|
"field_9609": [
|
|
15,
|
|
16
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3740
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2022-05-11T12:47:55.769066+00:00",
|
|
"updated_on": "2022-06-10T12:09:34.687424+00:00",
|
|
"field_9607": "Quality Assurance Engineer",
|
|
"field_9608": "A Quality Assurance Engineer creates tests to identify software defects prior to a product's launch. These tests entail additional responsibilities, such as developing and running new tests and communicating their results to stakeholders, with whom you will collaborate to fix program bugs or problems.",
|
|
"field_9609": [
|
|
14
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3741
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2022-05-11T12:48:07.331844+00:00",
|
|
"updated_on": "2022-06-10T12:09:36.572786+00:00",
|
|
"field_9607": "Senior Quality Assurance Engineer",
|
|
"field_9608": "Senior Quality Assurance Engineers are responsible for supervising the rest of the QA engineers while maintaining the same responsibilities as base-level Quality Assurance Engineers. Furthermore, this role is considered an expert in their field.",
|
|
"field_9609": [],
|
|
"field_9610": null,
|
|
"field_9611": 3742
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2022-05-11T12:48:09.825191+00:00",
|
|
"updated_on": "2022-06-10T12:09:38.950430+00:00",
|
|
"field_9607": "Associate Software Engineer",
|
|
"field_9608": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
|
|
"field_9609": [
|
|
13
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3740
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2022-05-11T12:48:19.622836+00:00",
|
|
"updated_on": "2022-06-10T12:09:40.832866+00:00",
|
|
"field_9607": "Software Engineer",
|
|
"field_9608": "Software Engineers are responsible for implementing engineering principles in the development of software. Their responsibilities include analyzing and modifying existing software as well as designing, building, and testing end-user applications that meet user requirements \u2014 all via software programming languages.",
|
|
"field_9609": [
|
|
11,
|
|
12
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3741
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2022-05-11T12:48:24.635844+00:00",
|
|
"updated_on": "2022-06-10T12:09:42.703758+00:00",
|
|
"field_9607": "Senior Software Engineer",
|
|
"field_9608": "Senior Software Engineers are responsible for supervising the rest of the software engineers while maintaining the same responsibilities as base-level engineers. Furthermore, this role is considered an expert in their field.",
|
|
"field_9609": [
|
|
9,
|
|
10
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3742
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2022-05-11T12:48:32.083899+00:00",
|
|
"updated_on": "2022-06-10T12:09:45.291228+00:00",
|
|
"field_9607": "Assistant Recruiter",
|
|
"field_9608": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
|
|
"field_9609": [
|
|
8
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3740
|
|
},
|
|
{
|
|
"id": 11,
|
|
"order": "11.00000000000000000000",
|
|
"created_on": "2022-05-11T12:48:33.511207+00:00",
|
|
"updated_on": "2022-06-10T12:09:49.625986+00:00",
|
|
"field_9607": "Lead Recruiter",
|
|
"field_9608": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
|
|
"field_9609": [
|
|
7
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3742
|
|
},
|
|
{
|
|
"id": 12,
|
|
"order": "12.00000000000000000000",
|
|
"created_on": "2022-05-11T13:09:26.406116+00:00",
|
|
"updated_on": "2022-06-10T12:09:57.157183+00:00",
|
|
"field_9607": "Chief Executive Officer",
|
|
"field_9608": "CEOs are accountable for overseeing the overall operations of their companies. This may involve assigning and guiding agendas, driving profitability, managing the organizational structure and direction of the company, and engaging with the board.",
|
|
"field_9609": [
|
|
1
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3743
|
|
},
|
|
{
|
|
"id": 13,
|
|
"order": "13.00000000000000000000",
|
|
"created_on": "2022-05-11T13:09:38.540591+00:00",
|
|
"updated_on": "2022-06-10T12:09:59.258599+00:00",
|
|
"field_9607": "Chief Technical Officer",
|
|
"field_9608": "The CTO is responsible for making all executive decisions concerning a company's technology interests. They are responsible for articulating the company's technological vision, implementing technology initiatives, and ensuring that the company's technological resources are matched with its business requirements.",
|
|
"field_9609": [
|
|
2
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3743
|
|
},
|
|
{
|
|
"id": 14,
|
|
"order": "14.00000000000000000000",
|
|
"created_on": "2022-05-11T13:09:57.577061+00:00",
|
|
"updated_on": "2022-06-10T12:10:01.615032+00:00",
|
|
"field_9607": "Chief Financial Officer",
|
|
"field_9608": "Chief financial officers are in charge of an organization's finances. They are responsible for anticipating the organization's financial health based on financial and operational data and reports provided by the finance and accounting departments, as well as advising the CEO and board of directors on strategic direction.",
|
|
"field_9609": [
|
|
3
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3743
|
|
},
|
|
{
|
|
"id": 15,
|
|
"order": "15.00000000000000000000",
|
|
"created_on": "2022-05-11T13:15:19.402852+00:00",
|
|
"updated_on": "2022-06-10T12:10:04.058830+00:00",
|
|
"field_9607": "Chief Marketing Officer",
|
|
"field_9608": "A Chief Marketing Officer is responsible for directing the organization's marketing and advertising planning, development, and implementation. They play a crucial part in the success of a firm and have essential tasks ranging from creative input to business strategy.",
|
|
"field_9609": [
|
|
4
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3743
|
|
},
|
|
{
|
|
"id": 16,
|
|
"order": "16.00000000000000000000",
|
|
"created_on": "2022-05-11T13:16:38.502786+00:00",
|
|
"updated_on": "2022-06-10T12:10:07.302193+00:00",
|
|
"field_9607": "Chief Sales Officer",
|
|
"field_9608": "The CSO is the leader of an organization's whole sales department and directs and oversees all activities connected to producing sales. A CSO's daily responsibilities include supervising, planning, and directing daily sales initiatives, as well as maintaining sales goals.",
|
|
"field_9609": [
|
|
5
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3743
|
|
},
|
|
{
|
|
"id": 17,
|
|
"order": "17.00000000000000000000",
|
|
"created_on": "2022-05-11T13:16:46.666595+00:00",
|
|
"updated_on": "2022-06-10T12:10:14.068065+00:00",
|
|
"field_9607": "Administrative Officer",
|
|
"field_9608": "Administrative officers are responsible for administrative duties such as answering telephone calls, organizing meetings, producing reports, and filing papers. In addition, they may be responsible for managing inventories, keeping company records, processing budget and office reports, invoicing, and providing customer service.",
|
|
"field_9609": [
|
|
6,
|
|
18,
|
|
19,
|
|
20
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3742
|
|
},
|
|
{
|
|
"id": 18,
|
|
"order": "18.00000000000000000000",
|
|
"created_on": "2022-05-11T13:19:16.716101+00:00",
|
|
"updated_on": "2022-06-10T12:10:16.914288+00:00",
|
|
"field_9607": "Customer Service Officer",
|
|
"field_9608": "Customer service officers serve as the public face of a firm and interact directly with customers to answer their queries or provide additional assistance as necessary. They operate in every industry with a customer base. They assist clients with complaints and concerns, provide product and service information, accept purchases, and process returns.",
|
|
"field_9609": [
|
|
21,
|
|
22,
|
|
23,
|
|
24
|
|
],
|
|
"field_9610": null,
|
|
"field_9611": 3741
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 942,
|
|
"name": "Departments",
|
|
"order": 6,
|
|
"fields": [
|
|
{
|
|
"id": 9612,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9613,
|
|
"type": "long_text",
|
|
"name": "Description",
|
|
"order": 1,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": false
|
|
},
|
|
{
|
|
"id": 9614,
|
|
"type": "boolean",
|
|
"name": "Is active",
|
|
"order": 2,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 9615,
|
|
"type": "link_row",
|
|
"name": "Related employees",
|
|
"order": 3,
|
|
"primary": false,
|
|
"link_row_table_id": 940,
|
|
"link_row_related_field_id": 9585,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9616,
|
|
"type": "formula",
|
|
"name": "Employee count",
|
|
"order": 4,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 9617,
|
|
"type": "link_row",
|
|
"name": "Related objectives",
|
|
"order": 5,
|
|
"primary": false,
|
|
"link_row_table_id": 937,
|
|
"link_row_related_field_id": 9537,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9618,
|
|
"type": "count",
|
|
"name": "Objective count",
|
|
"order": 6,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"through_field_id": 9617
|
|
},
|
|
{
|
|
"id": 9619,
|
|
"type": "formula",
|
|
"name": "Objectives progress (%)",
|
|
"order": 7,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 2,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "avg( \n filter( \n lookup(\"Related objectives\", \"Progress status (%)\"), \n and( \n isblank(lookup(\"Related objectives\", \"Status\")) = False, \n and( \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"Cancelled\") = False, \n and( \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"New\") = False, \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"Scheduled\") = False \n ) \n ) \n ) \n ) \n)",
|
|
"formula_type": "number"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 4403,
|
|
"type": "grid",
|
|
"name": "All departments",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3683,
|
|
"field_id": 9612,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35352,
|
|
"field_id": 9613,
|
|
"width": 389,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35353,
|
|
"field_id": 9618,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35354,
|
|
"field_id": 9619,
|
|
"width": 203,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35355,
|
|
"field_id": 9616,
|
|
"width": 161,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 35356,
|
|
"field_id": 9614,
|
|
"width": 131,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "checked_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35357,
|
|
"field_id": 9612,
|
|
"width": 186,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35358,
|
|
"field_id": 9615,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35359,
|
|
"field_id": 9617,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4404,
|
|
"type": "gallery",
|
|
"name": "Active departments",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 2521,
|
|
"field_id": 9614,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3684,
|
|
"field_id": 9612,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"field_options": [
|
|
{
|
|
"id": 7708,
|
|
"field_id": 9612,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7709,
|
|
"field_id": 9613,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7710,
|
|
"field_id": 9614,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7711,
|
|
"field_id": 9615,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7712,
|
|
"field_id": 9616,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7713,
|
|
"field_id": 9617,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7714,
|
|
"field_id": 9618,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7715,
|
|
"field_id": 9619,
|
|
"hidden": false,
|
|
"order": 32767
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2022-05-11T02:41:19.049943+00:00",
|
|
"updated_on": "2023-02-09T00:56:22.411375+00:00",
|
|
"field_9612": "Research & Development",
|
|
"field_9613": "The research and development division is responsible for the majority of this company's operations. Here, software development is administered. It is divided into various project teams.",
|
|
"field_9614": "true",
|
|
"field_9615": [
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16,
|
|
17
|
|
],
|
|
"field_9616": null,
|
|
"field_9617": [
|
|
6,
|
|
7,
|
|
15,
|
|
16,
|
|
24
|
|
],
|
|
"field_9618": null,
|
|
"field_9619": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2022-05-11T02:41:19.052216+00:00",
|
|
"updated_on": "2022-05-11T13:01:13.853660+00:00",
|
|
"field_9612": "Finance",
|
|
"field_9613": "The finance team and auditors of the company report to this department. The Finance department is responsible for the financial records and audits of the company.",
|
|
"field_9614": "true",
|
|
"field_9615": [
|
|
18,
|
|
19
|
|
],
|
|
"field_9616": null,
|
|
"field_9617": [],
|
|
"field_9618": null,
|
|
"field_9619": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2022-05-11T12:56:07.011287+00:00",
|
|
"updated_on": "2023-02-06T03:01:08.772113+00:00",
|
|
"field_9612": "Legal",
|
|
"field_9613": "The legal department provides legal expertise that is advantageous to the strategies and planning of the organization. This department has a small seasonal workforce.",
|
|
"field_9614": "false",
|
|
"field_9615": [],
|
|
"field_9616": null,
|
|
"field_9617": [],
|
|
"field_9618": null,
|
|
"field_9619": null
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2022-05-11T12:56:28.839469+00:00",
|
|
"updated_on": "2022-05-11T13:04:20.628038+00:00",
|
|
"field_9612": "Logistics",
|
|
"field_9613": "Our liaison officers and logistical partners fall under the purview of this department.",
|
|
"field_9614": "true",
|
|
"field_9615": [
|
|
6
|
|
],
|
|
"field_9616": null,
|
|
"field_9617": [
|
|
4
|
|
],
|
|
"field_9618": null,
|
|
"field_9619": null
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2022-05-11T12:56:34.887700+00:00",
|
|
"updated_on": "2023-02-09T00:56:19.674436+00:00",
|
|
"field_9612": "Human Resources",
|
|
"field_9613": "This department handles every aspect of the recruitment and hiring processes.",
|
|
"field_9614": "true",
|
|
"field_9615": [
|
|
7,
|
|
8
|
|
],
|
|
"field_9616": null,
|
|
"field_9617": [],
|
|
"field_9618": null,
|
|
"field_9619": null
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2022-05-11T12:56:42.270630+00:00",
|
|
"updated_on": "2022-05-11T13:06:14.070588+00:00",
|
|
"field_9612": "Marketing",
|
|
"field_9613": "Our organization's press releases and branding are handled by the marketing department.",
|
|
"field_9614": "true",
|
|
"field_9615": [
|
|
4,
|
|
20
|
|
],
|
|
"field_9616": null,
|
|
"field_9617": [
|
|
5,
|
|
14,
|
|
17,
|
|
18,
|
|
22,
|
|
23
|
|
],
|
|
"field_9618": null,
|
|
"field_9619": null
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2022-05-11T12:56:55.273921+00:00",
|
|
"updated_on": "2022-05-11T13:07:45.941998+00:00",
|
|
"field_9612": "Sales",
|
|
"field_9613": "This department manages sales and sales strategies and is a vital part of the organization.",
|
|
"field_9614": "true",
|
|
"field_9615": [
|
|
5,
|
|
21,
|
|
22,
|
|
23,
|
|
24
|
|
],
|
|
"field_9616": null,
|
|
"field_9617": [
|
|
3,
|
|
8,
|
|
9,
|
|
10,
|
|
13,
|
|
21
|
|
],
|
|
"field_9618": null,
|
|
"field_9619": null
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2022-05-11T12:57:20.768808+00:00",
|
|
"updated_on": "2022-05-11T13:09:14.090224+00:00",
|
|
"field_9612": "Executive",
|
|
"field_9613": "This department is in charge of the most important strategic planning and decision-making. This division is responsible for making all corporate-wide decisions.",
|
|
"field_9614": "true",
|
|
"field_9615": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5
|
|
],
|
|
"field_9616": null,
|
|
"field_9617": [
|
|
1,
|
|
2,
|
|
11,
|
|
12,
|
|
19,
|
|
20
|
|
],
|
|
"field_9618": null,
|
|
"field_9619": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 943,
|
|
"name": "Office locations",
|
|
"order": 7,
|
|
"fields": [
|
|
{
|
|
"id": 9620,
|
|
"type": "text",
|
|
"name": "Location",
|
|
"order": 0,
|
|
"primary": true,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9621,
|
|
"type": "file",
|
|
"name": "Photo",
|
|
"order": 1,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 9622,
|
|
"type": "text",
|
|
"name": "Street",
|
|
"order": 2,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9623,
|
|
"type": "link_row",
|
|
"name": "Related employees",
|
|
"order": 5,
|
|
"primary": false,
|
|
"link_row_table_id": 940,
|
|
"link_row_related_field_id": 9586,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 9624,
|
|
"type": "text",
|
|
"name": "City",
|
|
"order": 7,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9625,
|
|
"type": "text",
|
|
"name": "State",
|
|
"order": 8,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9626,
|
|
"type": "text",
|
|
"name": "Zip code",
|
|
"order": 9,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 9627,
|
|
"type": "phone_number",
|
|
"name": "Phone number",
|
|
"order": 10,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 9628,
|
|
"type": "formula",
|
|
"name": "Employee count",
|
|
"order": 11,
|
|
"primary": false,
|
|
"date_force_timezone": null,
|
|
"error": null,
|
|
"array_formula_type": null,
|
|
"date_format": null,
|
|
"date_show_tzinfo": null,
|
|
"duration_format": null,
|
|
"date_time_format": null,
|
|
"number_decimal_places": 0,
|
|
"date_include_time": null,
|
|
"nullable": false,
|
|
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 9629,
|
|
"type": "number",
|
|
"name": "Floor",
|
|
"order": 12,
|
|
"primary": false,
|
|
"number_decimal_places": 0,
|
|
"number_negative": false
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 4405,
|
|
"type": "grid",
|
|
"name": "All locations",
|
|
"order": 1,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3685,
|
|
"field_id": 9620,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "count",
|
|
"field_options": [
|
|
{
|
|
"id": 35360,
|
|
"field_id": 9621,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35361,
|
|
"field_id": 9629,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35362,
|
|
"field_id": 9622,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35363,
|
|
"field_id": 9624,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35364,
|
|
"field_id": 9625,
|
|
"width": 101,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35365,
|
|
"field_id": 9626,
|
|
"width": 114,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 35366,
|
|
"field_id": 9627,
|
|
"width": 153,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "not_empty_percentage",
|
|
"aggregation_raw_type": "empty_count"
|
|
},
|
|
{
|
|
"id": 35367,
|
|
"field_id": 9628,
|
|
"width": 159,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 35368,
|
|
"field_id": 9620,
|
|
"width": 189,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "unique_count",
|
|
"aggregation_raw_type": "unique_count"
|
|
},
|
|
{
|
|
"id": 35369,
|
|
"field_id": 9623,
|
|
"width": 179,
|
|
"hidden": true,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 4406,
|
|
"type": "gallery",
|
|
"name": "Locations",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": null,
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 3686,
|
|
"field_id": 9620,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"card_cover_image_field_id": 9621,
|
|
"field_options": [
|
|
{
|
|
"id": 7716,
|
|
"field_id": 9620,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7717,
|
|
"field_id": 9621,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7718,
|
|
"field_id": 9622,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7719,
|
|
"field_id": 9623,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7720,
|
|
"field_id": 9624,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7721,
|
|
"field_id": 9625,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7722,
|
|
"field_id": 9626,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7723,
|
|
"field_id": 9627,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7724,
|
|
"field_id": 9628,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 7725,
|
|
"field_id": 9629,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"id": 1,
|
|
"order": "1.00000000000000000000",
|
|
"created_on": "2022-05-11T02:48:16.461812+00:00",
|
|
"updated_on": "2022-06-08T20:09:35.391028+00:00",
|
|
"field_9620": "One world square",
|
|
"field_9621": [
|
|
{
|
|
"name": "7u58uBA59ISh3XhS4Lk2iQLzf1LZmlLA_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
|
|
"visible_name": "Offices.03.jpg",
|
|
"original_name": "7u58uBA59ISh3XhS4Lk2iQLzf1LZmlLA_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg"
|
|
}
|
|
],
|
|
"field_9622": "5812 Poplar Avenue",
|
|
"field_9623": [
|
|
7,
|
|
8,
|
|
18,
|
|
19,
|
|
21,
|
|
22,
|
|
23,
|
|
24
|
|
],
|
|
"field_9624": "San Diego",
|
|
"field_9625": "California",
|
|
"field_9626": "92111",
|
|
"field_9627": "(519) 587-3851",
|
|
"field_9628": null,
|
|
"field_9629": "2"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2022-05-11T02:48:16.463896+00:00",
|
|
"updated_on": "2023-02-09T00:57:09.699420+00:00",
|
|
"field_9620": "Net cube - executive floors",
|
|
"field_9621": [
|
|
{
|
|
"name": "83L5emCcg9OicXXFOxNEWpEX26VQmRmy_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
|
|
"visible_name": "Offices.02.jpg",
|
|
"original_name": "83L5emCcg9OicXXFOxNEWpEX26VQmRmy_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg"
|
|
}
|
|
],
|
|
"field_9622": "1735 Lyntree Lane",
|
|
"field_9623": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6
|
|
],
|
|
"field_9624": "Los Angeles",
|
|
"field_9625": "California",
|
|
"field_9626": "90017",
|
|
"field_9627": "(213) 375-9873",
|
|
"field_9628": null,
|
|
"field_9629": "18"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2022-05-11T10:45:09.866120+00:00",
|
|
"updated_on": "2023-02-09T00:57:10.134285+00:00",
|
|
"field_9620": "Net cube - operations 3F",
|
|
"field_9621": [
|
|
{
|
|
"name": "H84Db5cb5fno6B4vJo3dgpG4o31ofzYY_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
|
|
"visible_name": "Offices.01.jpg",
|
|
"original_name": "H84Db5cb5fno6B4vJo3dgpG4o31ofzYY_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg"
|
|
}
|
|
],
|
|
"field_9622": "1735 Lyntree Lane",
|
|
"field_9623": [
|
|
17,
|
|
20
|
|
],
|
|
"field_9624": "Los Angeles",
|
|
"field_9625": "California",
|
|
"field_9626": "90017",
|
|
"field_9627": "(213) 375-9875",
|
|
"field_9628": null,
|
|
"field_9629": "3"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2022-06-08T11:07:36.413128+00:00",
|
|
"updated_on": "2023-02-09T00:57:11.526359+00:00",
|
|
"field_9620": "Net cube - operations 5F",
|
|
"field_9621": [
|
|
{
|
|
"name": "H84Db5cb5fno6B4vJo3dgpG4o31ofzYY_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
|
|
"visible_name": "Offices.01.jpg",
|
|
"original_name": "H84Db5cb5fno6B4vJo3dgpG4o31ofzYY_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg"
|
|
}
|
|
],
|
|
"field_9622": "1735 Lyntree Lane",
|
|
"field_9623": [
|
|
9,
|
|
10,
|
|
11,
|
|
12,
|
|
13,
|
|
14,
|
|
15,
|
|
16
|
|
],
|
|
"field_9624": "Los Angeles",
|
|
"field_9625": "California",
|
|
"field_9626": "90017",
|
|
"field_9627": "(213) 375-9877",
|
|
"field_9628": null,
|
|
"field_9629": "5"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"pages": [
|
|
{
|
|
"id": 495,
|
|
"name": "Login",
|
|
"order": 1,
|
|
"path": "/",
|
|
"path_params": [],
|
|
"elements": [
|
|
{
|
|
"id": 3398,
|
|
"order": "1.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3399,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3398,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3400,
|
|
"order": "2.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udd10 Login'",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3401,
|
|
"order": "3.00000000000000000000",
|
|
"type": "auth_form",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"login_button": {
|
|
"button_width": "full"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "small",
|
|
"user_source_id": 52
|
|
}
|
|
],
|
|
"data_sources": [],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 430,
|
|
"type": "open_page",
|
|
"order": 1,
|
|
"page_id": 495,
|
|
"element_id": 3401,
|
|
"event": "after_login",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 496,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"url": "'/home'"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 496,
|
|
"name": "Homepage",
|
|
"order": 2,
|
|
"path": "/home",
|
|
"path_params": [],
|
|
"elements": [
|
|
{
|
|
"id": 3402,
|
|
"order": "1.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "not-logged",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3406,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3402,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3407,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3404,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3408,
|
|
"order": "1.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3404,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Logout'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3409,
|
|
"order": "1.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\u23f3 Objectives in progress'",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3403,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 8,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3404,
|
|
"order": "1.50000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3405,
|
|
"order": "1.66666666666666674068",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 1,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3410,
|
|
"order": "2.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3403,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3411,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3403,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 497,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Objectives'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3412,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3403,
|
|
"place_in_container": "3",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 498,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Key results'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3413,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3403,
|
|
"place_in_container": "4",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 499,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Employees'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3414,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3403,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "primary",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 496,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Home'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3415,
|
|
"order": "2.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 939,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "0cbdb96c-7fa6-4382-abec-16e76bf7cb80",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9538')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "e4d0460d-8596-4dfb-8cce-1dfc58d817a5",
|
|
"name": "Leader",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9540.0.value'),' (',get('current_record.field_9537.0.value'),')')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "abe04422-7f6a-4048-a613-79e9377b8a5b",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9548'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "69e6900e-546c-4043-be1d-44c5f0fd3a55",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9551')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "622520d5-a5f7-44bd-9a32-fe6f67ecee7e",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 500,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
},
|
|
{
|
|
"id": 3416,
|
|
"order": "3.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83c\udfaf My objectives'",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3417,
|
|
"order": "4.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 940,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "15a47ada-098c-4806-9b99-166e36d6da70",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9538')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "9937073c-15f9-4d01-8d0c-fe960fcece4f",
|
|
"name": "Target period",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9550.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "4093008d-0801-480a-b228-66ab8338acb3",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9548'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "323ea5b7-3f02-44f2-b1aa-8be3a417a09a",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9551')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "50fbf12a-4460-4fde-a38a-4cf658b8874b",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 500,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
},
|
|
{
|
|
"id": 3418,
|
|
"order": "5.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udddd Key results'",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3419,
|
|
"order": "6.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_3_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'As leader'",
|
|
"font_color": "default",
|
|
"level": 3,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3420,
|
|
"order": "7.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 941,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "703b99f2-6e91-4689-aa8e-0b7b5ae69fac",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9556')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "70c7a89e-4353-41c8-b37f-8c0533cd25ea",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9562'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "7bc25a31-acf8-457b-8e48-1ddce9614e9b",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9563.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "851f13f2-c701-4db7-9424-0f638962cdca",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 501,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
},
|
|
{
|
|
"id": 3421,
|
|
"order": "8.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_3_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'As team member'",
|
|
"font_color": "default",
|
|
"level": 3,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3422,
|
|
"order": "9.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": 3405,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 942,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "9a5be727-0ce7-4375-96e1-47d4d82f1d09",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9556')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "ab4dc68c-b1cf-492e-b50e-69bcaeac8a81",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9562'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "b041cf2d-4042-4a7f-a3f4-699b77aebac7",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9563.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "1d60fd63-0fe6-4ff4-98d6-e98587bd0895",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 501,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 939,
|
|
"name": "In progress",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 998,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 937,
|
|
"view_id": 4359,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"sortings": []
|
|
}
|
|
},
|
|
{
|
|
"id": 940,
|
|
"name": "My objectives",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 999,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 937,
|
|
"view_id": 4358,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 9540,
|
|
"type": "link_row_has",
|
|
"value": "get('user.id')",
|
|
"value_is_formula": true
|
|
}
|
|
],
|
|
"sortings": []
|
|
}
|
|
},
|
|
{
|
|
"id": 941,
|
|
"name": "Key results leader",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 1000,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 938,
|
|
"view_id": 4368,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 9568,
|
|
"type": "link_row_has",
|
|
"value": "get('user.id')",
|
|
"value_is_formula": true
|
|
}
|
|
],
|
|
"sortings": []
|
|
}
|
|
},
|
|
{
|
|
"id": 942,
|
|
"name": "Key results team",
|
|
"order": "4.00000000000000000000",
|
|
"service": {
|
|
"id": 1001,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 938,
|
|
"view_id": 4368,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 9569,
|
|
"type": "link_row_has",
|
|
"value": "get('user.id')",
|
|
"value_is_formula": true
|
|
}
|
|
],
|
|
"sortings": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 431,
|
|
"type": "open_page",
|
|
"order": 1,
|
|
"page_id": 496,
|
|
"element_id": 3408,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": null,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"url": "'/'"
|
|
},
|
|
{
|
|
"id": 432,
|
|
"type": "logout",
|
|
"order": 2,
|
|
"page_id": 496,
|
|
"element_id": 3408,
|
|
"event": "click"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 497,
|
|
"name": "Objectives",
|
|
"order": 3,
|
|
"path": "/objectives",
|
|
"path_params": [],
|
|
"elements": [
|
|
{
|
|
"id": 3423,
|
|
"order": "1.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "not-logged",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3427,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3423,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3428,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3425,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3429,
|
|
"order": "1.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3425,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Logout'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3430,
|
|
"order": "1.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 3426,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83c\udfaf All objectives'",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3424,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 8,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3425,
|
|
"order": "1.50000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3426,
|
|
"order": "1.66666666666666674068",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 1,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3431,
|
|
"order": "2.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3424,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3432,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3424,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 497,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Objectives'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3433,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3424,
|
|
"place_in_container": "3",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 498,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Key results'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3434,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3424,
|
|
"place_in_container": "4",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 499,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Employees'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3435,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3424,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "primary",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 496,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Home'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3436,
|
|
"order": "2.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": 3426,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 943,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "1c2e85d2-e1a7-49e9-bf71-6a6e18db32d5",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9538')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "5746fc3c-b395-4500-ad34-360122af5cb3",
|
|
"name": "Leader",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9540.0.value'),' (',get('current_record.field_9537.0.value'),')')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "85f3fb0e-76e9-4b69-b2d0-9701e34f0e68",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9548'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "aedf0925-80d9-4ea8-aa55-82d973f16786",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9551')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "15a93e30-001f-4be3-a4b2-50a44af22683",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 500,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 943,
|
|
"name": "All objectives",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 1002,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 937,
|
|
"view_id": 4358,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"sortings": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 433,
|
|
"type": "open_page",
|
|
"order": 1,
|
|
"page_id": 497,
|
|
"element_id": 3429,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": null,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"url": "'/'"
|
|
},
|
|
{
|
|
"id": 434,
|
|
"type": "logout",
|
|
"order": 2,
|
|
"page_id": 497,
|
|
"element_id": 3429,
|
|
"event": "click"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 498,
|
|
"name": "Key results",
|
|
"order": 4,
|
|
"path": "/key-results",
|
|
"path_params": [],
|
|
"elements": [
|
|
{
|
|
"id": 3437,
|
|
"order": "1.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "not-logged",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3441,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3437,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3442,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3439,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3443,
|
|
"order": "1.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3439,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Logout'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3444,
|
|
"order": "1.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 3440,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udddd Key results'",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3438,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 8,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3439,
|
|
"order": "1.50000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3440,
|
|
"order": "1.66666666666666674068",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 1,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3445,
|
|
"order": "2.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3438,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3446,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3438,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 497,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Objectives'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3447,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3438,
|
|
"place_in_container": "3",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 498,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Key results'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3448,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3438,
|
|
"place_in_container": "4",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 499,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Employees'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3449,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3438,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "primary",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 496,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Home'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3450,
|
|
"order": "2.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": 3440,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 944,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "9447d7a2-5550-43a1-ba30-0aeaff0b15b6",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9556')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "ab8070e4-00d4-4a93-b2b0-3df8abcb39fd",
|
|
"name": "Leader",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9568.0.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "1b47cf52-ca8f-4cc3-b5c2-d61fc5b53d59",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9562'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "16e939ef-6f02-4ab8-92e4-572ea5aa19d8",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9563.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "08f5334e-0ddd-49f1-bd00-03d356470086",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 501,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 944,
|
|
"name": "All key results",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 1003,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 938,
|
|
"view_id": 4368,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"sortings": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 435,
|
|
"type": "open_page",
|
|
"order": 1,
|
|
"page_id": 498,
|
|
"element_id": 3443,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": null,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"url": "'/'"
|
|
},
|
|
{
|
|
"id": 436,
|
|
"type": "logout",
|
|
"order": 2,
|
|
"page_id": 498,
|
|
"element_id": 3443,
|
|
"event": "click"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 499,
|
|
"name": "Employees",
|
|
"order": 5,
|
|
"path": "/employees",
|
|
"path_params": [],
|
|
"elements": [
|
|
{
|
|
"id": 3451,
|
|
"order": "1.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "not-logged",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3455,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3451,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3456,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3453,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3457,
|
|
"order": "1.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3453,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Logout'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3458,
|
|
"order": "1.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": 3454,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc\ud83e\uddd1\ud83c\udffb\u200d\ud83d\udcbc Employees'",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3452,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 8,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3453,
|
|
"order": "1.50000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3454,
|
|
"order": "1.66666666666666674068",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 1,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3459,
|
|
"order": "2.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3452,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3460,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3452,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 497,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Objectives'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3461,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3452,
|
|
"place_in_container": "3",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 498,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Key results'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3462,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3452,
|
|
"place_in_container": "4",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 499,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Employees'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3463,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3452,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "primary",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 496,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Home'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3464,
|
|
"order": "2.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": 3454,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 945,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "475323a2-10de-4844-95da-3dab5b80a65b",
|
|
"name": "Name",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9583')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "32ff3658-7d9c-475d-8f8d-60fd0a0f82f7",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9584.0.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "92c7a759-7529-4fea-a0f3-bf667f59423c",
|
|
"name": "Departments",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9585.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "71558655-accd-4e1d-859a-876b69f674ee",
|
|
"name": "Location",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9586.0.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "4550a75f-cf9c-4e8a-b074-6120432a208e",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 502,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 945,
|
|
"name": "All employees",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 1004,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 940,
|
|
"view_id": 4385,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"sortings": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 437,
|
|
"type": "open_page",
|
|
"order": 1,
|
|
"page_id": 499,
|
|
"element_id": 3457,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": null,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"url": "'/'"
|
|
},
|
|
{
|
|
"id": 438,
|
|
"type": "logout",
|
|
"order": 2,
|
|
"page_id": 499,
|
|
"element_id": 3457,
|
|
"event": "click"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 500,
|
|
"name": "Objective details",
|
|
"order": 7,
|
|
"path": "/objectives/:id",
|
|
"path_params": [
|
|
{
|
|
"name": "id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 3465,
|
|
"order": "1.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "not-logged",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3469,
|
|
"order": "1.00000000000000000000",
|
|
"type": "input_text",
|
|
"parent_element_id": 3468,
|
|
"place_in_container": "1",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 1,
|
|
"style_padding_left": 10,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"label": "'Additional notes:'",
|
|
"required": false,
|
|
"validation_type": "any",
|
|
"placeholder": "",
|
|
"default_value": "get('data_source.946.field_9544')",
|
|
"is_multiline": true,
|
|
"rows": 5,
|
|
"input_type": "text"
|
|
},
|
|
{
|
|
"id": 3470,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3465,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3471,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3467,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3472,
|
|
"order": "1.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3467,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Logout'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3473,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3468,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Department:** ',get('data_source.946.field_9537.*.value'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3466,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 8,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3467,
|
|
"order": "1.50000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3474,
|
|
"order": "1.60000000000000008882",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83c\udfaf ',get('data_source.946.field_9538'))",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3475,
|
|
"order": "1.62500000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.946.field_9539')",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3476,
|
|
"order": "2.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3466,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3477,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3466,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 497,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Objectives'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3478,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3466,
|
|
"place_in_container": "3",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 498,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Key results'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3479,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3466,
|
|
"place_in_container": "4",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 499,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Employees'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3480,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3466,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "primary",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 496,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Home'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3481,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3468,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 502,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('data_source.946.field_9540.0.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "concat('Leader: ',get('data_source.946.field_9540.0.value'))",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "left",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3482,
|
|
"order": "2.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3468,
|
|
"place_in_container": "1",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 1,
|
|
"style_padding_left": 10,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Update notes'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3468,
|
|
"order": "3.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3483,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3468,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Target period:** ',get('data_source.946.field_9550.value'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3484,
|
|
"order": "3.50000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3468,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Status:** ',get('data_source.946.field_9551'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3485,
|
|
"order": "4.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3468,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Progress:** ',get('data_source.946.field_9548'),'%')",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3486,
|
|
"order": "4.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_3_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udddd\ufe0f Associated key results'",
|
|
"font_color": "default",
|
|
"level": 3,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3487,
|
|
"order": "5.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 947,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "ef3e160a-ca96-4a7d-87b7-3d5b3f179c7e",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9556')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "fb7a842d-6ed4-433c-93dd-b9c9f51d7820",
|
|
"name": "Leader",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9568.*.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "2693e2cc-973e-4004-9334-8487c25d3d26",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9562'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "42cf2e72-04fd-4272-a5ae-671c707ebf14",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9563.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "37764138-892d-40f8-a961-47a8782fed31",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 501,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 946,
|
|
"name": "Objective",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 1005,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 937,
|
|
"view_id": null,
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.id')",
|
|
"search_query": ""
|
|
}
|
|
},
|
|
{
|
|
"id": 947,
|
|
"name": "Key results for objective",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 1006,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 938,
|
|
"view_id": 4368,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 9555,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.id')",
|
|
"value_is_formula": true
|
|
}
|
|
],
|
|
"sortings": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 439,
|
|
"type": "update_row",
|
|
"order": 1,
|
|
"page_id": 500,
|
|
"element_id": 3482,
|
|
"event": "click",
|
|
"service": {
|
|
"id": 1013,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_upsert_row",
|
|
"row_id": "get('page_parameter.id')",
|
|
"table_id": 937,
|
|
"field_mappings": [
|
|
{
|
|
"field_id": 9544,
|
|
"value": "get('form_data.3469')"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": 440,
|
|
"type": "open_page",
|
|
"order": 1,
|
|
"page_id": 500,
|
|
"element_id": 3472,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": null,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"url": "'/'"
|
|
},
|
|
{
|
|
"id": 441,
|
|
"type": "notification",
|
|
"order": 2,
|
|
"page_id": 500,
|
|
"element_id": 3482,
|
|
"event": "click",
|
|
"title": "'Success'",
|
|
"description": "'Notes are updated'"
|
|
},
|
|
{
|
|
"id": 442,
|
|
"type": "logout",
|
|
"order": 2,
|
|
"page_id": 500,
|
|
"element_id": 3472,
|
|
"event": "click"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 501,
|
|
"name": "Key result details",
|
|
"order": 8,
|
|
"path": "/key-results/:id",
|
|
"path_params": [
|
|
{
|
|
"name": "id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 3488,
|
|
"order": "1.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "not-logged",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3492,
|
|
"order": "1.00000000000000000000",
|
|
"type": "input_text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "1",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 1,
|
|
"style_padding_left": 10,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"label": "'Key result'",
|
|
"required": true,
|
|
"validation_type": "any",
|
|
"placeholder": "",
|
|
"default_value": "get('data_source.948.field_9554')",
|
|
"is_multiline": false,
|
|
"rows": 3,
|
|
"input_type": "text"
|
|
},
|
|
{
|
|
"id": 3495,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3488,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3496,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3490,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3497,
|
|
"order": "1.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3490,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Logout'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3498,
|
|
"order": "1.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 500,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('data_source.948.field_9555.0.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "concat('Objective: ',get('data_source.948.field_9555.0.value'))",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "left",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3489,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 8,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3490,
|
|
"order": "1.50000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3493,
|
|
"order": "1.50000000000000000000",
|
|
"type": "input_text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "1",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 1,
|
|
"style_padding_left": 10,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"label": "'Title'",
|
|
"required": true,
|
|
"validation_type": "any",
|
|
"placeholder": "'Some action has been taken'",
|
|
"default_value": "",
|
|
"is_multiline": false,
|
|
"rows": 3,
|
|
"input_type": "text"
|
|
},
|
|
{
|
|
"id": 3499,
|
|
"order": "1.60000000000000008882",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udddd\ufe0f ',get('data_source.948.field_9556'))",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3500,
|
|
"order": "1.62500000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "get('data_source.948.field_9557')",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3491,
|
|
"order": "1.63636363636363646457",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3494,
|
|
"order": "2.00000000000000000000",
|
|
"type": "input_text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "1",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 1,
|
|
"style_padding_left": 10,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"label": "'Description'",
|
|
"required": true,
|
|
"validation_type": "any",
|
|
"placeholder": "'Description of the action'",
|
|
"default_value": "",
|
|
"is_multiline": true,
|
|
"rows": 5,
|
|
"input_type": "text"
|
|
},
|
|
{
|
|
"id": 3501,
|
|
"order": "2.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3489,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3502,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3489,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 497,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Objectives'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3503,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3489,
|
|
"place_in_container": "3",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 498,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Key results'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3504,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3489,
|
|
"place_in_container": "4",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 499,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Employees'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3505,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3489,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "primary",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 496,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Home'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3506,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Department:** ',get('data_source.948.field_9570'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3507,
|
|
"order": "3.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_3_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udd14 Updates'",
|
|
"font_color": "default",
|
|
"level": 3,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3508,
|
|
"order": "3.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 502,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('data_source.948.field_9568.0.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "concat('Leader: ',get('data_source.948.field_9568.0.value'))",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "left",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3509,
|
|
"order": "3.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "1",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 1,
|
|
"style_padding_left": 10,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Add update'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3510,
|
|
"order": "4.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 949,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "c7a43632-cbed-4149-8961-1dd5c3302cd2",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9575')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "5147f938-7ded-42e9-9499-e38cdd89e1af",
|
|
"name": "Description",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9576')"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
},
|
|
{
|
|
"id": 3511,
|
|
"order": "4.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Target period:** ',get('data_source.948.field_9571'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3512,
|
|
"order": "5.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Status:** ',get('data_source.948.field_9563.value'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3513,
|
|
"order": "6.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Progress:** ',get('data_source.948.field_9562'),'%')",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3514,
|
|
"order": "7.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Start / End:** ',get('data_source.948.field_9566'),' / ',get('data_source.948.field_9567'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3515,
|
|
"order": "8.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3491,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Team:** ',get('data_source.948.field_9569.*.value'),' ')",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 948,
|
|
"name": "Key result",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 1007,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 938,
|
|
"view_id": null,
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.id')",
|
|
"search_query": ""
|
|
}
|
|
},
|
|
{
|
|
"id": 949,
|
|
"name": "Updates",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 1008,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 939,
|
|
"view_id": 4380,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 9574,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.id')",
|
|
"value_is_formula": true
|
|
}
|
|
],
|
|
"sortings": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 443,
|
|
"type": "create_row",
|
|
"order": 1,
|
|
"page_id": 501,
|
|
"element_id": 3509,
|
|
"event": "click",
|
|
"service": {
|
|
"id": 1014,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_upsert_row",
|
|
"row_id": "",
|
|
"table_id": 939,
|
|
"field_mappings": [
|
|
{
|
|
"field_id": 9574,
|
|
"value": "get('form_data.3492')"
|
|
},
|
|
{
|
|
"field_id": 9575,
|
|
"value": "get('form_data.3493')"
|
|
},
|
|
{
|
|
"field_id": 9576,
|
|
"value": "get('form_data.3494')"
|
|
},
|
|
{
|
|
"field_id": 9577,
|
|
"value": "get('user.username')"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"id": 444,
|
|
"type": "open_page",
|
|
"order": 1,
|
|
"page_id": 501,
|
|
"element_id": 3497,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": null,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"url": "'/'"
|
|
},
|
|
{
|
|
"id": 445,
|
|
"type": "logout",
|
|
"order": 2,
|
|
"page_id": 501,
|
|
"element_id": 3497,
|
|
"event": "click"
|
|
},
|
|
{
|
|
"id": 446,
|
|
"type": "notification",
|
|
"order": 2,
|
|
"page_id": 501,
|
|
"element_id": 3509,
|
|
"event": "click",
|
|
"title": "'Success'",
|
|
"description": "'Update has been added. Please refresh the page.'"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 502,
|
|
"name": "Employee details",
|
|
"order": 9,
|
|
"path": "/employees/:id",
|
|
"path_params": [
|
|
{
|
|
"name": "id",
|
|
"type": "numeric"
|
|
}
|
|
],
|
|
"elements": [
|
|
{
|
|
"id": 3520,
|
|
"order": "0.50000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "custom",
|
|
"navigate_to_page_id": null,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "concat('mailto:',get('data_source.950.field_9590'))",
|
|
"target": "self",
|
|
"value": "concat('E-mail: ',get('data_source.950.field_9590'))",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "left",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3516,
|
|
"order": "1.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "not-logged",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3521,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3516,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3522,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3518,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udc4b Welcome ',get('user.username'))",
|
|
"alignment": "left",
|
|
"format": "plain"
|
|
},
|
|
{
|
|
"id": 3523,
|
|
"order": "1.00000000000000000000",
|
|
"type": "button",
|
|
"parent_element_id": 3518,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "right"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'Logout'",
|
|
"width": "auto",
|
|
"alignment": "right",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3524,
|
|
"order": "1.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "1",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "url",
|
|
"image_file_id": null,
|
|
"image_url": "get('data_source.950.field_9587.0.url')",
|
|
"alt_text": "concat('profile picture ',get('data_source.950.field_9583'))",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3525,
|
|
"order": "1.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Title:** ',get('data_source.950.field_9584.0.value'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3517,
|
|
"order": "1.33333333333333325932",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 8,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 5,
|
|
"column_gap": 20,
|
|
"alignment": "center"
|
|
},
|
|
{
|
|
"id": 3518,
|
|
"order": "1.50000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 0,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 20,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3526,
|
|
"order": "1.60000000000000008882",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_2_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "primary",
|
|
"style_border_top_size": 2,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "primary",
|
|
"style_border_bottom_size": 2,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc\ud83e\uddd1\ud83c\udffb\u200d\ud83d\udcbc',get('data_source.950.field_9583'))",
|
|
"font_color": "default",
|
|
"level": 2,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3527,
|
|
"order": "2.00000000000000000000",
|
|
"type": "image",
|
|
"parent_element_id": 3517,
|
|
"place_in_container": "0",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"image": {}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"image_source_type": "upload",
|
|
"image_file_id": {
|
|
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
|
|
"original_name": "baserow-logo.png"
|
|
},
|
|
"image_url": "",
|
|
"alt_text": "",
|
|
"alignment": "left",
|
|
"style_image_constraint": "contain",
|
|
"style_max_width": 100,
|
|
"style_max_height": null
|
|
},
|
|
{
|
|
"id": 3528,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3517,
|
|
"place_in_container": "2",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 500,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": ""
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Objectives'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3529,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3517,
|
|
"place_in_container": "3",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 498,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Key results'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3530,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3517,
|
|
"place_in_container": "4",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 499,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Employees'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3531,
|
|
"order": "2.00000000000000000000",
|
|
"type": "link",
|
|
"parent_element_id": 3517,
|
|
"place_in_container": "1",
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"link": {
|
|
"link_text_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "primary",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 496,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"value": "'Home'",
|
|
"variant": "link",
|
|
"width": "auto",
|
|
"alignment": "center",
|
|
"button_color": "primary"
|
|
},
|
|
{
|
|
"id": 3532,
|
|
"order": "2.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Department:** ',get('data_source.950.field_9585.0.value'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3519,
|
|
"order": "3.00000000000000000000",
|
|
"type": "column",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "all",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"column_amount": 2,
|
|
"column_gap": 20,
|
|
"alignment": "top"
|
|
},
|
|
{
|
|
"id": 3533,
|
|
"order": "3.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Office locaiton:** ',get('data_source.950.field_9586.0.value'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3534,
|
|
"order": "4.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Local extension number:** ',get('data_source.950.field_9588'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3535,
|
|
"order": "4.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_3_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83c\udfaf Objectives'",
|
|
"font_color": "default",
|
|
"level": 3,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3536,
|
|
"order": "4.50000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 951,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "bffec171-6c2e-4b83-91f3-c160f28856c4",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9538')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "8becd7e7-2071-410a-90df-d6c95b793928",
|
|
"name": "Target period",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9550.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "9cd9e112-b4b1-4fdc-9b58-0e74dced5bcf",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9548'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "e1bfc40d-62b8-4b29-ba2b-e85322477bd8",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9551')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "a53ee16c-800d-4d24-813b-c8b42a462bd1",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 500,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
},
|
|
{
|
|
"id": 3537,
|
|
"order": "5.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Phone:** ',get('data_source.950.field_9589'))",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3538,
|
|
"order": "5.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_3_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'\ud83d\udddd Key results'",
|
|
"font_color": "default",
|
|
"level": 3,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3539,
|
|
"order": "6.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Address:** ',get('data_source.950.field_9591'),' (zip: ',get('data_source.950.field_9592'),')')",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3540,
|
|
"order": "6.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_4_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'As leader'",
|
|
"font_color": "default",
|
|
"level": 4,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3541,
|
|
"order": "6.50000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 952,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "f6551c27-cf87-43c7-8c4f-5873cac55cc3",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9556')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "2bfc6525-050e-4510-916c-b7f30ea82d63",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9562'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "6dff74e4-7f7e-42cc-9045-468e989bc42f",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9563.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "4e53974c-0b46-41c8-8fb8-666a4d0c0022",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 501,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
},
|
|
{
|
|
"id": 3542,
|
|
"order": "7.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Start / End:** ',get('data_source.950.field_9594'),' / ',get('data_source.950.field_9597'),' ')",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3543,
|
|
"order": "7.00000000000000000000",
|
|
"type": "heading",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"typography": {
|
|
"heading_4_text_color": "default"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "'As team member'",
|
|
"font_color": "default",
|
|
"level": 4,
|
|
"alignment": "left"
|
|
},
|
|
{
|
|
"id": 3544,
|
|
"order": "8.00000000000000000000",
|
|
"type": "text",
|
|
"parent_element_id": 3519,
|
|
"place_in_container": "0",
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 0,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 0,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"value": "concat('**Status:** ',get('data_source.950.field_9595.value'),' ')",
|
|
"alignment": "left",
|
|
"format": "markdown"
|
|
},
|
|
{
|
|
"id": 3545,
|
|
"order": "8.00000000000000000000",
|
|
"type": "table",
|
|
"parent_element_id": null,
|
|
"place_in_container": null,
|
|
"visibility": "logged-in",
|
|
"role_type": "allow_all",
|
|
"roles": [],
|
|
"styles": {
|
|
"button": {
|
|
"button_alignment": "center"
|
|
}
|
|
},
|
|
"style_border_top_color": "border",
|
|
"style_border_top_size": 0,
|
|
"style_padding_top": 10,
|
|
"style_margin_top": 0,
|
|
"style_border_bottom_color": "border",
|
|
"style_border_bottom_size": 0,
|
|
"style_padding_bottom": 10,
|
|
"style_margin_bottom": 0,
|
|
"style_border_left_color": "border",
|
|
"style_border_left_size": 0,
|
|
"style_padding_left": 20,
|
|
"style_margin_left": 0,
|
|
"style_border_right_color": "border",
|
|
"style_border_right_size": 0,
|
|
"style_padding_right": 20,
|
|
"style_margin_right": 0,
|
|
"style_background": "none",
|
|
"style_background_color": "#ffffffff",
|
|
"style_background_file_id": null,
|
|
"style_background_mode": "fill",
|
|
"style_width": "normal",
|
|
"data_source_id": 953,
|
|
"items_per_page": 20,
|
|
"button_load_more_label": "",
|
|
"fields": [
|
|
{
|
|
"uid": "549cad00-3891-4e5d-8270-596419ad6f17",
|
|
"name": "Title",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9556')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "9ccd4ff7-1860-4d0f-8e1f-e36725650fe4",
|
|
"name": "Progress",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "concat(get('current_record.field_9562'),'%')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "af3a2a85-d5c7-496c-a27c-8cc0bdc769bf",
|
|
"name": "Status",
|
|
"type": "text",
|
|
"config": {
|
|
"value": "get('current_record.field_9563.value')"
|
|
}
|
|
},
|
|
{
|
|
"uid": "515580b1-34a4-43fb-bf92-f5faa1f36a5b",
|
|
"name": "-",
|
|
"type": "link",
|
|
"config": {
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": 501,
|
|
"page_parameters": [
|
|
{
|
|
"name": "id",
|
|
"value": "get('current_record.id')"
|
|
}
|
|
],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"link_name": "'Details'"
|
|
}
|
|
}
|
|
],
|
|
"button_color": "primary",
|
|
"orientation": {
|
|
"tablet": "horizontal",
|
|
"desktop": "horizontal",
|
|
"smartphone": "horizontal"
|
|
}
|
|
}
|
|
],
|
|
"data_sources": [
|
|
{
|
|
"id": 950,
|
|
"name": "Employee",
|
|
"order": "1.00000000000000000000",
|
|
"service": {
|
|
"id": 1009,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_get_row",
|
|
"table_id": 940,
|
|
"view_id": null,
|
|
"filter_type": "AND",
|
|
"filters": [],
|
|
"row_id": "get('page_parameter.id')",
|
|
"search_query": ""
|
|
}
|
|
},
|
|
{
|
|
"id": 951,
|
|
"name": "Objectives",
|
|
"order": "2.00000000000000000000",
|
|
"service": {
|
|
"id": 1010,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 937,
|
|
"view_id": 4358,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 9540,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.id')",
|
|
"value_is_formula": true
|
|
}
|
|
],
|
|
"sortings": []
|
|
}
|
|
},
|
|
{
|
|
"id": 952,
|
|
"name": "Key results leader",
|
|
"order": "3.00000000000000000000",
|
|
"service": {
|
|
"id": 1011,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 938,
|
|
"view_id": 4368,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 9568,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.id')",
|
|
"value_is_formula": true
|
|
}
|
|
],
|
|
"sortings": []
|
|
}
|
|
},
|
|
{
|
|
"id": 953,
|
|
"name": "Key results team",
|
|
"order": "4.00000000000000000000",
|
|
"service": {
|
|
"id": 1012,
|
|
"integration_id": 63,
|
|
"type": "local_baserow_list_rows",
|
|
"table_id": 938,
|
|
"view_id": 4368,
|
|
"search_query": "",
|
|
"filter_type": "AND",
|
|
"filters": [
|
|
{
|
|
"field_id": 9569,
|
|
"type": "link_row_has",
|
|
"value": "get('page_parameter.id')",
|
|
"value_is_formula": true
|
|
}
|
|
],
|
|
"sortings": []
|
|
}
|
|
}
|
|
],
|
|
"workflow_actions": [
|
|
{
|
|
"id": 447,
|
|
"type": "open_page",
|
|
"order": 1,
|
|
"page_id": 502,
|
|
"element_id": 3523,
|
|
"event": "click",
|
|
"navigation_type": "page",
|
|
"navigate_to_page_id": null,
|
|
"page_parameters": [],
|
|
"navigate_to_url": "",
|
|
"target": "self",
|
|
"url": "'/'"
|
|
},
|
|
{
|
|
"id": 448,
|
|
"type": "logout",
|
|
"order": 2,
|
|
"page_id": 502,
|
|
"element_id": 3523,
|
|
"event": "click"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"integrations": [
|
|
{
|
|
"id": 63,
|
|
"name": "Local Baserow",
|
|
"order": "1.00000000000000000000",
|
|
"type": "local_baserow",
|
|
"authorized_user": "frederik@baserow.io"
|
|
}
|
|
],
|
|
"theme": {
|
|
"primary_color": "#5190efff",
|
|
"secondary_color": "#0eaa42ff",
|
|
"border_color": "#d7d8d9ff",
|
|
"main_success_color": "#12D452",
|
|
"main_warning_color": "#FCC74A",
|
|
"main_error_color": "#FF5A4A",
|
|
"body_font_family": "inter",
|
|
"body_font_size": 14,
|
|
"body_text_color": "#070810ff",
|
|
"body_text_alignment": "left",
|
|
"heading_1_font_family": "inter",
|
|
"heading_1_font_size": 24,
|
|
"heading_1_text_color": "#070810ff",
|
|
"heading_1_text_alignment": "left",
|
|
"heading_2_font_family": "inter",
|
|
"heading_2_font_size": 20,
|
|
"heading_2_text_color": "#070810ff",
|
|
"heading_2_text_alignment": "left",
|
|
"heading_3_font_family": "inter",
|
|
"heading_3_font_size": 16,
|
|
"heading_3_text_color": "#070810ff",
|
|
"heading_3_text_alignment": "left",
|
|
"heading_4_font_family": "inter",
|
|
"heading_4_font_size": 16,
|
|
"heading_4_text_color": "#070810ff",
|
|
"heading_4_text_alignment": "left",
|
|
"heading_5_font_family": "inter",
|
|
"heading_5_font_size": 14,
|
|
"heading_5_text_color": "#070810ff",
|
|
"heading_5_text_alignment": "left",
|
|
"heading_6_font_family": "inter",
|
|
"heading_6_font_size": 14,
|
|
"heading_6_text_color": "#202128",
|
|
"heading_6_text_alignment": "left",
|
|
"button_font_family": "inter",
|
|
"button_font_size": 13,
|
|
"button_alignment": "left",
|
|
"button_text_alignment": "center",
|
|
"button_width": "auto",
|
|
"button_background_color": "primary",
|
|
"button_text_color": "#ffffffff",
|
|
"button_border_color": "border",
|
|
"button_border_size": 0,
|
|
"button_border_radius": 4,
|
|
"button_vertical_padding": 12,
|
|
"button_horizontal_padding": 12,
|
|
"button_hover_background_color": "#96baf6ff",
|
|
"button_hover_text_color": "#ffffffff",
|
|
"button_hover_border_color": "border",
|
|
"link_font_family": "inter",
|
|
"link_font_size": 13,
|
|
"link_text_alignment": "left",
|
|
"link_text_color": "primary",
|
|
"link_hover_text_color": "#96baf6ff",
|
|
"image_alignment": "left",
|
|
"image_max_width": 100,
|
|
"image_max_height": null,
|
|
"image_constraint": "contain",
|
|
"page_background_color": "#ffffffff",
|
|
"page_background_file_id": null,
|
|
"page_background_mode": "tile"
|
|
},
|
|
"user_sources": [
|
|
{
|
|
"id": 52,
|
|
"name": "Employees",
|
|
"order": "1.00000000000000000000",
|
|
"type": "local_baserow",
|
|
"uid": "c775f69b774749ba842ae4f959440aac",
|
|
"integration_id": 63,
|
|
"auth_providers": [
|
|
{
|
|
"id": 52,
|
|
"type": "local_baserow_password",
|
|
"domain": null,
|
|
"enabled": true,
|
|
"password_field_id": 9606
|
|
}
|
|
],
|
|
"table_id": 940,
|
|
"email_field_id": 9590,
|
|
"name_field_id": 9583,
|
|
"role_field_id": null
|
|
}
|
|
],
|
|
"favicon_file": null,
|
|
"id": 246,
|
|
"name": "Employee dashboard",
|
|
"order": 2,
|
|
"type": "builder"
|
|
}
|
|
]
|
|
} |