1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-19 11:23:52 +00:00
bramw_baserow/backend/templates/task-management.json
2024-07-09 12:10:04 +00:00

23580 lines
No EOL
1.2 MiB

{
"baserow_template_version": 1,
"name": "Task Management",
"icon": "iconoir-task-list",
"keywords": [
"task management",
"project planning",
"task scheduling",
"planning",
"budget overview",
"workload management",
"track progress",
"deadlines",
"tasks"
],
"categories": [
"Project Management"
],
"export": [
{
"id": 238,
"name": "Task Management",
"order": 1,
"type": "database",
"tables": [
{
"id": 916,
"name": "Tasks",
"order": 1,
"fields": [
{
"id": 9252,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "join((concat('T-',replace(field('Project'),'P-',''),'-',field('Autonumber'))),'')",
"formula_type": "text"
},
{
"id": 9253,
"type": "text",
"name": "Title",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 9254,
"type": "date",
"name": "Start",
"order": 2,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 9255,
"type": "number",
"name": "Budget ($ million)",
"order": 3,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 9256,
"type": "number",
"name": "Duration in days",
"order": 4,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 9257,
"type": "long_text",
"name": "Description",
"order": 5,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 9258,
"type": "link_row",
"name": "Project",
"order": 6,
"primary": false,
"link_row_table_id": 920,
"link_row_related_field_id": 9323,
"has_related_field": true
},
{
"id": 9259,
"type": "link_row",
"name": "Assignee",
"order": 7,
"primary": false,
"link_row_table_id": 917,
"link_row_related_field_id": 9285,
"has_related_field": true
},
{
"id": 9260,
"type": "single_select",
"name": "Priority",
"order": 8,
"primary": false,
"select_options": [
{
"id": 3652,
"value": "High",
"color": "darker-blue",
"order": 0
},
{
"id": 3653,
"value": "Medium",
"color": "dark-blue",
"order": 1
},
{
"id": 3654,
"value": "Low",
"color": "light-blue",
"order": 2
}
]
},
{
"id": 9261,
"type": "formula",
"name": "Status",
"order": 9,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "if(\nfield('Start') > now(),'Not started yet',\nif(field('Actual end date') <= now(),'Complete',if(isblank(field('Actual end date')),'In progress',''))\n)",
"formula_type": "text"
},
{
"id": 9262,
"type": "formula",
"name": "Estimated end date",
"order": 10,
"primary": false,
"duration_format": null,
"date_format": "ISO",
"date_include_time": false,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": false,
"error": null,
"date_force_timezone": null,
"date_time_format": "24",
"nullable": true,
"formula": "field('Start') + date_interval(concat(field('Duration in days'),' days'))",
"formula_type": "date"
},
{
"id": 9263,
"type": "date",
"name": "Actual end date",
"order": 11,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 9264,
"type": "link_row",
"name": "Task actions",
"order": 12,
"primary": false,
"link_row_table_id": 921,
"link_row_related_field_id": 9336,
"has_related_field": true
},
{
"id": 9265,
"type": "autonumber",
"name": "Autonumber",
"order": 13,
"primary": false
},
{
"id": 9266,
"type": "link_row",
"name": "Required equipment",
"order": 14,
"primary": false,
"link_row_table_id": 922,
"link_row_related_field_id": 9342,
"has_related_field": true
},
{
"id": 9267,
"type": "single_select",
"name": "Category",
"order": 16,
"primary": false,
"select_options": [
{
"id": 3655,
"value": "Preparation",
"color": "light-orange",
"order": 0
},
{
"id": 3656,
"value": "Design",
"color": "light-green",
"order": 1
},
{
"id": 3657,
"value": "Engineering",
"color": "dark-blue",
"order": 2
},
{
"id": 3658,
"value": "Community",
"color": "dark-pink",
"order": 3
},
{
"id": 3659,
"value": "Construction",
"color": "darker-brown",
"order": 4
},
{
"id": 3660,
"value": "Sustainability",
"color": "darker-orange",
"order": 5
}
]
},
{
"id": 9268,
"type": "formula",
"name": "Is overdue",
"order": 17,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "field('Actual end date') > field('Estimated end date')",
"formula_type": "boolean"
},
{
"id": 9269,
"type": "formula",
"name": "Days overdue",
"order": 18,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": true,
"formula": "date_diff('dd',field('Estimated end date'),field('Actual end date'))",
"formula_type": "number"
},
{
"id": 9270,
"type": "formula",
"name": "Days until end",
"order": 19,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": true,
"formula": "if(field('Status') != 'Complete', date_diff('dd',now(),field('Estimated end date')),0)",
"formula_type": "number"
},
{
"id": 9271,
"type": "link_row",
"name": "Prerequisites",
"order": 20,
"primary": false,
"link_row_table_id": 916,
"link_row_related_field_id": null,
"has_related_field": false
},
{
"id": 9272,
"type": "formula",
"name": "Prerequisites OK",
"order": 21,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "or(count(field('Prerequisites')) = 0, every(lookup('Prerequisites','Status') = 'Complete'))",
"formula_type": "boolean"
},
{
"id": 9273,
"type": "rollup",
"name": "Project code",
"order": 22,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9258,
"target_field_id": 9310,
"rollup_function": "min"
},
{
"id": 9274,
"type": "rollup",
"name": "Assignee name",
"order": 23,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": true,
"through_field_id": 9259,
"target_field_id": 9277,
"rollup_function": "min"
},
{
"id": 9275,
"type": "formula",
"name": "Today",
"order": 25,
"primary": false,
"duration_format": null,
"date_format": "ISO",
"date_include_time": false,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": false,
"error": null,
"date_force_timezone": null,
"date_time_format": "24",
"nullable": true,
"formula": "now()",
"formula_type": "date"
}
],
"views": [
{
"id": 4218,
"type": "grid",
"name": "All tasks",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3500,
"field_id": 9270,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1576,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "941484db-d9cd-45b3-969d-f66723b5a61b",
"color": "darker-blue",
"filters": [
{
"id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
"type": "equal",
"field": 9261,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "1ec7142d-78a5-4480-b526-4cd985b04717",
"color": "darker-green",
"filters": [
{
"id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
"type": "equal",
"field": 9261,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
"color": "darker-yellow",
"filters": [
{
"id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
"type": "equal",
"field": 9261,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1577,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
"color": "light-red",
"filters": [
{
"id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
"type": "boolean",
"field": 9272,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33585,
"field_id": 9252,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33586,
"field_id": 9265,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33587,
"field_id": 9253,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33588,
"field_id": 9257,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33589,
"field_id": 9267,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33590,
"field_id": 9258,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33591,
"field_id": 9259,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33592,
"field_id": 9274,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33593,
"field_id": 9260,
"width": 139,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33594,
"field_id": 9266,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33595,
"field_id": 9271,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33596,
"field_id": 9272,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33597,
"field_id": 9261,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33598,
"field_id": 9254,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33599,
"field_id": 9256,
"width": 175,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33600,
"field_id": 9270,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33601,
"field_id": 9262,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33602,
"field_id": 9263,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33603,
"field_id": 9268,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33604,
"field_id": 9269,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33605,
"field_id": 9255,
"width": 182,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33606,
"field_id": 9264,
"width": 200,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33607,
"field_id": 9273,
"width": 200,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33608,
"field_id": 9275,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4219,
"type": "calendar",
"name": "All tasks in calendar view",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1600,
"type": "background_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 9260
},
"order": 1
},
{
"id": 1601,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "bd304ec6-1a3e-422d-9e04-91f0dc782842",
"color": "darker-green",
"filters": [
{
"id": "ab1991b8-5803-4e43-b016-8e3eec8c2775",
"type": "equal",
"field": 9261,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "402d45e0-815d-45cc-8b2b-9c166b207c02",
"color": "red",
"filters": [],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": true,
"date_field_id": 9254,
"field_options": [
{
"id": 1037,
"field_id": 9252,
"hidden": false,
"order": 32767
},
{
"id": 1038,
"field_id": 9253,
"hidden": false,
"order": 32767
},
{
"id": 1039,
"field_id": 9254,
"hidden": true,
"order": 32767
},
{
"id": 1040,
"field_id": 9255,
"hidden": true,
"order": 32767
},
{
"id": 1041,
"field_id": 9256,
"hidden": true,
"order": 32767
},
{
"id": 1042,
"field_id": 9257,
"hidden": true,
"order": 32767
},
{
"id": 1043,
"field_id": 9258,
"hidden": false,
"order": 32767
},
{
"id": 1044,
"field_id": 9259,
"hidden": false,
"order": 32767
},
{
"id": 1045,
"field_id": 9260,
"hidden": true,
"order": 32767
},
{
"id": 1046,
"field_id": 9261,
"hidden": true,
"order": 32767
},
{
"id": 1047,
"field_id": 9262,
"hidden": true,
"order": 32767
},
{
"id": 1048,
"field_id": 9263,
"hidden": true,
"order": 32767
},
{
"id": 1049,
"field_id": 9264,
"hidden": true,
"order": 32767
},
{
"id": 1050,
"field_id": 9265,
"hidden": true,
"order": 32767
},
{
"id": 1051,
"field_id": 9266,
"hidden": true,
"order": 32767
},
{
"id": 1052,
"field_id": 9267,
"hidden": false,
"order": 32767
},
{
"id": 1053,
"field_id": 9268,
"hidden": true,
"order": 32767
},
{
"id": 1054,
"field_id": 9269,
"hidden": true,
"order": 32767
},
{
"id": 1055,
"field_id": 9270,
"hidden": true,
"order": 32767
},
{
"id": 1056,
"field_id": 9271,
"hidden": true,
"order": 32767
},
{
"id": 1057,
"field_id": 9272,
"hidden": true,
"order": 32767
},
{
"id": 1058,
"field_id": 9273,
"hidden": true,
"order": 32767
},
{
"id": 1059,
"field_id": 9274,
"hidden": true,
"order": 32767
},
{
"id": 1060,
"field_id": 9275,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4220,
"type": "kanban",
"name": "All tasks by Category",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": true,
"single_select_field_id": 9267,
"field_options": [
{
"id": 6294,
"field_id": 9252,
"hidden": false,
"order": 32767
},
{
"id": 6295,
"field_id": 9253,
"hidden": false,
"order": 32767
},
{
"id": 6296,
"field_id": 9254,
"hidden": false,
"order": 32767
},
{
"id": 6297,
"field_id": 9255,
"hidden": true,
"order": 32767
},
{
"id": 6298,
"field_id": 9256,
"hidden": true,
"order": 32767
},
{
"id": 6299,
"field_id": 9257,
"hidden": false,
"order": 32767
},
{
"id": 6300,
"field_id": 9258,
"hidden": false,
"order": 32767
},
{
"id": 6301,
"field_id": 9259,
"hidden": true,
"order": 32767
},
{
"id": 6302,
"field_id": 9260,
"hidden": true,
"order": 32767
},
{
"id": 6303,
"field_id": 9261,
"hidden": true,
"order": 32767
},
{
"id": 6304,
"field_id": 9262,
"hidden": true,
"order": 32767
},
{
"id": 6305,
"field_id": 9263,
"hidden": true,
"order": 32767
},
{
"id": 6306,
"field_id": 9264,
"hidden": true,
"order": 32767
},
{
"id": 6307,
"field_id": 9265,
"hidden": true,
"order": 32767
},
{
"id": 6308,
"field_id": 9266,
"hidden": true,
"order": 32767
},
{
"id": 6309,
"field_id": 9267,
"hidden": true,
"order": 32767
},
{
"id": 6310,
"field_id": 9268,
"hidden": true,
"order": 32767
},
{
"id": 6311,
"field_id": 9269,
"hidden": true,
"order": 32767
},
{
"id": 6312,
"field_id": 9270,
"hidden": true,
"order": 32767
},
{
"id": 6313,
"field_id": 9271,
"hidden": true,
"order": 32767
},
{
"id": 6314,
"field_id": 9272,
"hidden": true,
"order": 32767
},
{
"id": 6315,
"field_id": 9273,
"hidden": true,
"order": 32767
},
{
"id": 6316,
"field_id": 9274,
"hidden": true,
"order": 32767
},
{
"id": 6317,
"field_id": 9275,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4221,
"type": "kanban",
"name": "Active and scheduled tasks by Category",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2408,
"field_id": 9261,
"type": "not_equal",
"value": "Complete",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": true,
"single_select_field_id": 9267,
"field_options": [
{
"id": 6318,
"field_id": 9252,
"hidden": false,
"order": 32767
},
{
"id": 6319,
"field_id": 9253,
"hidden": false,
"order": 32767
},
{
"id": 6320,
"field_id": 9254,
"hidden": false,
"order": 32767
},
{
"id": 6321,
"field_id": 9255,
"hidden": true,
"order": 32767
},
{
"id": 6322,
"field_id": 9256,
"hidden": true,
"order": 32767
},
{
"id": 6323,
"field_id": 9257,
"hidden": false,
"order": 32767
},
{
"id": 6324,
"field_id": 9258,
"hidden": false,
"order": 32767
},
{
"id": 6325,
"field_id": 9259,
"hidden": true,
"order": 32767
},
{
"id": 6326,
"field_id": 9260,
"hidden": true,
"order": 32767
},
{
"id": 6327,
"field_id": 9261,
"hidden": true,
"order": 32767
},
{
"id": 6328,
"field_id": 9262,
"hidden": true,
"order": 32767
},
{
"id": 6329,
"field_id": 9263,
"hidden": true,
"order": 32767
},
{
"id": 6330,
"field_id": 9264,
"hidden": true,
"order": 32767
},
{
"id": 6331,
"field_id": 9265,
"hidden": true,
"order": 32767
},
{
"id": 6332,
"field_id": 9266,
"hidden": true,
"order": 32767
},
{
"id": 6333,
"field_id": 9267,
"hidden": true,
"order": 32767
},
{
"id": 6334,
"field_id": 9268,
"hidden": true,
"order": 32767
},
{
"id": 6335,
"field_id": 9269,
"hidden": true,
"order": 32767
},
{
"id": 6336,
"field_id": 9270,
"hidden": true,
"order": 32767
},
{
"id": 6337,
"field_id": 9271,
"hidden": true,
"order": 32767
},
{
"id": 6338,
"field_id": 9272,
"hidden": true,
"order": 32767
},
{
"id": 6339,
"field_id": 9273,
"hidden": true,
"order": 32767
},
{
"id": 6340,
"field_id": 9274,
"hidden": true,
"order": 32767
},
{
"id": 6341,
"field_id": 9275,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4222,
"type": "kanban",
"name": "All tasks grouped by Priority",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 9260,
"field_options": [
{
"id": 6342,
"field_id": 9252,
"hidden": false,
"order": 1
},
{
"id": 6343,
"field_id": 9253,
"hidden": false,
"order": 2
},
{
"id": 6344,
"field_id": 9254,
"hidden": false,
"order": 3
},
{
"id": 6345,
"field_id": 9270,
"hidden": false,
"order": 4
},
{
"id": 6346,
"field_id": 9255,
"hidden": true,
"order": 5
},
{
"id": 6347,
"field_id": 9256,
"hidden": true,
"order": 6
},
{
"id": 6348,
"field_id": 9257,
"hidden": false,
"order": 7
},
{
"id": 6349,
"field_id": 9258,
"hidden": false,
"order": 8
},
{
"id": 6350,
"field_id": 9259,
"hidden": true,
"order": 9
},
{
"id": 6351,
"field_id": 9260,
"hidden": true,
"order": 10
},
{
"id": 6352,
"field_id": 9261,
"hidden": true,
"order": 11
},
{
"id": 6353,
"field_id": 9262,
"hidden": true,
"order": 12
},
{
"id": 6354,
"field_id": 9263,
"hidden": true,
"order": 13
},
{
"id": 6355,
"field_id": 9264,
"hidden": true,
"order": 14
},
{
"id": 6356,
"field_id": 9265,
"hidden": true,
"order": 15
},
{
"id": 6357,
"field_id": 9266,
"hidden": true,
"order": 16
},
{
"id": 6358,
"field_id": 9267,
"hidden": true,
"order": 18
},
{
"id": 6359,
"field_id": 9268,
"hidden": true,
"order": 19
},
{
"id": 6360,
"field_id": 9269,
"hidden": true,
"order": 20
},
{
"id": 6361,
"field_id": 9271,
"hidden": true,
"order": 21
},
{
"id": 6362,
"field_id": 9272,
"hidden": true,
"order": 22
},
{
"id": 6363,
"field_id": 9273,
"hidden": true,
"order": 32767
},
{
"id": 6364,
"field_id": 9274,
"hidden": true,
"order": 32767
},
{
"id": 6365,
"field_id": 9275,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4223,
"type": "kanban",
"name": "Active and scheduled tasks by Priority",
"order": 7,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2409,
"field_id": 9261,
"type": "not_equal",
"value": "Complete",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": true,
"single_select_field_id": 9260,
"field_options": [
{
"id": 6366,
"field_id": 9252,
"hidden": false,
"order": 1
},
{
"id": 6367,
"field_id": 9253,
"hidden": false,
"order": 2
},
{
"id": 6368,
"field_id": 9254,
"hidden": false,
"order": 3
},
{
"id": 6369,
"field_id": 9270,
"hidden": false,
"order": 4
},
{
"id": 6370,
"field_id": 9255,
"hidden": true,
"order": 5
},
{
"id": 6371,
"field_id": 9256,
"hidden": true,
"order": 6
},
{
"id": 6372,
"field_id": 9257,
"hidden": false,
"order": 7
},
{
"id": 6373,
"field_id": 9258,
"hidden": false,
"order": 8
},
{
"id": 6374,
"field_id": 9259,
"hidden": true,
"order": 9
},
{
"id": 6375,
"field_id": 9260,
"hidden": true,
"order": 10
},
{
"id": 6376,
"field_id": 9261,
"hidden": true,
"order": 11
},
{
"id": 6377,
"field_id": 9262,
"hidden": true,
"order": 12
},
{
"id": 6378,
"field_id": 9263,
"hidden": true,
"order": 13
},
{
"id": 6379,
"field_id": 9264,
"hidden": true,
"order": 14
},
{
"id": 6380,
"field_id": 9265,
"hidden": true,
"order": 15
},
{
"id": 6381,
"field_id": 9266,
"hidden": true,
"order": 16
},
{
"id": 6382,
"field_id": 9267,
"hidden": true,
"order": 18
},
{
"id": 6383,
"field_id": 9268,
"hidden": true,
"order": 19
},
{
"id": 6384,
"field_id": 9269,
"hidden": true,
"order": 20
},
{
"id": 6385,
"field_id": 9271,
"hidden": true,
"order": 21
},
{
"id": 6386,
"field_id": 9272,
"hidden": true,
"order": 22
},
{
"id": 6387,
"field_id": 9273,
"hidden": true,
"order": 32767
},
{
"id": 6388,
"field_id": 9274,
"hidden": true,
"order": 32767
},
{
"id": 6389,
"field_id": 9275,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4224,
"type": "grid",
"name": "Tasks that are both important and urgent",
"order": 8,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2410,
"field_id": 9260,
"type": "single_select_equal",
"value": "3652",
"group": null
},
{
"id": 2411,
"field_id": 9270,
"type": "lower_than",
"value": "30",
"group": null
},
{
"id": 2412,
"field_id": 9261,
"type": "not_equal",
"value": "Complete",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3501,
"field_id": 9254,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1578,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "941484db-d9cd-45b3-969d-f66723b5a61b",
"color": "darker-blue",
"filters": [
{
"id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
"type": "equal",
"field": 9261,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "1ec7142d-78a5-4480-b526-4cd985b04717",
"color": "darker-green",
"filters": [
{
"id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
"type": "equal",
"field": 9261,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
"color": "darker-yellow",
"filters": [
{
"id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
"type": "equal",
"field": 9261,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1579,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
"color": "light-red",
"filters": [
{
"id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
"type": "boolean",
"field": 9272,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33609,
"field_id": 9252,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33610,
"field_id": 9265,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33611,
"field_id": 9253,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33612,
"field_id": 9257,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33613,
"field_id": 9267,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33614,
"field_id": 9258,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33615,
"field_id": 9259,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33616,
"field_id": 9260,
"width": 139,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33617,
"field_id": 9266,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33618,
"field_id": 9271,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33619,
"field_id": 9272,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33620,
"field_id": 9261,
"width": 127,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33621,
"field_id": 9254,
"width": 116,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33622,
"field_id": 9256,
"width": 175,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33623,
"field_id": 9270,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33624,
"field_id": 9262,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33625,
"field_id": 9263,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33626,
"field_id": 9268,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33627,
"field_id": 9269,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33628,
"field_id": 9255,
"width": 182,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33629,
"field_id": 9264,
"width": 200,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33630,
"field_id": 9273,
"width": 200,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33631,
"field_id": 9274,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33632,
"field_id": 9275,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4225,
"type": "grid",
"name": "Tasks by project and status",
"order": 9,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3502,
"field_id": 9254,
"order": "ASC"
}
],
"group_bys": [
{
"id": 354,
"field_id": 9273,
"order": "ASC"
},
{
"id": 355,
"field_id": 9261,
"order": "ASC"
}
],
"decorations": [
{
"id": 1580,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "941484db-d9cd-45b3-969d-f66723b5a61b",
"color": "darker-blue",
"filters": [
{
"id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
"type": "equal",
"field": 9261,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "1ec7142d-78a5-4480-b526-4cd985b04717",
"color": "darker-green",
"filters": [
{
"id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
"type": "equal",
"field": 9261,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
"color": "darker-yellow",
"filters": [
{
"id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
"type": "equal",
"field": 9261,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33633,
"field_id": 9252,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33634,
"field_id": 9265,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33635,
"field_id": 9253,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33636,
"field_id": 9257,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33637,
"field_id": 9267,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33638,
"field_id": 9258,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33639,
"field_id": 9259,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33640,
"field_id": 9260,
"width": 139,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33641,
"field_id": 9266,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33642,
"field_id": 9271,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33643,
"field_id": 9272,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33644,
"field_id": 9261,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33645,
"field_id": 9254,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33646,
"field_id": 9256,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33647,
"field_id": 9270,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33648,
"field_id": 9262,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33649,
"field_id": 9263,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33650,
"field_id": 9268,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33651,
"field_id": 9269,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33652,
"field_id": 9255,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33653,
"field_id": 9264,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33654,
"field_id": 9273,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33655,
"field_id": 9274,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33656,
"field_id": 9275,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4226,
"type": "grid",
"name": "Tasks that are in progress",
"order": 10,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2413,
"field_id": 9261,
"type": "equal",
"value": "In progress",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3503,
"field_id": 9254,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1581,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "941484db-d9cd-45b3-969d-f66723b5a61b",
"color": "darker-blue",
"filters": [
{
"id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
"type": "equal",
"field": 9261,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "1ec7142d-78a5-4480-b526-4cd985b04717",
"color": "darker-green",
"filters": [
{
"id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
"type": "equal",
"field": 9261,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
"color": "darker-yellow",
"filters": [
{
"id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
"type": "equal",
"field": 9261,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1582,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
"color": "light-red",
"filters": [
{
"id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
"type": "boolean",
"field": 9272,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33657,
"field_id": 9252,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33658,
"field_id": 9265,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33659,
"field_id": 9253,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33660,
"field_id": 9257,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33661,
"field_id": 9267,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33662,
"field_id": 9258,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33663,
"field_id": 9273,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33664,
"field_id": 9259,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33665,
"field_id": 9260,
"width": 139,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33666,
"field_id": 9266,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33667,
"field_id": 9271,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33668,
"field_id": 9272,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33669,
"field_id": 9261,
"width": 127,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33670,
"field_id": 9254,
"width": 116,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33671,
"field_id": 9256,
"width": 175,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33672,
"field_id": 9270,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33673,
"field_id": 9262,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33674,
"field_id": 9263,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33675,
"field_id": 9268,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33676,
"field_id": 9269,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33677,
"field_id": 9255,
"width": 182,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33678,
"field_id": 9264,
"width": 200,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33679,
"field_id": 9274,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33680,
"field_id": 9275,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4227,
"type": "grid",
"name": "Tasks that start within 30 days",
"order": 11,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2414,
"field_id": 9254,
"type": "date_within_days",
"value": "Europe/Brussels?30",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3504,
"field_id": 9254,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1583,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "941484db-d9cd-45b3-969d-f66723b5a61b",
"color": "darker-blue",
"filters": [
{
"id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
"type": "equal",
"field": 9261,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "1ec7142d-78a5-4480-b526-4cd985b04717",
"color": "darker-green",
"filters": [
{
"id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
"type": "equal",
"field": 9261,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
"color": "darker-yellow",
"filters": [
{
"id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
"type": "equal",
"field": 9261,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1584,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1d6b0563-f1dc-4778-b2dd-660892f48e36",
"color": "light-red",
"filters": [
{
"id": "d8a5d165-d943-46eb-985c-f8d4b6ca2b64",
"type": "boolean",
"field": 9272,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33681,
"field_id": 9252,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33682,
"field_id": 9265,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33683,
"field_id": 9253,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33684,
"field_id": 9257,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33685,
"field_id": 9267,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33686,
"field_id": 9258,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33687,
"field_id": 9259,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33688,
"field_id": 9260,
"width": 139,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33689,
"field_id": 9266,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33690,
"field_id": 9271,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33691,
"field_id": 9272,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33692,
"field_id": 9261,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33693,
"field_id": 9254,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33694,
"field_id": 9256,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33695,
"field_id": 9270,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33696,
"field_id": 9262,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33697,
"field_id": 9263,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33698,
"field_id": 9268,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33699,
"field_id": 9269,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33700,
"field_id": 9255,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33701,
"field_id": 9264,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33702,
"field_id": 9273,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33703,
"field_id": 9274,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33704,
"field_id": 9275,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4228,
"type": "grid",
"name": "Tasks with pre requirements ok (active + scheduled)",
"order": 12,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2415,
"field_id": 9272,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3505,
"field_id": 9254,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1585,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "941484db-d9cd-45b3-969d-f66723b5a61b",
"color": "darker-blue",
"filters": [
{
"id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
"type": "equal",
"field": 9261,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "1ec7142d-78a5-4480-b526-4cd985b04717",
"color": "darker-green",
"filters": [
{
"id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
"type": "equal",
"field": 9261,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
"color": "darker-yellow",
"filters": [
{
"id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
"type": "equal",
"field": 9261,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33705,
"field_id": 9252,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33706,
"field_id": 9265,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33707,
"field_id": 9253,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33708,
"field_id": 9257,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33709,
"field_id": 9267,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33710,
"field_id": 9258,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33711,
"field_id": 9259,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33712,
"field_id": 9260,
"width": 139,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33713,
"field_id": 9266,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33714,
"field_id": 9271,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33715,
"field_id": 9272,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33716,
"field_id": 9261,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33717,
"field_id": 9254,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33718,
"field_id": 9256,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33719,
"field_id": 9270,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33720,
"field_id": 9262,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33721,
"field_id": 9263,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33722,
"field_id": 9268,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33723,
"field_id": 9269,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33724,
"field_id": 9255,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33725,
"field_id": 9264,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33726,
"field_id": 9273,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33727,
"field_id": 9274,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33728,
"field_id": 9275,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4229,
"type": "grid",
"name": "Tasks with pre requirements NOT ok (active + scheduled)",
"order": 13,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2416,
"field_id": 9272,
"type": "boolean",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3506,
"field_id": 9254,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1586,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "941484db-d9cd-45b3-969d-f66723b5a61b",
"color": "darker-blue",
"filters": [
{
"id": "98d57ffa-5340-447a-9f95-dc4e106d3c1a",
"type": "equal",
"field": 9261,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "1ec7142d-78a5-4480-b526-4cd985b04717",
"color": "darker-green",
"filters": [
{
"id": "f1ef6b47-b097-47aa-8b17-103b4b12b677",
"type": "equal",
"field": 9261,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "91a7b434-640c-4ccc-ae7e-365ec727532c",
"color": "darker-yellow",
"filters": [
{
"id": "e051a1d8-f19b-4b6a-972e-3248e2186886",
"type": "equal",
"field": 9261,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33729,
"field_id": 9252,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33730,
"field_id": 9265,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33731,
"field_id": 9253,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33732,
"field_id": 9257,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33733,
"field_id": 9267,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33734,
"field_id": 9258,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33735,
"field_id": 9259,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33736,
"field_id": 9260,
"width": 139,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33737,
"field_id": 9266,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33738,
"field_id": 9271,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33739,
"field_id": 9272,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33740,
"field_id": 9261,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33741,
"field_id": 9254,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33742,
"field_id": 9256,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33743,
"field_id": 9270,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33744,
"field_id": 9262,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33745,
"field_id": 9263,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33746,
"field_id": 9268,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33747,
"field_id": 9269,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33748,
"field_id": 9255,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33749,
"field_id": 9264,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33750,
"field_id": 9273,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33751,
"field_id": 9274,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33752,
"field_id": 9275,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645039+00:00",
"updated_on": "2024-05-14T12:34:24.871228+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Site Analysis",
"field_9254": "2023-08-18",
"field_9255": "0.50",
"field_9256": "30",
"field_9257": "Conduct site analysis for the modern office building construction project.",
"field_9258": [
3
],
"field_9259": [
11
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": "2023-07-09",
"field_9264": [
3,
4,
57
],
"field_9265": 1,
"field_9266": [
3,
5
],
"field_9267": 3655,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645094+00:00",
"updated_on": "2024-05-14T12:34:24.878768+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Architectural Design",
"field_9254": "2023-09-17",
"field_9255": "2.00",
"field_9256": "60",
"field_9257": "Create architectural designs and plans for the office building.",
"field_9258": [
3
],
"field_9259": [
1
],
"field_9260": 3654,
"field_9261": null,
"field_9262": null,
"field_9263": "2023-06-29",
"field_9264": [
5,
6,
7
],
"field_9265": 2,
"field_9266": [],
"field_9267": 3656,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645116+00:00",
"updated_on": "2024-05-14T12:34:24.885663+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Structural Engineering",
"field_9254": "2023-11-16",
"field_9255": "1.50",
"field_9256": "45",
"field_9257": "Perform structural engineering analysis and design for the building.",
"field_9258": [
3
],
"field_9259": [
7
],
"field_9260": 3653,
"field_9261": null,
"field_9262": null,
"field_9263": "2023-10-06",
"field_9264": [
8,
9
],
"field_9265": 3,
"field_9266": [
7,
10
],
"field_9267": 3657,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [
3,
4
],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645135+00:00",
"updated_on": "2024-05-14T12:34:24.892370+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Mechanical and Electrical Systems",
"field_9254": "2023-12-31",
"field_9255": "1.00",
"field_9256": "30",
"field_9257": "Design HVAC, plumbing, and electrical systems for the building.",
"field_9258": [
3
],
"field_9259": [
7
],
"field_9260": 3653,
"field_9261": null,
"field_9262": null,
"field_9263": "2023-11-21",
"field_9264": [
10,
11
],
"field_9265": 4,
"field_9266": [
8,
12
],
"field_9267": 3657,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [
5
],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645153+00:00",
"updated_on": "2024-05-14T12:48:36.492001+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Construction Management",
"field_9254": "2024-05-02",
"field_9255": "10.00",
"field_9256": "154",
"field_9257": "Initiate and manage the construction phase of the office building project.",
"field_9258": [
3
],
"field_9259": [
12
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
12,
13
],
"field_9265": 5,
"field_9266": [
9,
12
],
"field_9267": 3659,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645171+00:00",
"updated_on": "2024-05-14T12:48:38.149656+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Urban Planning",
"field_9254": "2024-05-02",
"field_9255": "1.00",
"field_9256": "60",
"field_9257": "Develop an urban planning strategy for the redevelopment project.",
"field_9258": [
4
],
"field_9259": [
12
],
"field_9260": 3654,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
14,
15
],
"field_9265": 6,
"field_9266": [
10,
13
],
"field_9267": 3656,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645190+00:00",
"updated_on": "2024-05-14T12:48:39.078256+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Infrastructure Design",
"field_9254": "2024-05-07",
"field_9255": "1.50",
"field_9256": "90",
"field_9257": "Design the infrastructure for the redeveloped urban area.",
"field_9258": [
4
],
"field_9259": [
24
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
16,
17
],
"field_9265": 7,
"field_9266": [
14,
5
],
"field_9267": 3656,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [
8
],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645208+00:00",
"updated_on": "2024-05-14T12:40:52.529142+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Environmental Sustainability",
"field_9254": "2024-05-16",
"field_9255": "2.00",
"field_9256": "120",
"field_9257": "Implement sustainable practices and green infrastructure.",
"field_9258": [
4
],
"field_9259": [
18
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
18,
19
],
"field_9265": 8,
"field_9266": [
16,
13,
21
],
"field_9267": 3660,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645225+00:00",
"updated_on": "2024-05-14T12:41:47.620916+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Community Engagement",
"field_9254": "2024-05-20",
"field_9255": "1.00",
"field_9256": "60",
"field_9257": "Engage with the community for feedback and involvement in the project.",
"field_9258": [
4
],
"field_9259": [
12
],
"field_9260": 3653,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
20,
21
],
"field_9265": 9,
"field_9266": [],
"field_9267": 3658,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645243+00:00",
"updated_on": "2024-05-14T12:34:24.932804+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Project Management",
"field_9254": "2024-10-14",
"field_9255": "15.00",
"field_9256": "365",
"field_9257": "Oversee and manage the overall execution of the urban redevelopment project.",
"field_9258": [
4
],
"field_9259": [
7
],
"field_9260": 3654,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
22,
23
],
"field_9265": 10,
"field_9266": [],
"field_9267": 3655,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [
10,
11
],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645260+00:00",
"updated_on": "2024-05-14T12:40:59.571392+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Architectural Design",
"field_9254": "2024-05-23",
"field_9255": "2.00",
"field_9256": "45",
"field_9257": "Develop architectural plans for the hospital expansion and renovation project.",
"field_9258": [
5
],
"field_9259": [
1
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
24,
25
],
"field_9265": 11,
"field_9266": [
8,
12
],
"field_9267": 3656,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645278+00:00",
"updated_on": "2024-05-14T12:34:24.945637+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Structural Upgrades",
"field_9254": "2024-10-01",
"field_9255": "3.00",
"field_9256": "120",
"field_9257": "Perform structural upgrades to support the expanded hospital facilities.",
"field_9258": [
5
],
"field_9259": [
8
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
26,
27
],
"field_9265": 12,
"field_9266": [
4,
6
],
"field_9267": 3659,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [
13
],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645296+00:00",
"updated_on": "2024-05-14T12:34:24.951634+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "MEP Systems Design",
"field_9254": "2025-01-29",
"field_9255": "2.00",
"field_9256": "90",
"field_9257": "Design and implement mechanical, electrical, and plumbing systems.",
"field_9258": [
5
],
"field_9259": [
16
],
"field_9260": 3653,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
28,
29
],
"field_9265": 13,
"field_9266": [],
"field_9267": 3656,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645314+00:00",
"updated_on": "2024-05-14T12:34:24.958139+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Construction Management",
"field_9254": "2025-04-29",
"field_9255": "20.00",
"field_9256": "365",
"field_9257": "Manage the construction phase, ensuring minimal disruption to hospital operations.",
"field_9258": [
5
],
"field_9259": [
8
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
30,
31
],
"field_9265": 14,
"field_9266": [
7,
10,
9
],
"field_9267": 3659,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645331+00:00",
"updated_on": "2024-05-14T12:34:24.964272+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Quality Control and Assurance",
"field_9254": "2026-04-29",
"field_9255": "3.00",
"field_9256": "90",
"field_9257": "Implement quality control measures and assurance processes during construction.",
"field_9258": [
5
],
"field_9259": [
11
],
"field_9260": 3654,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
32,
33
],
"field_9265": 15,
"field_9266": [],
"field_9267": 3657,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645349+00:00",
"updated_on": "2024-05-14T12:34:24.970338+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Architectural Design",
"field_9254": "2025-02-18",
"field_9255": "2.50",
"field_9256": "120",
"field_9257": "Design energy-efficient homes and communal spaces for the residential development.",
"field_9258": [
6
],
"field_9259": [
5
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
34,
35
],
"field_9265": 16,
"field_9266": [],
"field_9267": 3656,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645366+00:00",
"updated_on": "2024-05-14T12:34:24.976512+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Civil Engineering for Infrastructure",
"field_9254": "2025-06-18",
"field_9255": "4.00",
"field_9256": "180",
"field_9257": "Plan and design civil engineering infrastructure for the residential area.",
"field_9258": [
6
],
"field_9259": [
17
],
"field_9260": 3653,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
36,
37
],
"field_9265": 17,
"field_9266": [
18,
6,
7,
9
],
"field_9267": 3657,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645384+00:00",
"updated_on": "2024-05-14T12:34:25.189533+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Environmental Planning",
"field_9254": "2025-12-15",
"field_9255": "2.50",
"field_9256": "120",
"field_9257": "Develop an environmental plan for the sustainable residential community.",
"field_9258": [
6
],
"field_9259": [
18
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
38,
39
],
"field_9265": 18,
"field_9266": [],
"field_9267": 3655,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645402+00:00",
"updated_on": "2024-05-14T12:34:25.195508+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Construction Management",
"field_9254": "2026-04-14",
"field_9255": "25.00",
"field_9256": "365",
"field_9257": "Oversee construction to ensure adherence to sustainability goals.",
"field_9258": [
6
],
"field_9259": [
11
],
"field_9260": 3654,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
40,
41
],
"field_9265": 19,
"field_9266": [
7,
10,
9
],
"field_9267": 3659,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645419+00:00",
"updated_on": "2024-05-14T12:34:25.201415+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Community Engagement",
"field_9254": "2027-04-14",
"field_9255": "2.00",
"field_9256": "60",
"field_9257": "Engage with residents for feedback and community involvement.",
"field_9258": [
6
],
"field_9259": [
6
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
42,
43
],
"field_9265": 20,
"field_9266": [],
"field_9267": 3658,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645437+00:00",
"updated_on": "2024-05-14T12:41:39.050252+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Architectural Planning",
"field_9254": "2024-05-17",
"field_9255": "2.00",
"field_9256": "120",
"field_9257": "Create a comprehensive architectural plan for the university campus master plan.",
"field_9258": [
7
],
"field_9259": [
5
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [
44,
45
],
"field_9265": 21,
"field_9266": [],
"field_9267": 3655,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645454+00:00",
"updated_on": "2024-05-14T12:34:25.213645+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Landscape Design",
"field_9254": "2025-01-16",
"field_9255": "1.50",
"field_9256": "90",
"field_9257": "Develop landscape designs to enhance the overall campus experience.",
"field_9258": [
7
],
"field_9259": [
22
],
"field_9260": 3654,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [],
"field_9265": 22,
"field_9266": [
5,
3,
4
],
"field_9267": 3656,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645520+00:00",
"updated_on": "2024-05-14T12:34:25.219636+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Transportation Planning",
"field_9254": "2025-04-16",
"field_9255": "2.00",
"field_9256": "120",
"field_9257": "Plan and design transportation infrastructure within the campus.",
"field_9258": [
7
],
"field_9259": [
17
],
"field_9260": 3653,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [],
"field_9265": 23,
"field_9266": [],
"field_9267": 3655,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645541+00:00",
"updated_on": "2024-05-14T12:34:25.225642+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Infrastructure Upgrades",
"field_9254": "2025-08-14",
"field_9255": "1.50",
"field_9256": "90",
"field_9257": "Upgrade existing infrastructure based on the master plan.",
"field_9258": [
7
],
"field_9259": [
7
],
"field_9260": 3652,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [],
"field_9265": 24,
"field_9266": [
20,
19,
4
],
"field_9267": 3659,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645560+00:00",
"updated_on": "2024-05-14T12:34:25.231897+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9252": null,
"field_9253": "Project Management",
"field_9254": "2025-11-12",
"field_9255": "18.00",
"field_9256": "365",
"field_9257": "Oversee and manage the implementation of the university campus master plan.",
"field_9258": [
7
],
"field_9259": [
5
],
"field_9260": 3654,
"field_9261": null,
"field_9262": null,
"field_9263": null,
"field_9264": [],
"field_9265": 25,
"field_9266": [],
"field_9267": 3659,
"field_9268": null,
"field_9269": null,
"field_9270": null,
"field_9271": [],
"field_9272": null,
"field_9273": null,
"field_9274": null,
"field_9275": null
}
]
},
{
"id": 917,
"name": "Staff",
"order": 2,
"fields": [
{
"id": 9276,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": "text",
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "concat(field('Name'),' (',field('Job'),')')",
"formula_type": "array"
},
{
"id": 9277,
"type": "text",
"name": "Name",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 9278,
"type": "file",
"name": "Photo",
"order": 2,
"primary": false
},
{
"id": 9279,
"type": "phone_number",
"name": "Phone",
"order": 3,
"primary": false
},
{
"id": 9280,
"type": "email",
"name": "Email",
"order": 4,
"primary": false
},
{
"id": 9281,
"type": "link_row",
"name": "Job",
"order": 5,
"primary": false,
"link_row_table_id": 918,
"link_row_related_field_id": 9297,
"has_related_field": true
},
{
"id": 9282,
"type": "rollup",
"name": "Department",
"order": 6,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": true,
"through_field_id": 9281,
"target_field_id": 9296,
"rollup_function": "min"
},
{
"id": 9283,
"type": "link_row",
"name": "Projects - Owner",
"order": 7,
"primary": false,
"link_row_table_id": 920,
"link_row_related_field_id": 9317,
"has_related_field": true
},
{
"id": 9284,
"type": "link_row",
"name": "Projects - Team",
"order": 8,
"primary": false,
"link_row_table_id": 920,
"link_row_related_field_id": 9321,
"has_related_field": true
},
{
"id": 9285,
"type": "link_row",
"name": "Tasks",
"order": 9,
"primary": false,
"link_row_table_id": 916,
"link_row_related_field_id": 9259,
"has_related_field": true
},
{
"id": 9286,
"type": "formula",
"name": "Active projects",
"order": 10,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'In progress'))",
"formula_type": "number"
},
{
"id": 9287,
"type": "formula",
"name": "Scheduled projects",
"order": 11,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'Not started yet'))",
"formula_type": "number"
},
{
"id": 9288,
"type": "formula",
"name": "Completed projects",
"order": 12,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'Complete'))",
"formula_type": "number"
},
{
"id": 9289,
"type": "formula",
"name": "Active tasks",
"order": 13,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'In progress'))",
"formula_type": "number"
},
{
"id": 9290,
"type": "formula",
"name": "Scheduled tasks",
"order": 14,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Not started yet'))",
"formula_type": "number"
},
{
"id": 9291,
"type": "formula",
"name": "Completed tasks",
"order": 15,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Complete'))",
"formula_type": "number"
},
{
"id": 9292,
"type": "formula",
"name": "Total projects",
"order": 16,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "field('Active projects') + field('Scheduled projects') + field('Completed projects')",
"formula_type": "number"
},
{
"id": 9293,
"type": "formula",
"name": "Total tasks",
"order": 17,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "field('Active tasks') + field('Scheduled tasks') + field('Completed tasks')",
"formula_type": "number"
}
],
"views": [
{
"id": 4230,
"type": "grid",
"name": "All staff members",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3507,
"field_id": 9277,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33753,
"field_id": 9276,
"width": 187,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33754,
"field_id": 9277,
"width": 164,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33755,
"field_id": 9280,
"width": 158,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33756,
"field_id": 9279,
"width": 135,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33757,
"field_id": 9278,
"width": 111,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33758,
"field_id": 9281,
"width": 180,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33759,
"field_id": 9282,
"width": 182,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33760,
"field_id": 9283,
"width": 174,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33761,
"field_id": 9284,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33762,
"field_id": 9285,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33763,
"field_id": 9286,
"width": 171,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33764,
"field_id": 9287,
"width": 191,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33765,
"field_id": 9288,
"width": 190,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33766,
"field_id": 9292,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33767,
"field_id": 9289,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33768,
"field_id": 9290,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33769,
"field_id": 9291,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33770,
"field_id": 9293,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4231,
"type": "gallery",
"name": "Gallery: all staff members",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3508,
"field_id": 9277,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 9278,
"field_options": [
{
"id": 7180,
"field_id": 9276,
"hidden": false,
"order": 32767
},
{
"id": 7181,
"field_id": 9277,
"hidden": false,
"order": 32767
},
{
"id": 7182,
"field_id": 9278,
"hidden": true,
"order": 32767
},
{
"id": 7183,
"field_id": 9279,
"hidden": false,
"order": 32767
},
{
"id": 7184,
"field_id": 9280,
"hidden": false,
"order": 32767
},
{
"id": 7185,
"field_id": 9281,
"hidden": false,
"order": 32767
},
{
"id": 7186,
"field_id": 9282,
"hidden": false,
"order": 32767
},
{
"id": 7187,
"field_id": 9283,
"hidden": false,
"order": 32767
},
{
"id": 7188,
"field_id": 9284,
"hidden": false,
"order": 32767
},
{
"id": 7189,
"field_id": 9285,
"hidden": false,
"order": 32767
},
{
"id": 7190,
"field_id": 9286,
"hidden": true,
"order": 32767
},
{
"id": 7191,
"field_id": 9287,
"hidden": true,
"order": 32767
},
{
"id": 7192,
"field_id": 9288,
"hidden": true,
"order": 32767
},
{
"id": 7193,
"field_id": 9289,
"hidden": true,
"order": 32767
},
{
"id": 7194,
"field_id": 9290,
"hidden": true,
"order": 32767
},
{
"id": 7195,
"field_id": 9291,
"hidden": true,
"order": 32767
},
{
"id": 7196,
"field_id": 9292,
"hidden": true,
"order": 32767
},
{
"id": 7197,
"field_id": 9293,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4232,
"type": "gallery",
"name": "Gallery: all staff members (basic info)",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3509,
"field_id": 9277,
"order": "ASC"
}
],
"decorations": [],
"public": true,
"card_cover_image_field_id": 9278,
"field_options": [
{
"id": 7198,
"field_id": 9276,
"hidden": true,
"order": 32767
},
{
"id": 7199,
"field_id": 9277,
"hidden": false,
"order": 32767
},
{
"id": 7200,
"field_id": 9278,
"hidden": true,
"order": 32767
},
{
"id": 7201,
"field_id": 9279,
"hidden": false,
"order": 32767
},
{
"id": 7202,
"field_id": 9280,
"hidden": false,
"order": 32767
},
{
"id": 7203,
"field_id": 9281,
"hidden": false,
"order": 32767
},
{
"id": 7204,
"field_id": 9282,
"hidden": false,
"order": 32767
},
{
"id": 7205,
"field_id": 9283,
"hidden": true,
"order": 32767
},
{
"id": 7206,
"field_id": 9284,
"hidden": true,
"order": 32767
},
{
"id": 7207,
"field_id": 9285,
"hidden": true,
"order": 32767
},
{
"id": 7208,
"field_id": 9286,
"hidden": true,
"order": 32767
},
{
"id": 7209,
"field_id": 9287,
"hidden": true,
"order": 32767
},
{
"id": 7210,
"field_id": 9288,
"hidden": true,
"order": 32767
},
{
"id": 7211,
"field_id": 9289,
"hidden": true,
"order": 32767
},
{
"id": 7212,
"field_id": 9290,
"hidden": true,
"order": 32767
},
{
"id": 7213,
"field_id": 9291,
"hidden": true,
"order": 32767
},
{
"id": 7214,
"field_id": 9292,
"hidden": true,
"order": 32767
},
{
"id": 7215,
"field_id": 9293,
"hidden": true,
"order": 32767
}
]
},
{
"id": 4233,
"type": "grid",
"name": "Staff members grouped by department",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3510,
"field_id": 9289,
"order": "ASC"
}
],
"group_bys": [
{
"id": 356,
"field_id": 9282,
"order": "ASC"
}
],
"decorations": [
{
"id": 1587,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "084568e7-fd3e-41dc-b6d7-8a861fe061d9",
"color": "light-pink",
"filters": [],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33771,
"field_id": 9276,
"width": 190,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33772,
"field_id": 9277,
"width": 164,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33773,
"field_id": 9278,
"width": 111,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33774,
"field_id": 9281,
"width": 180,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33775,
"field_id": 9282,
"width": 182,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33776,
"field_id": 9279,
"width": 135,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33777,
"field_id": 9280,
"width": 158,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33778,
"field_id": 9283,
"width": 174,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33779,
"field_id": 9284,
"width": 281,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33780,
"field_id": 9285,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33781,
"field_id": 9286,
"width": 171,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33782,
"field_id": 9287,
"width": 191,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33783,
"field_id": 9288,
"width": 190,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33784,
"field_id": 9292,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33785,
"field_id": 9289,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33786,
"field_id": 9290,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33787,
"field_id": 9291,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33788,
"field_id": 9293,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4234,
"type": "grid",
"name": "Staff members with active projects",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2417,
"field_id": 9286,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3511,
"field_id": 9292,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33789,
"field_id": 9276,
"width": 190,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33790,
"field_id": 9277,
"width": 164,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33791,
"field_id": 9278,
"width": 111,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33792,
"field_id": 9281,
"width": 180,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33793,
"field_id": 9282,
"width": 182,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33794,
"field_id": 9279,
"width": 135,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33795,
"field_id": 9280,
"width": 158,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33796,
"field_id": 9283,
"width": 174,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33797,
"field_id": 9284,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33798,
"field_id": 9285,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33799,
"field_id": 9286,
"width": 171,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33800,
"field_id": 9287,
"width": 191,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33801,
"field_id": 9288,
"width": 190,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33802,
"field_id": 9292,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33803,
"field_id": 9289,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33804,
"field_id": 9290,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33805,
"field_id": 9291,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33806,
"field_id": 9293,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4235,
"type": "grid",
"name": "Staff members with active tasks",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2418,
"field_id": 9289,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3512,
"field_id": 9292,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33807,
"field_id": 9276,
"width": 190,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33808,
"field_id": 9277,
"width": 164,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33809,
"field_id": 9278,
"width": 111,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33810,
"field_id": 9281,
"width": 180,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33811,
"field_id": 9282,
"width": 182,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33812,
"field_id": 9279,
"width": 135,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33813,
"field_id": 9280,
"width": 158,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33814,
"field_id": 9283,
"width": 174,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33815,
"field_id": 9284,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33816,
"field_id": 9285,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33817,
"field_id": 9286,
"width": 171,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33818,
"field_id": 9287,
"width": 191,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33819,
"field_id": 9288,
"width": 190,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33820,
"field_id": 9292,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33821,
"field_id": 9289,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33822,
"field_id": 9290,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33823,
"field_id": 9291,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33824,
"field_id": 9293,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-02-01T12:59:46.985090+00:00",
"updated_on": "2024-02-01T13:04:43.132990+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Clayton Best",
"field_9278": [
{
"name": "b3r7iOLCw49zLdqgLchcPdNcBHjIaGAl_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "b3r7iOLCw49zLdqgLchcPdNcBHjIaGAl_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg"
}
],
"field_9279": "(916) 478-0153",
"field_9280": "clayton.best@brgeemailz.net",
"field_9281": [
3
],
"field_9282": null,
"field_9283": [],
"field_9284": [
5,
3
],
"field_9285": [
4,
13
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-02-01T12:59:46.985130+00:00",
"updated_on": "2024-02-01T13:04:45.964351+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Jonathan Castillo",
"field_9278": [
{
"name": "Ta9ehG5iZQaEfSFpmElL98uyF8hB7jjQ_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "Ta9ehG5iZQaEfSFpmElL98uyF8hB7jjQ_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
}
],
"field_9279": "(714) 674-5259",
"field_9280": "jonathan.castillo@brgeemailz.net",
"field_9281": [
5
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496701+00:00",
"updated_on": "2024-02-01T13:04:48.527453+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Elizabeth Cunningham",
"field_9278": [
{
"name": "jsvsERMJwydK49pA2GRx3OAxkFWCwuwx_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "jsvsERMJwydK49pA2GRx3OAxkFWCwuwx_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
}
],
"field_9279": "(323) 930-9329",
"field_9280": "elizabeth.cunningham@brgeemailz.net",
"field_9281": [
9
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496746+00:00",
"updated_on": "2024-02-01T13:04:52.295439+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Jane Dradder",
"field_9278": [
{
"name": "PlfBIaym7KYo4u41JAN5ca8Fsij6WO0H_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "PlfBIaym7KYo4u41JAN5ca8Fsij6WO0H_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg"
}
],
"field_9279": "(720) 555-2389",
"field_9280": "jane.rudder@brgeemailz.net",
"field_9281": [
6
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496764+00:00",
"updated_on": "2024-02-01T13:04:56.452961+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Allie Ecker",
"field_9278": [
{
"name": "l2zsTSY6C1V9t1l632bwUk8RmpnCbzU5_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "l2zsTSY6C1V9t1l632bwUk8RmpnCbzU5_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
}
],
"field_9279": "(949) 873-7292",
"field_9280": "allie.ecker@brgeemailz.net",
"field_9281": [
3
],
"field_9282": null,
"field_9283": [],
"field_9284": [
7,
6
],
"field_9285": [
18,
23,
27
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496779+00:00",
"updated_on": "2024-02-01T13:05:00.580630+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Janice Fitzpatrick",
"field_9278": [
{
"name": "anBAbnarFbfGM0GeFXXbePjziMrK2YFz_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "anBAbnarFbfGM0GeFXXbePjziMrK2YFz_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg"
}
],
"field_9279": "(510) 476-1189",
"field_9280": "janice.fitzpatrick@brgeemailz.net",
"field_9281": [
7
],
"field_9282": null,
"field_9283": [
6
],
"field_9284": [
6
],
"field_9285": [
22
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496794+00:00",
"updated_on": "2024-02-01T13:05:09.207995+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Paul Garcia",
"field_9278": [
{
"name": "ortcj9PQ4PLw44W12IPKzBVmQF4f8cLf_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "ortcj9PQ4PLw44W12IPKzBVmQF4f8cLf_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg"
}
],
"field_9279": "(916) 910-4721",
"field_9280": "paul.garcia@brgeemailz.net",
"field_9281": [
8
],
"field_9282": null,
"field_9283": [
4
],
"field_9284": [
7,
3,
4
],
"field_9285": [
5,
6,
12,
26
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496809+00:00",
"updated_on": "2024-02-01T13:05:13.781977+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Lena Hogan",
"field_9278": [
{
"name": "DFxceDwkmuMEGFU7m5PmacwmI5yAh54K_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "DFxceDwkmuMEGFU7m5PmacwmI5yAh54K_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg"
}
],
"field_9279": "(559) 949-6790",
"field_9280": "lena.hogan@brgeemailz.net",
"field_9281": [
12
],
"field_9282": null,
"field_9283": [],
"field_9284": [
5,
6
],
"field_9285": [
14,
16
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496824+00:00",
"updated_on": "2024-02-01T13:05:25.802076+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Donald Johns",
"field_9278": [
{
"name": "7SSIGdoVennUFNChPCD3d2nO3j4d0NAU_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "7SSIGdoVennUFNChPCD3d2nO3j4d0NAU_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
}
],
"field_9279": "(805) 367-1199",
"field_9280": "donald.johns@brgeemailz.net",
"field_9281": [
19
],
"field_9282": null,
"field_9283": [],
"field_9284": [
3,
6
],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496839+00:00",
"updated_on": "2024-02-01T13:05:31.908486+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Bran Lopez",
"field_9278": [
{
"name": "bWyTyuQNGpq5fhI9YADlitjVO5uKv6fD_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "bWyTyuQNGpq5fhI9YADlitjVO5uKv6fD_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg"
}
],
"field_9279": "(650) 869-3623",
"field_9280": "bran.lopez@brgeemailz.net",
"field_9281": [
30
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496854+00:00",
"updated_on": "2024-02-01T13:05:46.349898+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Sandra Love",
"field_9278": [
{
"name": "qP575E3uwCQjDpTSgpLad88ENDeIsS5l_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "qP575E3uwCQjDpTSgpLad88ENDeIsS5l_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg"
}
],
"field_9279": "(559) 592-9157",
"field_9280": "sandra.love@brgeemailz.net",
"field_9281": [
34
],
"field_9282": null,
"field_9283": [],
"field_9284": [
5,
3,
6
],
"field_9285": [
3,
17,
21
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496869+00:00",
"updated_on": "2024-02-01T13:05:52.647677+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Lane Mahon",
"field_9278": [
{
"name": "L3U2rxbIKLcjCTnUxKbNiPrFCShLkqOW_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "L3U2rxbIKLcjCTnUxKbNiPrFCShLkqOW_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg"
}
],
"field_9279": "(925) 250-4627",
"field_9280": "lane.mahon@brgeemailz.net",
"field_9281": [
44
],
"field_9282": null,
"field_9283": [],
"field_9284": [
3,
4
],
"field_9285": [
7,
8,
11
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496884+00:00",
"updated_on": "2024-02-01T13:05:59.895335+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "John Marshall",
"field_9278": [
{
"name": "TMavJBwt7bcw68G3fjGnNkxgoiCVYf0W_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "TMavJBwt7bcw68G3fjGnNkxgoiCVYf0W_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
}
],
"field_9279": "(323) 207-7576",
"field_9280": "john.marshall@brgeemailz.net",
"field_9281": [
42
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496898+00:00",
"updated_on": "2024-02-01T13:06:06.368687+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Latisha Mazon",
"field_9278": [
{
"name": "VvFCf0iQwlJHCD0N5dKj4mbFG7q2IVpK_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "VvFCf0iQwlJHCD0N5dKj4mbFG7q2IVpK_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg"
}
],
"field_9279": "(530) 540-8012",
"field_9280": "latisha.mazon@brgeemailz.net",
"field_9281": [
40
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496913+00:00",
"updated_on": "2024-02-01T13:06:16.173682+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Nora Mott",
"field_9278": [
{
"name": "o5wg4M9mleTFqeKsVeS1clB743XluOJ5_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "o5wg4M9mleTFqeKsVeS1clB743XluOJ5_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg"
}
],
"field_9279": "(818) 240-6675",
"field_9280": "nora.mott@brgeemailz.net",
"field_9281": [
28
],
"field_9282": null,
"field_9283": [
3
],
"field_9284": [
3
],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496927+00:00",
"updated_on": "2024-02-01T13:06:21.223563+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Thomas Nickson",
"field_9278": [
{
"name": "opVJRCx02dwdnzBpUzOq52I8CoxB8Bsj_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "opVJRCx02dwdnzBpUzOq52I8CoxB8Bsj_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg"
}
],
"field_9279": "(916) 336-7017",
"field_9280": "thomas.nickson@brgeemailz.net",
"field_9281": [
28
],
"field_9282": null,
"field_9283": [
5
],
"field_9284": [
5
],
"field_9285": [
15
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496942+00:00",
"updated_on": "2024-02-01T13:06:29.241179+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Cinda Pullen",
"field_9278": [
{
"name": "PDXKJTdYMUU5VdpTTA97qtnykwu9MVuG_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "PDXKJTdYMUU5VdpTTA97qtnykwu9MVuG_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
}
],
"field_9279": "(213) 743-1636",
"field_9280": "cinda.pullen@brgeemailz.net",
"field_9281": [
53
],
"field_9282": null,
"field_9283": [],
"field_9284": [
7,
6
],
"field_9285": [
19,
25
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496956+00:00",
"updated_on": "2024-02-01T13:06:39.100237+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Richard Rethman",
"field_9278": [
{
"name": "LNkdbyMtNvcwpPwLWpgut3fligpBsqqk_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "LNkdbyMtNvcwpPwLWpgut3fligpBsqqk_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
}
],
"field_9279": "(626) 585-3240",
"field_9280": "richard.rethman@brgeemailz.net",
"field_9281": [
63
],
"field_9282": null,
"field_9283": [],
"field_9284": [
4,
6
],
"field_9285": [
10,
20
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496971+00:00",
"updated_on": "2024-02-01T13:06:47.699347+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Michael Robicheaux",
"field_9278": [
{
"name": "bOuGwOdkmPZDYPzA082NoIryiz5LDIeF_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "bOuGwOdkmPZDYPzA082NoIryiz5LDIeF_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg"
}
],
"field_9279": "(707) 840-5210",
"field_9280": "michael.robicheaux@brgeemailz.net",
"field_9281": [
25
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496986+00:00",
"updated_on": "2024-02-01T13:07:10.768066+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Eric Rothman",
"field_9278": [
{
"name": "JAmtXPmozlIVneGBtcoaprXzrZMxvqON_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "JAmtXPmozlIVneGBtcoaprXzrZMxvqON_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg"
}
],
"field_9279": "(619) 525-2361",
"field_9280": "eric.rothman@brgeemailz.net",
"field_9281": [
59
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-02-01T13:01:20.497001+00:00",
"updated_on": "2024-02-01T13:07:44.102084+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Rodney Tran",
"field_9278": [
{
"name": "51iadK6nUNdsYE7uLLZmNOiZp3g7MXRr_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "51iadK6nUNdsYE7uLLZmNOiZp3g7MXRr_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg"
}
],
"field_9279": "(408) 451-1453",
"field_9280": "rodney.tran@brgeemailz.net",
"field_9281": [
38
],
"field_9282": null,
"field_9283": [],
"field_9284": [],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-02-01T13:01:20.497015+00:00",
"updated_on": "2024-02-01T13:07:57.128391+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Judith Triplett",
"field_9278": [
{
"name": "ya7oQHfhGnG42274F2DaHVcJFzQFVAGs_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "ya7oQHfhGnG42274F2DaHVcJFzQFVAGs_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg"
}
],
"field_9279": "(323) 762-0628",
"field_9280": "judith.triplett@brgeemailz.net",
"field_9281": [
67
],
"field_9282": null,
"field_9283": [
7
],
"field_9284": [
7
],
"field_9285": [
24
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-02-01T13:01:20.497030+00:00",
"updated_on": "2024-02-01T13:08:12.565078+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Leroy Tye",
"field_9278": [
{
"name": "sKj67N1NXwjg3L0FrOaXCtsrXPbkN6bK_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "sKj67N1NXwjg3L0FrOaXCtsrXPbkN6bK_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
}
],
"field_9279": "(510) 808-7208",
"field_9280": "leroy.tye@brgeemailz.net",
"field_9281": [
20
],
"field_9282": null,
"field_9283": [],
"field_9284": [
5
],
"field_9285": [],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-02-01T13:01:20.497044+00:00",
"updated_on": "2024-02-01T13:08:22.654752+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9276": null,
"field_9277": "Donald Wright",
"field_9278": [
{
"name": "fA2Dn9jwA5N0kB4tW5koxl7pFRxBWabL_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "fA2Dn9jwA5N0kB4tW5koxl7pFRxBWabL_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
}
],
"field_9279": "(925) 413-4033",
"field_9280": "donald.wright@brgeemailz.net",
"field_9281": [
56
],
"field_9282": null,
"field_9283": [],
"field_9284": [
4
],
"field_9285": [
9
],
"field_9286": null,
"field_9287": null,
"field_9288": null,
"field_9289": null,
"field_9290": null,
"field_9291": null,
"field_9292": null,
"field_9293": null
}
]
},
{
"id": 918,
"name": "Job roles",
"order": 3,
"fields": [
{
"id": 9294,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 9295,
"type": "text",
"name": "Description",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 9296,
"type": "link_row",
"name": "Department",
"order": 3,
"primary": false,
"link_row_table_id": 919,
"link_row_related_field_id": 9305,
"has_related_field": true
},
{
"id": 9297,
"type": "link_row",
"name": "Staff",
"order": 4,
"primary": false,
"link_row_table_id": 917,
"link_row_related_field_id": 9281,
"has_related_field": true
},
{
"id": 9298,
"type": "count",
"name": "Staff count",
"order": 5,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9297
},
{
"id": 9299,
"type": "rollup",
"name": "Total projects count",
"order": 6,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9297,
"target_field_id": 9292,
"rollup_function": "sum"
},
{
"id": 9300,
"type": "formula",
"name": "Department name",
"order": 7,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "join(lookup('Department','Name'),'')",
"formula_type": "text"
},
{
"id": 9301,
"type": "rollup",
"name": "Active projects count",
"order": 8,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9297,
"target_field_id": 9286,
"rollup_function": "sum"
},
{
"id": 9302,
"type": "formula",
"name": "Projects by staff ratio",
"order": 9,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 10,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "if(field('Active projects count') = 0,0,field('Staff count') / field('Active projects count'))",
"formula_type": "number"
}
],
"views": [
{
"id": 4236,
"type": "grid",
"name": "All job roles",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3513,
"field_id": 9298,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33825,
"field_id": 9294,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33826,
"field_id": 9295,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33827,
"field_id": 9296,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33828,
"field_id": 9300,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33829,
"field_id": 9297,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33830,
"field_id": 9298,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33831,
"field_id": 9299,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33832,
"field_id": 9301,
"width": 203,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33833,
"field_id": 9302,
"width": 210,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4237,
"type": "grid",
"name": "Job roles grouped by department",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"group_bys": [
{
"id": 357,
"field_id": 9300,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33834,
"field_id": 9294,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33835,
"field_id": 9295,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33836,
"field_id": 9296,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33837,
"field_id": 9300,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33838,
"field_id": 9297,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33839,
"field_id": 9298,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33840,
"field_id": 9299,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33841,
"field_id": 9301,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33842,
"field_id": 9302,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4238,
"type": "grid",
"name": "Job roles with active projects",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2419,
"field_id": 9301,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3514,
"field_id": 9298,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33843,
"field_id": 9294,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33844,
"field_id": 9295,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33845,
"field_id": 9296,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33846,
"field_id": 9300,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33847,
"field_id": 9297,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33848,
"field_id": 9298,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33849,
"field_id": 9301,
"width": 203,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33850,
"field_id": 9302,
"width": 210,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33851,
"field_id": 9299,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4239,
"type": "grid",
"name": "Job roles with projects to staff ratio < 1",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2420,
"field_id": 9302,
"type": "lower_than",
"value": "1",
"group": null
},
{
"id": 2421,
"field_id": 9301,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3515,
"field_id": 9298,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33852,
"field_id": 9294,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33853,
"field_id": 9295,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33854,
"field_id": 9296,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33855,
"field_id": 9300,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33856,
"field_id": 9297,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33857,
"field_id": 9298,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33858,
"field_id": 9301,
"width": 203,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33859,
"field_id": 9302,
"width": 210,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33860,
"field_id": 9299,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717469+00:00",
"updated_on": "2024-02-01T12:53:22.502762+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Architect",
"field_9295": "Designs and plans architectural concepts for buildings and structures.",
"field_9296": [
3
],
"field_9297": [
1,
5
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717510+00:00",
"updated_on": "2024-02-01T12:56:42.890612+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Architectural Drafter",
"field_9295": "Creates detailed technical drawings and plans based on architect's designs.",
"field_9296": [
3
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717529+00:00",
"updated_on": "2024-02-01T12:56:43.281610+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Interior Designer",
"field_9295": "Focuses on the aesthetic and functional aspects of interior spaces in buildings.",
"field_9296": [
3
],
"field_9297": [
2
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717545+00:00",
"updated_on": "2024-02-01T12:56:43.651238+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Project Architect",
"field_9295": "Leads and manages architectural projects from conception to completion.",
"field_9296": [
3
],
"field_9297": [
4
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717561+00:00",
"updated_on": "2024-02-01T12:56:43.995449+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "BIM Specialist",
"field_9295": "Utilizes Building Information Modeling (BIM) tools for collaborative project modeling.",
"field_9296": [
3
],
"field_9297": [
6
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717576+00:00",
"updated_on": "2024-02-01T12:53:25.990621+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Civil Engineer",
"field_9295": "Designs and oversees civil infrastructure projects such as roads and bridges.",
"field_9296": [
4
],
"field_9297": [
7
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717592+00:00",
"updated_on": "2024-02-01T12:56:46.506290+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Geotechnical Engineer",
"field_9295": "Analyzes soil and rock properties to ensure stable foundations for structures.",
"field_9296": [
4
],
"field_9297": [
3
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717607+00:00",
"updated_on": "2024-02-01T12:56:46.793422+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Transportation Engineer",
"field_9295": "Specializes in the planning and design of transportation systems.",
"field_9296": [
4
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717622+00:00",
"updated_on": "2024-02-01T12:56:47.137947+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Water Resources Engineer",
"field_9295": "Manages projects related to water supply",
"field_9296": [
4
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717637+00:00",
"updated_on": "2024-02-01T12:56:47.518266+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Structural Engineer",
"field_9295": "Designs and ensures the stability of structures such as buildings and bridges.",
"field_9296": [
4
],
"field_9297": [
8
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717652+00:00",
"updated_on": "2024-02-01T12:53:30.532896+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Structural Design Engineer",
"field_9295": "Creates detailed structural designs based on engineering principles.",
"field_9296": [
5
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717667+00:00",
"updated_on": "2024-02-01T12:56:48.948528+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Bridge Engineer",
"field_9295": "Focuses on the design and analysis of bridges for safety and efficiency.",
"field_9296": [
5
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717682+00:00",
"updated_on": "2024-02-01T12:56:49.285601+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Seismic Engineer",
"field_9295": "Specializes in designing structures to withstand seismic forces.",
"field_9296": [
5
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717697+00:00",
"updated_on": "2024-02-01T12:56:49.696272+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Construction Materials Engineer",
"field_9295": "Evaluates and selects construction materials based on project requirements.",
"field_9296": [
5
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717713+00:00",
"updated_on": "2024-02-01T12:56:50.102290+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Facade Engineer",
"field_9295": "Designs and oversees the construction of building facades for aesthetic and functional purposes.",
"field_9296": [
5
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717728+00:00",
"updated_on": "2024-02-01T12:53:35.843671+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Mechanical Engineer",
"field_9295": "Designs HVAC systems",
"field_9296": [
6
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717743+00:00",
"updated_on": "2024-02-01T12:56:53.283124+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Energy Systems Engineer",
"field_9295": "Focuses on designing energy-efficient systems for buildings.",
"field_9296": [
6
],
"field_9297": [
9
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717758+00:00",
"updated_on": "2024-02-01T12:56:53.643662+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Fire Protection Engineer",
"field_9295": "Specializes in designing systems to prevent and mitigate fire hazards.",
"field_9296": [
6
],
"field_9297": [
23
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717774+00:00",
"updated_on": "2024-02-01T12:56:54.100622+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Plumbing Design Engineer",
"field_9295": "Designs plumbing systems for water supply and drainage in buildings.",
"field_9296": [
6
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717789+00:00",
"updated_on": "2024-02-01T12:56:54.546547+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Project Manager (Mechanical)",
"field_9295": "Manages mechanical engineering projects from planning to execution.",
"field_9296": [
6
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717803+00:00",
"updated_on": "2024-02-01T12:53:42.372515+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Electrical Engineer",
"field_9295": "Designs electrical systems",
"field_9296": [
7
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717819+00:00",
"updated_on": "2024-02-01T12:56:56.560664+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Power Systems Engineer",
"field_9295": "Focuses on designing power distribution systems for buildings.",
"field_9296": [
7
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717834+00:00",
"updated_on": "2024-02-01T12:56:57.055704+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Lighting Designer",
"field_9295": "Specializes in creating lighting plans to enhance the visual appeal of spaces.",
"field_9296": [
7
],
"field_9297": [
19
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717849+00:00",
"updated_on": "2024-02-01T12:56:57.423117+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Control Systems Engineer",
"field_9295": "Designs and implements control systems for building automation.",
"field_9296": [
7
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717864+00:00",
"updated_on": "2024-02-01T12:56:57.868690+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Project Manager (Electrical)",
"field_9295": "Manages electrical engineering projects",
"field_9296": [
7
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717879+00:00",
"updated_on": "2024-02-01T12:53:49.112090+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Project Manager",
"field_9295": "Oversees project planning",
"field_9296": [
8
],
"field_9297": [
15,
16
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717894+00:00",
"updated_on": "2024-02-01T12:56:59.636884+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Construction Project Manager",
"field_9295": "Manages on-site construction activities",
"field_9296": [
8
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717910+00:00",
"updated_on": "2024-02-01T12:57:00.004933+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Cost Estimator",
"field_9295": "Analyzes project requirements to provide accurate cost estimates.",
"field_9296": [
8
],
"field_9297": [
10
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717925+00:00",
"updated_on": "2024-02-01T12:57:00.425972+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Scheduler",
"field_9295": "Creates and maintains project schedules to ensure timely completion.",
"field_9296": [
8
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717941+00:00",
"updated_on": "2024-02-01T12:57:00.885732+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Contracts Administrator",
"field_9295": "Manages contracts",
"field_9296": [
8
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717956+00:00",
"updated_on": "2024-02-01T12:53:55.892077+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Construction Manager",
"field_9295": "Manages on-site construction activities",
"field_9296": [
9
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717971+00:00",
"updated_on": "2024-02-01T12:56:35.674135+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Safety Manager",
"field_9295": "Ensures a safe working environment",
"field_9296": [
9
],
"field_9297": [
11
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2024-02-01T12:52:28.717986+00:00",
"updated_on": "2024-02-01T12:56:35.993277+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Site Supervisor",
"field_9295": "Supervises on-site construction work",
"field_9296": [
9
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718002+00:00",
"updated_on": "2024-02-01T12:56:36.347699+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Quality Control Inspector",
"field_9295": "Monitors construction projects to ensure compliance with quality standards.",
"field_9296": [
9
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718018+00:00",
"updated_on": "2024-02-01T12:56:36.884290+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Commissioning Manager",
"field_9295": "Oversees the commissioning process to ensure systems operate as intended.",
"field_9296": [
9
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718033+00:00",
"updated_on": "2024-02-01T12:54:01.854033+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Quality Assurance Specialist",
"field_9295": "Ensures that construction projects and designs meet quality standards and compliance.",
"field_9296": [
10
],
"field_9297": [
21
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 39,
"order": "39.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718048+00:00",
"updated_on": "2024-02-01T12:56:30.576238+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "QA/QC Engineer",
"field_9295": "Conducts quality control and assurance checks during construction projects.",
"field_9296": [
10
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 40,
"order": "40.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718063+00:00",
"updated_on": "2024-02-01T12:56:30.887743+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Materials Testing Technician",
"field_9295": "Performs tests on construction materials to ensure quality and durability.",
"field_9296": [
10
],
"field_9297": [
14
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 41,
"order": "41.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718078+00:00",
"updated_on": "2024-02-01T12:56:31.205165+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Certification Coordinator",
"field_9295": "Manages certification processes and ensures compliance with industry standards.",
"field_9296": [
10
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 42,
"order": "42.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718093+00:00",
"updated_on": "2024-02-01T12:56:31.634835+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Quality Auditor",
"field_9295": "Conducts audits to assess and improve quality control processes.",
"field_9296": [
10
],
"field_9297": [
13
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 43,
"order": "43.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718108+00:00",
"updated_on": "2024-02-01T12:54:06.109268+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "BIM Manager",
"field_9295": "Leads and manages the implementation of Building Information Modeling (BIM) processes.",
"field_9296": [
11
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 44,
"order": "44.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718123+00:00",
"updated_on": "2024-02-01T12:56:26.239837+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "BIM Coordinator",
"field_9295": "Coordinates and oversees BIM projects",
"field_9296": [
11
],
"field_9297": [
12
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 45,
"order": "45.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718139+00:00",
"updated_on": "2024-02-01T12:56:26.539876+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Revit Specialist",
"field_9295": "Focuses on the use of Revit software for creating and managing BIM models.",
"field_9296": [
11
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 46,
"order": "46.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718153+00:00",
"updated_on": "2024-02-01T12:56:26.874890+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "BIM Technician",
"field_9295": "Creates and maintains BIM models",
"field_9296": [
11
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 47,
"order": "47.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718168+00:00",
"updated_on": "2024-02-01T12:56:27.243466+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "BIM Analyst",
"field_9295": "Analyzes and optimizes BIM workflows for increased efficiency and collaboration.",
"field_9296": [
11
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 53,
"order": "53.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718258+00:00",
"updated_on": "2024-02-01T12:54:26.067572+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Urban Planner",
"field_9295": "Focuses on city planning",
"field_9296": [
13
],
"field_9297": [
17
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 54,
"order": "54.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718273+00:00",
"updated_on": "2024-02-01T12:56:21.935549+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Transportation Planner",
"field_9295": "Plans and designs transportation systems for urban areas.",
"field_9296": [
13
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 55,
"order": "55.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718289+00:00",
"updated_on": "2024-02-01T12:56:22.199125+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Landscape Architect",
"field_9295": "Designs outdoor spaces",
"field_9296": [
13
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 56,
"order": "56.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718304+00:00",
"updated_on": "2024-02-01T12:56:22.875999+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Environmental Planner",
"field_9295": "Addresses environmental considerations in urban planning and development.",
"field_9296": [
13
],
"field_9297": [
24
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 57,
"order": "57.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718319+00:00",
"updated_on": "2024-02-01T12:56:22.869784+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Housing Planner",
"field_9295": "Focuses on planning and developing residential housing projects.",
"field_9296": [
13
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 58,
"order": "58.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718334+00:00",
"updated_on": "2024-02-01T12:54:32.797894+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Interior Designer",
"field_9295": "Plans and designs the aesthetic and functional aspects of interior spaces.",
"field_9296": [
14
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 59,
"order": "59.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718348+00:00",
"updated_on": "2024-02-01T12:56:17.689853+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Commercial Interior Designer",
"field_9295": "Specializes in designing interiors for commercial spaces such as offices and retail.",
"field_9296": [
14
],
"field_9297": [
20
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 60,
"order": "60.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718364+00:00",
"updated_on": "2024-02-01T12:56:18.014655+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Residential Interior Designer",
"field_9295": "Focuses on designing interiors for residential spaces.",
"field_9296": [
14
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 61,
"order": "61.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718379+00:00",
"updated_on": "2024-02-01T12:56:18.346817+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Space Planner",
"field_9295": "Optimizes the use of interior spaces for functionality and efficiency.",
"field_9296": [
14
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 63,
"order": "63.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718409+00:00",
"updated_on": "2024-02-01T12:54:44.754519+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Sustainability Consultant",
"field_9295": "Advises on and implements sustainable and eco-friendly practices in design and construction.",
"field_9296": [
15
],
"field_9297": [
18
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 64,
"order": "64.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718424+00:00",
"updated_on": "2024-02-01T12:56:12.888152+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Environmental Analyst",
"field_9295": "Analyzes environmental impacts and recommends sustainable solutions.",
"field_9296": [
15
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 65,
"order": "65.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718439+00:00",
"updated_on": "2024-02-01T12:56:13.270590+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Green Building Consultant",
"field_9295": "Focuses on designing and certifying buildings with environmentally friendly features.",
"field_9296": [
15
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 66,
"order": "66.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718454+00:00",
"updated_on": "2024-02-01T12:56:13.652817+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Energy Efficiency Specialist",
"field_9295": "Optimizes building designs for energy efficiency and conservation.",
"field_9296": [
15
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 67,
"order": "67.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718469+00:00",
"updated_on": "2024-02-01T12:56:14.189727+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Sustainability Project Manager",
"field_9295": "Manages projects focused on integrating sustainability practices into AEC processes.",
"field_9296": [
15
],
"field_9297": [
22
],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 68,
"order": "68.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718485+00:00",
"updated_on": "2024-02-01T12:55:13.859092+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Legal Counsel",
"field_9295": "Provides legal advice and manages legal matters for the AEC company.",
"field_9296": [
16
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
},
{
"id": 69,
"order": "69.00000000000000000000",
"created_on": "2024-02-01T12:52:28.718500+00:00",
"updated_on": "2024-02-01T12:56:10.229529+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9294": "Contracts Manager",
"field_9295": "Negotiates",
"field_9296": [
16
],
"field_9297": [],
"field_9298": null,
"field_9299": null,
"field_9300": null,
"field_9301": null,
"field_9302": null
}
]
},
{
"id": 919,
"name": "Departments",
"order": 4,
"fields": [
{
"id": 9303,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 9304,
"type": "text",
"name": "Description",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 9305,
"type": "link_row",
"name": "Job roles",
"order": 2,
"primary": false,
"link_row_table_id": 918,
"link_row_related_field_id": 9296,
"has_related_field": true
},
{
"id": 9306,
"type": "rollup",
"name": "Staff count",
"order": 4,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9305,
"target_field_id": 9298,
"rollup_function": "sum"
},
{
"id": 9307,
"type": "rollup",
"name": "Total projects count",
"order": 5,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9305,
"target_field_id": 9299,
"rollup_function": "sum"
},
{
"id": 9308,
"type": "rollup",
"name": "Active projects count",
"order": 6,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9305,
"target_field_id": 9301,
"rollup_function": "sum"
},
{
"id": 9309,
"type": "formula",
"name": "Projects by staff ratio",
"order": 7,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 10,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "if(field('Active projects count') = 0,0,field('Staff count') / field('Active projects count'))",
"formula_type": "number"
}
],
"views": [
{
"id": 4240,
"type": "grid",
"name": "All departments",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3516,
"field_id": 9306,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33861,
"field_id": 9303,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33862,
"field_id": 9304,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33863,
"field_id": 9305,
"width": 637,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33864,
"field_id": 9306,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33865,
"field_id": 9307,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33866,
"field_id": 9308,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33867,
"field_id": 9309,
"width": 215,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4241,
"type": "grid",
"name": "Departments with active projects",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2422,
"field_id": 9308,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3517,
"field_id": 9306,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33868,
"field_id": 9303,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33869,
"field_id": 9304,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33870,
"field_id": 9305,
"width": 637,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33871,
"field_id": 9306,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33872,
"field_id": 9307,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33873,
"field_id": 9308,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33874,
"field_id": 9309,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4242,
"type": "grid",
"name": "Departments with projects to staff ratio < 1",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2423,
"field_id": 9308,
"type": "higher_than",
"value": "0",
"group": null
},
{
"id": 2424,
"field_id": 9309,
"type": "lower_than",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3518,
"field_id": 9306,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33875,
"field_id": 9303,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33876,
"field_id": 9304,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33877,
"field_id": 9305,
"width": 637,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33878,
"field_id": 9306,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33879,
"field_id": 9307,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33880,
"field_id": 9308,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33881,
"field_id": 9309,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248167+00:00",
"updated_on": "2024-02-01T12:45:07.248167+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Architecture",
"field_9304": "Responsible for conceptualizing and designing architectural plans for buildings and structures.",
"field_9305": [
3,
4,
5,
6,
7
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248206+00:00",
"updated_on": "2024-02-01T12:45:07.248206+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Civil Engineering",
"field_9304": "Focuses on civil infrastructure design",
"field_9305": [
8,
9,
10,
11,
12
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248223+00:00",
"updated_on": "2024-02-01T12:45:07.248223+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Structural Engineering",
"field_9304": "Specializes in the analysis and design of structures to ensure stability and safety.",
"field_9305": [
13,
14,
15,
16,
17
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248239+00:00",
"updated_on": "2024-02-01T12:45:07.248239+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Mechanical Engineering",
"field_9304": "Deals with HVAC systems",
"field_9305": [
18,
19,
20,
21,
22
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248253+00:00",
"updated_on": "2024-02-01T12:45:07.248253+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Electrical Engineering",
"field_9304": "Handles electrical systems",
"field_9305": [
23,
24,
25,
26,
27
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248268+00:00",
"updated_on": "2024-02-01T12:45:07.248268+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Project Management",
"field_9304": "Oversees project planning",
"field_9305": [
28,
29,
30,
31,
32
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248283+00:00",
"updated_on": "2024-02-01T12:45:07.248283+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Construction Management",
"field_9304": "Manages on-site construction activities",
"field_9305": [
33,
34,
35,
36,
37
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248298+00:00",
"updated_on": "2024-02-01T12:45:07.248298+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Quality Control/Assurance",
"field_9304": "Ensures that construction projects and designs meet quality standards and comply with regulations.",
"field_9305": [
38,
39,
40,
41,
42
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248313+00:00",
"updated_on": "2024-02-01T12:45:07.248313+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "BIM (Building Information Modeling)",
"field_9304": "Utilizes digital tools to create and manage a collaborative model for construction projects.",
"field_9305": [
43,
44,
45,
46,
47
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248327+00:00",
"updated_on": "2024-02-01T12:45:07.248327+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Surveying",
"field_9304": "Conducts land surveys to provide accurate data for project planning and construction.",
"field_9305": [],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248342+00:00",
"updated_on": "2024-02-01T12:45:07.248342+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Urban Planning",
"field_9304": "Focuses on city planning",
"field_9305": [
53,
54,
55,
56,
57
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248357+00:00",
"updated_on": "2024-02-01T12:45:07.248357+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Interior Design",
"field_9304": "Handles the aesthetic and functional aspects of interior spaces in buildings.",
"field_9305": [
58,
59,
60,
61
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248371+00:00",
"updated_on": "2024-02-01T12:45:07.248371+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Environmental Sustainability",
"field_9304": "Focuses on incorporating sustainable and eco-friendly practices into design and construction.",
"field_9305": [
63,
64,
65,
66,
67
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248386+00:00",
"updated_on": "2024-02-01T12:45:07.248386+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Legal and Compliance",
"field_9304": "Manages legal aspects",
"field_9305": [
68,
69
],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248400+00:00",
"updated_on": "2024-02-01T12:45:07.248400+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Human Resources",
"field_9304": "Deals with hiring",
"field_9305": [],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248415+00:00",
"updated_on": "2024-02-01T12:45:07.248415+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Finance and Accounting",
"field_9304": "Manages financial aspects",
"field_9305": [],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248430+00:00",
"updated_on": "2024-02-01T12:45:07.248430+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "IT and Technology",
"field_9304": "Handles technology infrastructure",
"field_9305": [],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248445+00:00",
"updated_on": "2024-02-01T12:45:07.248445+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Marketing and Business Development",
"field_9304": "Promotes the company's services",
"field_9305": [],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248459+00:00",
"updated_on": "2024-02-01T12:45:07.248459+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Health and Safety",
"field_9304": "Ensures a safe working environment",
"field_9305": [],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-02-01T12:45:07.248474+00:00",
"updated_on": "2024-02-01T12:45:07.248474+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9303": "Research and Development",
"field_9304": "Focuses on innovation",
"field_9305": [],
"field_9306": null,
"field_9307": null,
"field_9308": null,
"field_9309": null
}
]
},
{
"id": 920,
"name": "Projects",
"order": 5,
"fields": [
{
"id": 9310,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "concat('P-',year(field('Start')),month(field('Start')),day(field('Start')),upper(left(field('Title'),5)))",
"formula_type": "text"
},
{
"id": 9311,
"type": "text",
"name": "Title",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 9312,
"type": "long_text",
"name": "Description",
"order": 2,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 9313,
"type": "number",
"name": "Project budget ($ millions)",
"order": 3,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 9314,
"type": "date",
"name": "Start",
"order": 4,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 9315,
"type": "date",
"name": "Deadline",
"order": 5,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 9316,
"type": "date",
"name": "Actual end date",
"order": 6,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 9317,
"type": "link_row",
"name": "Owner",
"order": 7,
"primary": false,
"link_row_table_id": 917,
"link_row_related_field_id": 9283,
"has_related_field": true
},
{
"id": 9318,
"type": "lookup",
"name": "Departments involved",
"order": 8,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": "text",
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": true,
"through_field_id": 9321,
"through_field_name": "Team",
"target_field_id": 9282,
"target_field_name": "Department"
},
{
"id": 9319,
"type": "formula",
"name": "Is overdue",
"order": 9,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "field('Actual end date') > field('Deadline')",
"formula_type": "boolean"
},
{
"id": 9320,
"type": "formula",
"name": "Days overdue",
"order": 10,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": true,
"formula": "date_diff('dd',field('Deadline'),field('Actual end date'))",
"formula_type": "number"
},
{
"id": 9321,
"type": "link_row",
"name": "Team",
"order": 11,
"primary": false,
"link_row_table_id": 917,
"link_row_related_field_id": 9284,
"has_related_field": true
},
{
"id": 9322,
"type": "formula",
"name": "Status",
"order": 12,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "if(\nfield('Start') > now(),'Not started yet',\nif(field('Actual end date') <= now(),'Complete',if(or(field('Actual end date') > now(),field('Deadline') > now()),'In progress',''))\n)",
"formula_type": "text"
},
{
"id": 9323,
"type": "link_row",
"name": "Tasks",
"order": 13,
"primary": false,
"link_row_table_id": 916,
"link_row_related_field_id": 9258,
"has_related_field": true
},
{
"id": 9324,
"type": "rollup",
"name": "Task budget sum ($ millions)",
"order": 14,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 2,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9323,
"target_field_id": 9255,
"rollup_function": "sum"
},
{
"id": 9325,
"type": "formula",
"name": "Available budget ($ millions)",
"order": 15,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 2,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "field('Project budget ($ millions)') - field('Task budget sum ($ millions)')",
"formula_type": "number"
},
{
"id": 9326,
"type": "formula",
"name": "Budget scheduled %",
"order": 16,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 2,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "(field('Task budget sum ($ millions)') /field('Project budget ($ millions)')) * 100",
"formula_type": "number"
},
{
"id": 9327,
"type": "formula",
"name": "Active tasks",
"order": 17,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'In progress'))",
"formula_type": "number"
},
{
"id": 9328,
"type": "formula",
"name": "Scheduled tasks",
"order": 18,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Not started yet'))",
"formula_type": "number"
},
{
"id": 9329,
"type": "formula",
"name": "Completed tasks",
"order": 19,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Complete'))",
"formula_type": "number"
},
{
"id": 9330,
"type": "formula",
"name": "Total tasks",
"order": 20,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "field('Active tasks') + field('Scheduled tasks') + field('Completed tasks')",
"formula_type": "number"
},
{
"id": 9331,
"type": "formula",
"name": "Owner name",
"order": 21,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "join(lookup('Owner','Name'),'')",
"formula_type": "text"
}
],
"views": [
{
"id": 4243,
"type": "grid",
"name": "All projects",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3519,
"field_id": 9314,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1588,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
"color": "darker-green",
"filters": [
{
"id": "77dffe92-21c0-48a8-b760-859918e8c212",
"type": "equal",
"field": 9322,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
"color": "darker-blue",
"filters": [
{
"id": "7e69d632-2ce3-4123-b80d-cb670a040201",
"type": "equal",
"field": 9322,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
"color": "darker-orange",
"filters": [
{
"id": "2b4c7e37-9640-4c70-9471-e40262318f85",
"type": "equal",
"field": 9322,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND",
"filter_groups": []
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33882,
"field_id": 9310,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33883,
"field_id": 9311,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33884,
"field_id": 9312,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33885,
"field_id": 9313,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33886,
"field_id": 9324,
"width": 256,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33887,
"field_id": 9326,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33888,
"field_id": 9325,
"width": 250,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33889,
"field_id": 9322,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33890,
"field_id": 9314,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33891,
"field_id": 9315,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33892,
"field_id": 9316,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33893,
"field_id": 9319,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33894,
"field_id": 9320,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33895,
"field_id": 9317,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33896,
"field_id": 9331,
"width": 200,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33897,
"field_id": 9321,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33898,
"field_id": 9318,
"width": 223,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33899,
"field_id": 9323,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33900,
"field_id": 9327,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33901,
"field_id": 9328,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33902,
"field_id": 9329,
"width": 200,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33903,
"field_id": 9330,
"width": 200,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4244,
"type": "grid",
"name": "Projects grouped by status",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3520,
"field_id": 9314,
"order": "ASC"
}
],
"group_bys": [
{
"id": 358,
"field_id": 9322,
"order": "ASC"
}
],
"decorations": [
{
"id": 1589,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
"color": "darker-green",
"filters": [
{
"id": "77dffe92-21c0-48a8-b760-859918e8c212",
"type": "equal",
"field": 9322,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
"color": "darker-blue",
"filters": [
{
"id": "7e69d632-2ce3-4123-b80d-cb670a040201",
"type": "equal",
"field": 9322,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
"color": "darker-orange",
"filters": [
{
"id": "2b4c7e37-9640-4c70-9471-e40262318f85",
"type": "equal",
"field": 9322,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33904,
"field_id": 9310,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33905,
"field_id": 9311,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33906,
"field_id": 9312,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33907,
"field_id": 9313,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33908,
"field_id": 9324,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33909,
"field_id": 9326,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33910,
"field_id": 9325,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33911,
"field_id": 9322,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33912,
"field_id": 9314,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33913,
"field_id": 9315,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33914,
"field_id": 9316,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33915,
"field_id": 9319,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33916,
"field_id": 9320,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33917,
"field_id": 9317,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33918,
"field_id": 9321,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33919,
"field_id": 9318,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33920,
"field_id": 9323,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33921,
"field_id": 9327,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33922,
"field_id": 9328,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33923,
"field_id": 9329,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33924,
"field_id": 9330,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33925,
"field_id": 9331,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4245,
"type": "grid",
"name": "Projects with active tasks",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2425,
"field_id": 9327,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3521,
"field_id": 9314,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1590,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
"color": "darker-green",
"filters": [
{
"id": "77dffe92-21c0-48a8-b760-859918e8c212",
"type": "equal",
"field": 9322,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
"color": "darker-blue",
"filters": [
{
"id": "7e69d632-2ce3-4123-b80d-cb670a040201",
"type": "equal",
"field": 9322,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
"color": "darker-orange",
"filters": [
{
"id": "2b4c7e37-9640-4c70-9471-e40262318f85",
"type": "equal",
"field": 9322,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33926,
"field_id": 9310,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33927,
"field_id": 9311,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33928,
"field_id": 9312,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33929,
"field_id": 9313,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33930,
"field_id": 9324,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33931,
"field_id": 9326,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33932,
"field_id": 9325,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33933,
"field_id": 9322,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33934,
"field_id": 9314,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33935,
"field_id": 9315,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33936,
"field_id": 9316,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33937,
"field_id": 9319,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33938,
"field_id": 9320,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33939,
"field_id": 9317,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33940,
"field_id": 9321,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33941,
"field_id": 9318,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33942,
"field_id": 9323,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33943,
"field_id": 9327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33944,
"field_id": 9328,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33945,
"field_id": 9329,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33946,
"field_id": 9330,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33947,
"field_id": 9331,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4246,
"type": "grid",
"name": "Projects with scheduled budget > 75%",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2426,
"field_id": 9326,
"type": "higher_than",
"value": "75",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3522,
"field_id": 9314,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1591,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
"color": "darker-green",
"filters": [
{
"id": "77dffe92-21c0-48a8-b760-859918e8c212",
"type": "equal",
"field": 9322,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
"color": "darker-blue",
"filters": [
{
"id": "7e69d632-2ce3-4123-b80d-cb670a040201",
"type": "equal",
"field": 9322,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
"color": "darker-orange",
"filters": [
{
"id": "2b4c7e37-9640-4c70-9471-e40262318f85",
"type": "equal",
"field": 9322,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33948,
"field_id": 9310,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33949,
"field_id": 9311,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33950,
"field_id": 9312,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33951,
"field_id": 9313,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33952,
"field_id": 9324,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33953,
"field_id": 9326,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33954,
"field_id": 9325,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33955,
"field_id": 9322,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33956,
"field_id": 9314,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33957,
"field_id": 9315,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33958,
"field_id": 9316,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33959,
"field_id": 9319,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33960,
"field_id": 9320,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33961,
"field_id": 9317,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33962,
"field_id": 9321,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33963,
"field_id": 9318,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33964,
"field_id": 9323,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33965,
"field_id": 9327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33966,
"field_id": 9328,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33967,
"field_id": 9329,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33968,
"field_id": 9330,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33969,
"field_id": 9331,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4247,
"type": "grid",
"name": "Projects with scheduled budget > 90%",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2427,
"field_id": 9326,
"type": "higher_than",
"value": "90",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3523,
"field_id": 9314,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1592,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
"color": "darker-green",
"filters": [
{
"id": "77dffe92-21c0-48a8-b760-859918e8c212",
"type": "equal",
"field": 9322,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
"color": "darker-blue",
"filters": [
{
"id": "7e69d632-2ce3-4123-b80d-cb670a040201",
"type": "equal",
"field": 9322,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
"color": "darker-orange",
"filters": [
{
"id": "2b4c7e37-9640-4c70-9471-e40262318f85",
"type": "equal",
"field": 9322,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33970,
"field_id": 9310,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33971,
"field_id": 9311,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33972,
"field_id": 9312,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33973,
"field_id": 9313,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33974,
"field_id": 9324,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33975,
"field_id": 9326,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33976,
"field_id": 9325,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33977,
"field_id": 9322,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33978,
"field_id": 9314,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33979,
"field_id": 9315,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33980,
"field_id": 9316,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33981,
"field_id": 9319,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33982,
"field_id": 9320,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33983,
"field_id": 9317,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33984,
"field_id": 9321,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33985,
"field_id": 9318,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33986,
"field_id": 9323,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33987,
"field_id": 9327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33988,
"field_id": 9328,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33989,
"field_id": 9329,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33990,
"field_id": 9330,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33991,
"field_id": 9331,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4248,
"type": "grid",
"name": "Projects over budget",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2428,
"field_id": 9326,
"type": "higher_than",
"value": "100",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3524,
"field_id": 9314,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1593,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "1ea8af97-7ab0-4a6f-9b11-0e46138d35b1",
"color": "darker-green",
"filters": [
{
"id": "77dffe92-21c0-48a8-b760-859918e8c212",
"type": "equal",
"field": 9322,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "0d129abe-b55e-45e0-a7d4-7da60eb144f4",
"color": "darker-blue",
"filters": [
{
"id": "7e69d632-2ce3-4123-b80d-cb670a040201",
"type": "equal",
"field": 9322,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "6cfe889e-7b1f-42cd-b297-b02ea5ad1f92",
"color": "darker-orange",
"filters": [
{
"id": "2b4c7e37-9640-4c70-9471-e40262318f85",
"type": "equal",
"field": 9322,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 33992,
"field_id": 9310,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33993,
"field_id": 9311,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33994,
"field_id": 9312,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33995,
"field_id": 9313,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33996,
"field_id": 9324,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33997,
"field_id": 9326,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33998,
"field_id": 9325,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 33999,
"field_id": 9322,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34000,
"field_id": 9314,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34001,
"field_id": 9315,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34002,
"field_id": 9316,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34003,
"field_id": 9319,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34004,
"field_id": 9320,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34005,
"field_id": 9317,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34006,
"field_id": 9321,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34007,
"field_id": 9318,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34008,
"field_id": 9323,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34009,
"field_id": 9327,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34010,
"field_id": 9328,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34011,
"field_id": 9329,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34012,
"field_id": 9330,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34013,
"field_id": 9331,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-02-01T13:28:05.668848+00:00",
"updated_on": "2024-02-02T10:48:08.896743+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9310": null,
"field_9311": "Modern Office Building Construction",
"field_9312": "Design and construct a modern office building with innovative architectural features",
"field_9313": "54.23",
"field_9314": "2023-03-01",
"field_9315": "2023-10-30",
"field_9316": "2024-01-31",
"field_9317": [
15
],
"field_9318": null,
"field_9319": null,
"field_9320": null,
"field_9321": [
1,
7,
9,
11,
12,
15
],
"field_9322": null,
"field_9323": [
3,
4,
5,
6,
7
],
"field_9324": null,
"field_9325": null,
"field_9326": null,
"field_9327": null,
"field_9328": null,
"field_9329": null,
"field_9330": null,
"field_9331": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-02-01T13:28:05.668910+00:00",
"updated_on": "2024-02-01T14:11:17.134412+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9310": null,
"field_9311": "Urban Redevelopment and Green Space Creation",
"field_9312": "Plan and execute the redevelopment of an urban area",
"field_9313": "37.56",
"field_9314": "2023-06-01",
"field_9315": "2025-11-30",
"field_9316": null,
"field_9317": [
7
],
"field_9318": null,
"field_9319": null,
"field_9320": null,
"field_9321": [
7,
12,
18,
24
],
"field_9322": null,
"field_9323": [
8,
9,
10,
11,
12
],
"field_9324": null,
"field_9325": null,
"field_9326": null,
"field_9327": null,
"field_9328": null,
"field_9329": null,
"field_9330": null,
"field_9331": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-02-01T13:28:05.668945+00:00",
"updated_on": "2024-03-26T10:14:59.545584+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9310": null,
"field_9311": "Hospital Expansion and Renovation",
"field_9312": "Expand and renovate an existing hospital facility to accommodate increased patient capacity",
"field_9313": "87.90",
"field_9314": "2024-01-15",
"field_9315": "2025-10-31",
"field_9316": null,
"field_9317": [
16
],
"field_9318": null,
"field_9319": null,
"field_9320": null,
"field_9321": [
1,
8,
11,
16,
23
],
"field_9322": null,
"field_9323": [
13,
14,
15,
16,
17
],
"field_9324": null,
"field_9325": null,
"field_9326": null,
"field_9327": null,
"field_9328": null,
"field_9329": null,
"field_9330": null,
"field_9331": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-02-01T13:28:05.668979+00:00",
"updated_on": "2024-02-08T07:52:18.797925+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9310": null,
"field_9311": "Sustainable Residential Development",
"field_9312": "Develop a sustainable residential community with energy-efficient homes",
"field_9313": "40.00",
"field_9314": "2024-09-01",
"field_9315": "2026-06-30",
"field_9316": null,
"field_9317": [
6
],
"field_9318": null,
"field_9319": null,
"field_9320": null,
"field_9321": [
5,
6,
8,
9,
11,
17,
18
],
"field_9322": null,
"field_9323": [
18,
19,
20,
21,
22
],
"field_9324": null,
"field_9325": null,
"field_9326": null,
"field_9327": null,
"field_9328": null,
"field_9329": null,
"field_9330": null,
"field_9331": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-01T13:28:05.669011+00:00",
"updated_on": "2024-02-01T13:58:17.475479+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9310": null,
"field_9311": "University Campus Master Plan",
"field_9312": "Develop a comprehensive master plan for a university campus to accommodate future growth",
"field_9313": "25.32",
"field_9314": "2024-04-01",
"field_9315": "2025-12-31",
"field_9316": null,
"field_9317": [
22
],
"field_9318": null,
"field_9319": null,
"field_9320": null,
"field_9321": [
5,
7,
17,
22
],
"field_9322": null,
"field_9323": [
23,
24,
25,
26,
27
],
"field_9324": null,
"field_9325": null,
"field_9326": null,
"field_9327": null,
"field_9328": null,
"field_9329": null,
"field_9330": null,
"field_9331": null
}
]
},
{
"id": 921,
"name": "Task actions",
"order": 6,
"fields": [
{
"id": 9332,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "join(concat('A-',replace(field('Task'),'T-',''),'-',field('Autonumber')),'')",
"formula_type": "text"
},
{
"id": 9333,
"type": "lookup",
"name": "Team member",
"order": 2,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": null,
"array_formula_type": "text",
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"through_field_id": 9336,
"through_field_name": "Task",
"target_field_id": 9259,
"target_field_name": "Assignee"
},
{
"id": 9334,
"type": "created_on",
"name": "Date",
"order": 3,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 9335,
"type": "long_text",
"name": "Action",
"order": 4,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 9336,
"type": "link_row",
"name": "Task",
"order": 5,
"primary": false,
"link_row_table_id": 916,
"link_row_related_field_id": 9264,
"has_related_field": true
},
{
"id": 9337,
"type": "autonumber",
"name": "Autonumber",
"order": 6,
"primary": false
}
],
"views": [
{
"id": 4249,
"type": "grid",
"name": "All task actions",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3525,
"field_id": 9334,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 34014,
"field_id": 9332,
"width": 174,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34015,
"field_id": 9337,
"width": 153,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34016,
"field_id": 9336,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34017,
"field_id": 9333,
"width": 186,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34018,
"field_id": 9334,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34019,
"field_id": 9335,
"width": 615,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4250,
"type": "grid",
"name": "Task actions by task",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3526,
"field_id": 9334,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 34020,
"field_id": 9332,
"width": 174,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34021,
"field_id": 9337,
"width": 153,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34022,
"field_id": 9336,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34023,
"field_id": 9333,
"width": 186,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34024,
"field_id": 9334,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34025,
"field_id": 9335,
"width": 615,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4251,
"type": "calendar",
"name": "All task actions in calendar view",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"date_field_id": 9334,
"field_options": [
{
"id": 1061,
"field_id": 9332,
"hidden": true,
"order": 1
},
{
"id": 1062,
"field_id": 9333,
"hidden": true,
"order": 2
},
{
"id": 1063,
"field_id": 9334,
"hidden": true,
"order": 3
},
{
"id": 1064,
"field_id": 9336,
"hidden": false,
"order": 4
},
{
"id": 1065,
"field_id": 9335,
"hidden": false,
"order": 5
},
{
"id": 1066,
"field_id": 9337,
"hidden": true,
"order": 6
}
]
},
{
"id": 4252,
"type": "calendar",
"name": "Active and scheduled in calendar view",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": true,
"date_field_id": 9334,
"field_options": [
{
"id": 1067,
"field_id": 9332,
"hidden": true,
"order": 1
},
{
"id": 1068,
"field_id": 9333,
"hidden": true,
"order": 2
},
{
"id": 1069,
"field_id": 9334,
"hidden": true,
"order": 3
},
{
"id": 1070,
"field_id": 9336,
"hidden": false,
"order": 4
},
{
"id": 1071,
"field_id": 9335,
"hidden": false,
"order": 5
},
{
"id": 1072,
"field_id": 9337,
"hidden": true,
"order": 6
}
]
}
],
"rows": [
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571625+00:00",
"updated_on": "2024-02-02T08:07:48.962554+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Site analysis completed, awaiting approval from the architecture team.",
"field_9336": [
3
],
"field_9337": 1
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571670+00:00",
"updated_on": "2024-02-02T08:10:32.315402+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Reviewed site analysis. Suggested adjustments to improve accuracy.",
"field_9336": [
3
],
"field_9337": 2
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571692+00:00",
"updated_on": "2024-02-02T08:07:53.669106+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Initial architectural designs drafted, seeking feedback from structural engineering team.",
"field_9336": [
4
],
"field_9337": 3
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571711+00:00",
"updated_on": "2024-02-02T08:10:34.048521+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Reviewed and provided feedback on the architectural designs.",
"field_9336": [
4
],
"field_9337": 4
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571729+00:00",
"updated_on": "2024-02-02T08:10:37.190153+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Discussed design modifications for better integration with MEP systems.",
"field_9336": [
4
],
"field_9337": 5
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571746+00:00",
"updated_on": "2024-02-02T08:07:57.529895+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Structural engineering analysis in progress, expecting completion by end of the month.",
"field_9336": [
5
],
"field_9337": 6
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571764+00:00",
"updated_on": "2024-02-02T08:10:40.429324+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Reviewed preliminary structural analysis. Highlighted potential load-bearing issues.",
"field_9336": [
5
],
"field_9337": 7
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571782+00:00",
"updated_on": "2024-02-02T08:10:45.378031+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Completed design for HVAC, plumbing, and electrical systems, ready for review.",
"field_9336": [
6
],
"field_9337": 8
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571799+00:00",
"updated_on": "2024-02-02T08:10:49.174229+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Requested clarification on electrical system specifications.",
"field_9336": [
6
],
"field_9337": 9
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571851+00:00",
"updated_on": "2024-02-02T08:08:08.757834+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Construction phase initiated. Daily progress meetings scheduled with the construction team.",
"field_9336": [
7
],
"field_9337": 10
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571874+00:00",
"updated_on": "2024-02-02T08:10:51.236216+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Discussed construction timeline and resource allocation.",
"field_9336": [
7
],
"field_9337": 11
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571891+00:00",
"updated_on": "2024-02-02T08:10:21.519577+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Urban planning strategy developed. Awaiting approval from environmental sustainability team.",
"field_9336": [
8
],
"field_9337": 12
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571909+00:00",
"updated_on": "2024-02-02T08:10:24.324271+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Suggested incorporating green spaces for improved community well-being.",
"field_9336": [
8
],
"field_9337": 13
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571926+00:00",
"updated_on": "2024-02-02T08:08:16.792509+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Infrastructure design plans submitted for review. Requesting feedback from the project management team.",
"field_9336": [
9
],
"field_9337": 14
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571944+00:00",
"updated_on": "2024-02-02T08:10:19.073001+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Provided input on project scheduling and resource allocation.",
"field_9336": [
9
],
"field_9337": 15
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571961+00:00",
"updated_on": "2024-02-02T08:08:20.966188+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Implementation of sustainable practices and green infrastructure in progress.",
"field_9336": [
10
],
"field_9337": 16
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571978+00:00",
"updated_on": "2024-02-02T08:10:17.392720+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Discussed environmental sustainability goals and potential enhancements.",
"field_9336": [
10
],
"field_9337": 17
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-02-02T08:07:11.571996+00:00",
"updated_on": "2024-02-02T08:08:27.787454+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Community engagement event scheduled for next month. Coordination with community representatives ongoing.",
"field_9336": [
11
],
"field_9337": 18
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572013+00:00",
"updated_on": "2024-02-02T08:10:15.688679+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Reviewed community engagement plan. Proposed additional outreach strategies.",
"field_9336": [
11
],
"field_9337": 19
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572031+00:00",
"updated_on": "2024-02-02T08:08:31.623762+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Project management team conducting regular progress reviews. Project on schedule.",
"field_9336": [
12
],
"field_9337": 20
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572048+00:00",
"updated_on": "2024-02-02T08:10:13.896272+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Addressed project risks and discussed mitigation strategies.",
"field_9336": [
12
],
"field_9337": 21
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572066+00:00",
"updated_on": "2024-02-02T08:08:39.492773+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Initiated architectural plans for hospital expansion. Coordination with structural engineering team ongoing.",
"field_9336": [
13
],
"field_9337": 22
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572083+00:00",
"updated_on": "2024-02-02T08:10:11.961485+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Provided input on spatial requirements for medical equipment.",
"field_9336": [
13
],
"field_9337": 23
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572101+00:00",
"updated_on": "2024-02-02T08:10:05.837350+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Reviewed and provided feedback on structural upgrades. Awaiting finalization of plans.",
"field_9336": [
14
],
"field_9337": 24
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572118+00:00",
"updated_on": "2024-02-02T08:10:09.136063+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Discussed load-bearing capacity and seismic resilience.",
"field_9336": [
14
],
"field_9337": 25
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572135+00:00",
"updated_on": "2024-02-02T08:08:49.839041+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Designing mechanical, electrical, and plumbing systems. Collaboration with the construction management team.",
"field_9336": [
15
],
"field_9337": 26
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572153+00:00",
"updated_on": "2024-02-02T08:10:00.078739+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Provided specifications for energy-efficient MEP systems.",
"field_9336": [
15
],
"field_9337": 27
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572170+00:00",
"updated_on": "2024-02-02T08:08:54.341243+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Construction phase underway. Regular quality control measures implemented.",
"field_9336": [
16
],
"field_9337": 28
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572187+00:00",
"updated_on": "2024-02-02T08:09:58.300923+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Addressed on-site challenges and coordinated with quality control team.",
"field_9336": [
16
],
"field_9337": 29
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572204+00:00",
"updated_on": "2024-02-02T08:09:01.123728+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Quality control and assurance processes actively monitored during construction.",
"field_9336": [
17
],
"field_9337": 30
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572222+00:00",
"updated_on": "2024-02-02T08:09:56.689033+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Reviewed quality control reports and implemented corrective actions.",
"field_9336": [
17
],
"field_9337": 31
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572239+00:00",
"updated_on": "2024-02-02T08:09:07.052436+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Architectural designs for energy-efficient homes in progress.",
"field_9336": [
18
],
"field_9337": 32
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572256+00:00",
"updated_on": "2024-02-02T08:09:55.011086+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Suggested energy-efficient materials for construction.",
"field_9336": [
18
],
"field_9337": 33
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572273+00:00",
"updated_on": "2024-02-02T08:09:12.366875+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Civil engineering plans for infrastructure submitted for review. Awaiting feedback.",
"field_9336": [
19
],
"field_9337": 34
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572291+00:00",
"updated_on": "2024-02-02T08:09:53.090392+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Provided geotechnical considerations for civil engineering plans.",
"field_9336": [
19
],
"field_9337": 35
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572308+00:00",
"updated_on": "2024-02-02T08:09:18.084916+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Environmental plan finalized. Awaiting approval from the environmental sustainability team.",
"field_9336": [
20
],
"field_9337": 36
},
{
"id": 39,
"order": "39.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572325+00:00",
"updated_on": "2024-02-02T08:09:50.606160+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Reviewed environmental plan and suggested improvements.",
"field_9336": [
20
],
"field_9337": 37
},
{
"id": 40,
"order": "40.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572342+00:00",
"updated_on": "2024-02-02T08:09:23.203933+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Construction management team overseeing adherence to sustainability goals.",
"field_9336": [
21
],
"field_9337": 38
},
{
"id": 41,
"order": "41.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572360+00:00",
"updated_on": "2024-02-02T08:09:48.804673+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Monitored construction progress and ensured compliance with sustainability guidelines.",
"field_9336": [
21
],
"field_9337": 39
},
{
"id": 42,
"order": "42.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572377+00:00",
"updated_on": "2024-02-02T08:09:30.306142+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Community engagement meetings ongoing. Positive feedback from residents.",
"field_9336": [
22
],
"field_9337": 40
},
{
"id": 43,
"order": "43.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572394+00:00",
"updated_on": "2024-02-02T08:09:47.094759+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Addressed community concerns and communicated project updates.",
"field_9336": [
22
],
"field_9337": 41
},
{
"id": 44,
"order": "44.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572412+00:00",
"updated_on": "2024-02-02T08:09:39.707275+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Initiated architectural planning for the university campus master plan.",
"field_9336": [
23
],
"field_9337": 42
},
{
"id": 45,
"order": "45.00000000000000000000",
"created_on": "2024-02-02T08:07:11.572429+00:00",
"updated_on": "2024-02-02T08:09:45.153292+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9332": null,
"field_9333": null,
"field_9334": null,
"field_9335": "Provided input on architectural features and overall campus aesthetics.",
"field_9336": [
23
],
"field_9337": 43
}
]
},
{
"id": 922,
"name": "Equipment",
"order": 7,
"fields": [
{
"id": 9338,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 9339,
"type": "text",
"name": "Description",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 9340,
"type": "single_select",
"name": "Category",
"order": 2,
"primary": false,
"select_options": [
{
"id": 3661,
"value": "Earthmoving",
"color": "light-orange",
"order": 0
},
{
"id": 3662,
"value": "Concrete Tools",
"color": "darker-orange",
"order": 1
},
{
"id": 3663,
"value": "Material Handling",
"color": "darker-blue",
"order": 2
},
{
"id": 3664,
"value": "Power Tools",
"color": "dark-blue",
"order": 3
},
{
"id": 3665,
"value": "Cranes",
"color": "dark-gray",
"order": 4
},
{
"id": 3666,
"value": "Drilling",
"color": "yellow",
"order": 5
},
{
"id": 3667,
"value": "Welding",
"color": "dark-orange",
"order": 6
},
{
"id": 3668,
"value": "Asphalt Tools",
"color": "dark-purple",
"order": 7
},
{
"id": 3669,
"value": "Compaction",
"color": "dark-yellow",
"order": 8
},
{
"id": 3670,
"value": "Power Generation",
"color": "dark-pink",
"order": 9
},
{
"id": 3671,
"value": "Access Equipment",
"color": "darker-yellow",
"order": 10
}
]
},
{
"id": 9341,
"type": "number",
"name": "Quantity",
"order": 3,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 9342,
"type": "link_row",
"name": "Tasks",
"order": 4,
"primary": false,
"link_row_table_id": 916,
"link_row_related_field_id": 9266,
"has_related_field": true
},
{
"id": 9343,
"type": "formula",
"name": "Currently in use",
"order": 5,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(lookup('Tasks','Status'),lookup('Tasks','Status') = 'In progress'))",
"formula_type": "number"
},
{
"id": 9344,
"type": "formula",
"name": "Scheduled start dates",
"order": 6,
"primary": false,
"duration_format": null,
"date_format": "ISO",
"date_include_time": false,
"number_decimal_places": null,
"array_formula_type": "date",
"date_show_tzinfo": false,
"error": null,
"date_force_timezone": null,
"date_time_format": "24",
"nullable": true,
"formula": "filter(lookup('Tasks','Start'),lookup('Tasks','Status') = 'Not started yet')",
"formula_type": "array"
},
{
"id": 9345,
"type": "formula",
"name": "Currently scheduled",
"order": 7,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "count(filter(lookup('Tasks','Status'),lookup('Tasks','Status') = 'Not started yet'))",
"formula_type": "number"
},
{
"id": 9346,
"type": "formula",
"name": "Currently available",
"order": 8,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"number_decimal_places": 0,
"array_formula_type": null,
"date_show_tzinfo": null,
"error": null,
"date_force_timezone": null,
"date_time_format": null,
"nullable": false,
"formula": "field('Quantity') - field('Currently in use')",
"formula_type": "number"
}
],
"views": [
{
"id": 4253,
"type": "grid",
"name": "All equipment",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 3527,
"field_id": 9346,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1594,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e1eb49a8-fd06-43d2-a648-68e7bf826645",
"color": "light-orange",
"filters": [
{
"id": "a8d79707-ae25-44b8-bcb3-16e7cc3b0c33",
"type": "equal",
"field": 9346,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 34026,
"field_id": 9338,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34027,
"field_id": 9339,
"width": 269,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34028,
"field_id": 9340,
"width": 134,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34029,
"field_id": 9341,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34030,
"field_id": 9343,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34031,
"field_id": 9346,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34032,
"field_id": 9345,
"width": 188,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34033,
"field_id": 9344,
"width": 236,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34034,
"field_id": 9342,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4254,
"type": "kanban",
"name": "All equipment by category",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 9340,
"field_options": [
{
"id": 6390,
"field_id": 9338,
"hidden": false,
"order": 32767
},
{
"id": 6391,
"field_id": 9339,
"hidden": false,
"order": 32767
},
{
"id": 6392,
"field_id": 9340,
"hidden": true,
"order": 32767
},
{
"id": 6393,
"field_id": 9341,
"hidden": true,
"order": 32767
},
{
"id": 6394,
"field_id": 9342,
"hidden": true,
"order": 32767
},
{
"id": 6395,
"field_id": 9343,
"hidden": false,
"order": 32767
},
{
"id": 6396,
"field_id": 9344,
"hidden": true,
"order": 32767
},
{
"id": 6397,
"field_id": 9345,
"hidden": false,
"order": 32767
},
{
"id": 6398,
"field_id": 9346,
"hidden": false,
"order": 32767
}
]
},
{
"id": 4255,
"type": "grid",
"name": "Equipment without scheduled tasks",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2429,
"field_id": 9345,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3528,
"field_id": 9346,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1595,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e1eb49a8-fd06-43d2-a648-68e7bf826645",
"color": "light-orange",
"filters": [
{
"id": "a8d79707-ae25-44b8-bcb3-16e7cc3b0c33",
"type": "equal",
"field": 9346,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 34035,
"field_id": 9338,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34036,
"field_id": 9339,
"width": 269,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34037,
"field_id": 9340,
"width": 134,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34038,
"field_id": 9341,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34039,
"field_id": 9343,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34040,
"field_id": 9346,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34041,
"field_id": 9345,
"width": 188,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34042,
"field_id": 9344,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34043,
"field_id": 9342,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4256,
"type": "grid",
"name": "Equipment that is currently in use",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2430,
"field_id": 9343,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3529,
"field_id": 9346,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1596,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e1eb49a8-fd06-43d2-a648-68e7bf826645",
"color": "light-orange",
"filters": [
{
"id": "a8d79707-ae25-44b8-bcb3-16e7cc3b0c33",
"type": "equal",
"field": 9346,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 34044,
"field_id": 9338,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34045,
"field_id": 9339,
"width": 269,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34046,
"field_id": 9340,
"width": 134,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34047,
"field_id": 9341,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34048,
"field_id": 9343,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34049,
"field_id": 9346,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34050,
"field_id": 9345,
"width": 188,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34051,
"field_id": 9344,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34052,
"field_id": 9342,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 4257,
"type": "grid",
"name": "Equipment without a piece in surplus",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 2431,
"field_id": 9346,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 3530,
"field_id": 9346,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1597,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "e1eb49a8-fd06-43d2-a648-68e7bf826645",
"color": "light-orange",
"filters": [
{
"id": "a8d79707-ae25-44b8-bcb3-16e7cc3b0c33",
"type": "equal",
"field": 9346,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 34053,
"field_id": 9338,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34054,
"field_id": 9339,
"width": 269,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34055,
"field_id": 9340,
"width": 134,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34056,
"field_id": 9341,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34057,
"field_id": 9343,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34058,
"field_id": 9346,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34059,
"field_id": 9345,
"width": 188,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34060,
"field_id": 9344,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 34061,
"field_id": 9342,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-02-01T14:48:47.135844+00:00",
"updated_on": "2024-02-01T14:48:47.135844+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "Excavator1",
"field_9339": "Heavy-duty excavator for digging",
"field_9340": 3661,
"field_9341": "2",
"field_9342": [
3,
24
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-02-01T14:48:47.135888+00:00",
"updated_on": "2024-02-01T14:48:47.135888+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "CraneA",
"field_9339": "Tower crane for lifting heavy loads",
"field_9340": 3665,
"field_9341": "1",
"field_9342": [
14,
24,
26
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-02-01T14:48:47.135907+00:00",
"updated_on": "2024-02-01T14:48:47.135907+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "BulldozerX",
"field_9339": "Compact bulldozer for site leveling",
"field_9340": 3661,
"field_9341": "3",
"field_9342": [
3,
9,
24
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-02-01T14:48:47.135958+00:00",
"updated_on": "2024-02-01T14:48:47.135958+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "ConcreteMixer1",
"field_9339": "Portable concrete mixer",
"field_9340": 3662,
"field_9341": "2",
"field_9342": [
14,
19
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-01T14:48:47.135975+00:00",
"updated_on": "2024-02-01T14:48:47.135975+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "PowerDrillZ",
"field_9339": "High-powered electric drill",
"field_9340": 3664,
"field_9341": "5",
"field_9342": [
5,
16,
19,
21
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-02-01T14:48:47.135991+00:00",
"updated_on": "2024-02-01T14:48:47.135991+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "ScaffoldingKit1",
"field_9339": "Adjustable steel scaffolding",
"field_9340": 3671,
"field_9341": "10",
"field_9342": [
6,
13
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136007+00:00",
"updated_on": "2024-02-01T14:48:47.136007+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "BackhoeB200",
"field_9339": "Backhoe loader for various tasks",
"field_9340": 3661,
"field_9341": "2",
"field_9342": [
7,
16,
19,
21
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136022+00:00",
"updated_on": "2024-02-01T14:48:47.136022+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "JackhammerPro",
"field_9339": "Industrial-grade jackhammer",
"field_9340": 3664,
"field_9341": "3",
"field_9342": [
5,
8,
16,
21
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136038+00:00",
"updated_on": "2024-02-01T14:48:47.136038+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "SkidSteerLoader2",
"field_9339": "Skid steer loader for versatile use",
"field_9340": 3661,
"field_9341": "4",
"field_9342": [],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136054+00:00",
"updated_on": "2024-02-01T14:48:47.136054+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "CraneB",
"field_9339": "Mobile crane with telescopic boom",
"field_9340": 3665,
"field_9341": "1",
"field_9342": [
6,
7,
13
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136069+00:00",
"updated_on": "2024-02-01T14:48:47.136069+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "ConcreteSaw450",
"field_9339": "Concrete cutting saw",
"field_9340": 3662,
"field_9341": "2",
"field_9342": [
8,
10
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136085+00:00",
"updated_on": "2024-02-01T14:48:47.136085+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "FrontLoaderFL500",
"field_9339": "Front loader for material handling",
"field_9340": 3663,
"field_9341": "3",
"field_9342": [
9
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136100+00:00",
"updated_on": "2024-02-01T14:48:47.136100+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "DrillingRigX3",
"field_9339": "Drilling rig for foundation work",
"field_9340": 3666,
"field_9341": "1",
"field_9342": [],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136115+00:00",
"updated_on": "2024-02-01T14:48:47.136115+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "GeneratorG1200",
"field_9339": "Diesel generator for on-site power",
"field_9340": 3670,
"field_9341": "4",
"field_9342": [
10
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136131+00:00",
"updated_on": "2024-02-01T14:48:47.136131+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "WeldingMachineW5000",
"field_9339": "Heavy-duty welding machine",
"field_9340": 3667,
"field_9341": "2",
"field_9342": [],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136146+00:00",
"updated_on": "2024-02-01T14:48:47.136146+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "CompactorRoller",
"field_9339": "Soil compactor roller",
"field_9340": 3669,
"field_9341": "1",
"field_9342": [
19
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136162+00:00",
"updated_on": "2024-02-01T14:48:47.136162+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "ConcretePumpCP300",
"field_9339": "Truck-mounted concrete pump",
"field_9340": 3662,
"field_9341": "1",
"field_9342": [
26
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136177+00:00",
"updated_on": "2024-02-01T14:48:47.136177+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "LoaderTruckLT8000",
"field_9339": "Loading truck for transporting materials",
"field_9340": 3663,
"field_9341": "2",
"field_9342": [
26
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136193+00:00",
"updated_on": "2024-02-02T14:05:09.919371+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "AsphaltPaverAP6000",
"field_9339": "Asphalt paver for road construction",
"field_9340": 3668,
"field_9341": "1",
"field_9342": [
10
],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-02-01T14:48:47.136208+00:00",
"updated_on": "2024-02-01T14:48:47.136208+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_9338": "DrillPressD1500",
"field_9339": "Drill press for precision drilling",
"field_9340": 3666,
"field_9341": "3",
"field_9342": [],
"field_9343": null,
"field_9344": null,
"field_9345": null,
"field_9346": null
}
]
}
]
},
{
"pages": [
{
"id": 468,
"name": "index",
"order": 1,
"path": "/",
"path_params": [],
"elements": [
{
"id": 3056,
"order": "0.50000000000000000000",
"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": 2,
"style_padding_bottom": 0,
"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": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3057,
"order": "0.59999999999999997780",
"type": "iframe",
"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": 0,
"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",
"source_type": "embed",
"url": "",
"embed": "concat('<a class=\"weatherwidget-io\" href=\"https://forecast7.com/en/52d374d90/amsterdam/\" data-label_1=\"AMSTERDAM\" data-label_2=\"WEATHER\" data-theme=\"original\" >AMSTERDAM WEATHER</a>','\n','<script>','\n','!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\\'https://weatherwidget.io/js/widget.min.js\\';fjs.parentNode.insertBefore(js,fjs);}}(document,\\'script\\',\\'weatherwidget-io-js\\');','\n','</script>')",
"height": 100
},
{
"id": 3058,
"order": "0.66666666666666662966",
"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": "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": "'\u26a0\ufe0f High priority and urgent tasks'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3059,
"order": "0.75000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 882,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "e6b4e615-0ee5-4f2a-bddf-95fb2e1142ef",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "3cbdd9aa-f381-4854-a14d-44a2c70e9212",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "af6ba25d-f6ec-460a-b2cc-ffd34d44fe19",
"name": "Project",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9258.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9273')"
}
},
{
"uid": "60d8f277-ae75-4621-a34d-692f3860f1ea",
"name": "Assignee",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9259.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9274')"
}
},
{
"uid": "07950652-caf7-4366-ad2f-bb6cba7f4658",
"name": "Ready",
"type": "text",
"config": {
"value": "get('current_record.field_9272')"
}
},
{
"uid": "1b1cad2f-a43d-41ca-a400-504392b2d2d0",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9254')"
}
},
{
"uid": "657c44f2-a9f7-4d2b-b9e4-b9a4926cbcff",
"name": "To go",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9270'),' days')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3060,
"order": "1.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": "border",
"style_border_top_size": 0,
"style_padding_top": 20,
"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\udcda Projects in progress'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3062,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3056,
"place_in_container": "5",
"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": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3063,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3056,
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 18913,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3056,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 3064,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3056,
"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": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3065,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3056,
"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": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3066,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3056,
"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": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3067,
"order": "4.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 880,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "5e1057c2-db8c-4501-8c0e-b24eceacc28b",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9310')"
}
},
{
"uid": "e79dcb00-61f2-4265-b035-8d653d261d3f",
"name": "Name",
"type": "text",
"config": {
"value": "get('current_record.field_9311')"
}
},
{
"uid": "41001e6a-bc58-4b31-bb5d-523e324bf59f",
"name": "Assigned budget",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9326'),'%')"
}
},
{
"uid": "ffd4e957-dfc5-4a8c-a29f-178d3baa730e",
"name": "Owner",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9317.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9331')"
}
},
{
"uid": "fee93176-1256-4464-b32b-1e17211d3966",
"name": "From",
"type": "text",
"config": {
"value": "get('current_record.field_9314')"
}
},
{
"uid": "8bf150bd-7516-40a7-b944-8015289b06f5",
"name": "Until",
"type": "text",
"config": {
"value": "get('current_record.field_9315')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3068,
"order": "5.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": "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\udee0\ufe0f Tasks in progress'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3069,
"order": "6.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 881,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "078f7d8c-f22e-4235-b83b-0eb0ae09b44d",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "597d0a27-d957-43c1-94e9-9376ec21ea34",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "399ef9b1-ef33-4d4a-9506-5be0defee716",
"name": "Assignee",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9259.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9274')"
}
},
{
"uid": "a6b549d2-f0fa-4cd7-b97f-031966c40ecc",
"name": "Priority",
"type": "text",
"config": {
"value": "get('current_record.field_9260.value')"
}
},
{
"uid": "1459a1b3-597b-4b8c-b53c-271be18b9da4",
"name": "Ready",
"type": "text",
"config": {
"value": "get('current_record.field_9272')"
}
},
{
"uid": "1e3bba01-4dc8-4f0d-b635-b4b0466b8a05",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9254')"
}
},
{
"uid": "16333a0c-20e5-49c4-817d-cab822e90ccb",
"name": "To go",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9270'),' days')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 880,
"name": "Current projects",
"order": "1.00000000000000000000",
"service": {
"id": 934,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 920,
"view_id": 4245,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
},
{
"id": 881,
"name": "Current tasks",
"order": "2.00000000000000000000",
"service": {
"id": 935,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4226,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
},
{
"id": 882,
"name": "High priority tasks",
"order": "3.00000000000000000000",
"service": {
"id": 936,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4224,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
}
],
"workflow_actions": []
},
{
"id": 469,
"name": "projects",
"order": 2,
"path": "/projects",
"path_params": [],
"elements": [
{
"id": 3070,
"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": 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",
"column_amount": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3072,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3070,
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3073,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3070,
"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": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3074,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3070,
"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": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3075,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3070,
"place_in_container": "5",
"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": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3076,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3070,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 18914,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3070,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 3077,
"order": "1.50000000000000000000",
"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": "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\udd34 Projects with scheduled budget > 90%'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3078,
"order": "1.66666666666666674068",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": "full",
"data_source_id": 885,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "b99e8c3a-778d-4c57-a602-6dadfa7cc27b",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9310')"
}
},
{
"uid": "fd0781b7-4ae7-4b3d-97fc-bbabb6268191",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9311')"
}
},
{
"uid": "cb98984c-1495-4f95-8dc8-c2e67db706aa",
"name": "Status",
"type": "text",
"config": {
"value": "get('current_record.field_9322')"
}
},
{
"uid": "e94e32bf-2240-4bf8-9faf-dbd4c8801515",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9314')"
}
},
{
"uid": "a623aebd-4efa-4d51-8f6a-67783a3c0597",
"name": "Deadline",
"type": "text",
"config": {
"value": "get('current_record.field_9315')"
}
},
{
"uid": "9f50541f-6459-4f3d-8e26-0607b906c6fb",
"name": "Active",
"type": "text",
"config": {
"value": "get('current_record.field_9327')"
}
},
{
"uid": "90d57251-8c64-4337-b2e2-8f8de1b9e9d1",
"name": "Scheduled",
"type": "text",
"config": {
"value": "get('current_record.field_9328')"
}
},
{
"uid": "98384528-5008-462a-a3ff-e40cd2b24b10",
"name": "Completed",
"type": "text",
"config": {
"value": "get('current_record.field_9329')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3079,
"order": "1.75000000000000000000",
"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": "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\udfe0 Projects with scheduled budget > 75%'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3080,
"order": "1.80000000000000004441",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": "full",
"data_source_id": 884,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "cc444709-55a5-422e-be8b-fba3b987c1ee",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9310')"
}
},
{
"uid": "bb720f15-27bc-4c51-af1b-eb6d71dbbf7b",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9311')"
}
},
{
"uid": "0d01ff55-36fa-4902-9307-c7e9ff1f4bbf",
"name": "Status",
"type": "text",
"config": {
"value": "get('current_record.field_9322')"
}
},
{
"uid": "d82206c2-73ab-4944-a6e4-72f4e95bc811",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9314')"
}
},
{
"uid": "2a5cbafb-591f-4daf-88f6-0e64e3e5bf1c",
"name": "Deadline",
"type": "text",
"config": {
"value": "get('current_record.field_9315')"
}
},
{
"uid": "ffb71d20-cd2a-4a1d-aa12-7d9c5390a7f1",
"name": "Active",
"type": "text",
"config": {
"value": "get('current_record.field_9327')"
}
},
{
"uid": "941b7f68-bb0c-4eed-8fdb-5af6be3d6ff3",
"name": "Scheduled",
"type": "text",
"config": {
"value": "get('current_record.field_9328')"
}
},
{
"uid": "9c343a70-a32c-468a-814b-89cfb970187d",
"name": "Completed",
"type": "text",
"config": {
"value": "get('current_record.field_9329')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3081,
"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": "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\udcda All projects'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3082,
"order": "3.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": "full",
"data_source_id": 883,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "911c0f51-ad0c-4d9e-bb8e-15b30ab81842",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9310')"
}
},
{
"uid": "a15ac29c-bbfa-4c25-ab6f-7ffef4f68460",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9311')"
}
},
{
"uid": "5a90222c-9d5e-4964-80e2-db95bacd782e",
"name": "Status",
"type": "text",
"config": {
"value": "get('current_record.field_9322')"
}
},
{
"uid": "013a5869-04f2-4d6c-b386-6e4b975e3dd8",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9314')"
}
},
{
"uid": "1c560087-b5c7-451d-8603-b16570ec8d80",
"name": "Deadline",
"type": "text",
"config": {
"value": "get('current_record.field_9315')"
}
},
{
"uid": "76ff663e-7094-418e-9632-4a8d9a5212d0",
"name": "Active",
"type": "text",
"config": {
"value": "get('current_record.field_9327')"
}
},
{
"uid": "d8a52811-8a61-48aa-88af-e86fe1d78acb",
"name": "Scheduled",
"type": "text",
"config": {
"value": "get('current_record.field_9328')"
}
},
{
"uid": "39fafebb-123a-4cc4-ab04-b3faf5a0cc33",
"name": "Completed",
"type": "text",
"config": {
"value": "get('current_record.field_9329')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 883,
"name": "All projects",
"order": "1.00000000000000000000",
"service": {
"id": 937,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 920,
"view_id": 4243,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": [
{
"field_id": 9314,
"order_by": "DESC"
}
]
}
},
{
"id": 884,
"name": "Projects > 75%",
"order": "2.00000000000000000000",
"service": {
"id": 938,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 920,
"view_id": 4246,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
},
{
"id": 885,
"name": "Projects > 90%",
"order": "3.00000000000000000000",
"service": {
"id": 939,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 920,
"view_id": 4247,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
}
],
"workflow_actions": []
},
{
"id": 470,
"name": "projects details",
"order": 3,
"path": "/projects/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 3083,
"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": 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",
"column_amount": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3087,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3083,
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3088,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3083,
"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": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3089,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3083,
"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": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3090,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3083,
"place_in_container": "5",
"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": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3091,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3084,
"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": 1,
"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\udcc5 Dates'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3092,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3084,
"place_in_container": "1",
"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": 1,
"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\udcb0 Budget'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3093,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3084,
"place_in_container": "2",
"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": "'\ud83d\udee0\ufe0f Tasks'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3094,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3085,
"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": "'\ud83d\udd04 in progress'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3095,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3083,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 18915,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3083,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 3096,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_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": "concat(get('data_source.886.field_9310'),': ',get('data_source.886.field_9311'),' (',get('data_source.886.field_9322'),')')",
"font_color": "default",
"level": 1,
"alignment": "left"
},
{
"id": 3097,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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": 1,
"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 date: ',get('data_source.886.field_9314'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3098,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 3085,
"place_in_container": "1",
"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": "'\ud83d\udcc5 Scheduled'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3099,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 3085,
"place_in_container": "2",
"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": "'\u2705 Completed'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3100,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 3085,
"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": 888,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "fbc6ad70-75a2-4b42-b416-350a7845bbe8",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "86f64aee-052b-44c8-a093-8b0876ce9141",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "c2867f9a-26d7-4d0e-be75-26806b3621c5",
"name": "Deadline",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9270'),' days')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3101,
"order": "3.00000000000000000000",
"type": "text",
"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",
"value": "get('data_source.886.field_9312')",
"alignment": "left",
"format": "plain"
},
{
"id": 3102,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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": 1,
"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('Deadline: ',get('data_source.886.field_9315'),' ')",
"alignment": "left",
"format": "plain"
},
{
"id": 3103,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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('Total budget: $ ',get('data_source.886.field_9313'),'M')",
"alignment": "left",
"format": "plain"
},
{
"id": 3104,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"place_in_container": "2",
"visibility": "all",
"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": 4,
"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('Active: ',get('data_source.886.field_9327'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3105,
"order": "3.00000000000000000000",
"type": "table",
"parent_element_id": 3085,
"place_in_container": "1",
"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": 889,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "1ae94e9d-37c0-4340-a79a-60e25ad82761",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "72054f88-f384-4efa-9d06-ce75f88ffbb4",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "640c4672-673f-446e-ac4c-8be89acf4c6f",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9254')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3106,
"order": "3.00000000000000000000",
"type": "table",
"parent_element_id": 3085,
"place_in_container": "2",
"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": 890,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "174e9046-d543-4443-a252-a4984fdb36af",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "2523a519-a773-423f-98d0-c08af4678b25",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3084,
"order": "4.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": 1,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3107,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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": 1,
"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('Actual end date: ',get('data_source.886.field_9316'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3108,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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('Assigned budget: $ ',get('data_source.886.field_9324'),'M (',get('data_source.886.field_9326'),'%)')",
"alignment": "left",
"format": "plain"
},
{
"id": 3109,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"place_in_container": "2",
"visibility": "all",
"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": 4,
"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('Scheduled: ',get('data_source.886.field_9328'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3110,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"place_in_container": "2",
"visibility": "all",
"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": 4,
"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('Completed: ',get('data_source.886.field_9329'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3111,
"order": "5.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": "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\udee0\ufe0f TASKS'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3112,
"order": "5.33333333333333303727",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"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": 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": "'\u26a0\ufe0f High priority and urgent'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3113,
"order": "5.40000000000000035527",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 1,
"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": 892,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "8865d974-9e1a-4898-9455-3e785450ccc3",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "d3e6a853-2cb9-4d4a-a7a2-9a031d13e1ac",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "ebe330fc-eb21-4ad5-bb9d-c22f74b1ac46",
"name": "Assignee",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9259.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9274')"
}
},
{
"uid": "39abb2a5-3018-4a74-84b8-7aebde0b4d65",
"name": "Priority",
"type": "text",
"config": {
"value": "get('current_record.field_9260.value')"
}
},
{
"uid": "f65c7d44-a0cc-4231-85e7-b70a38244039",
"name": "Ready",
"type": "text",
"config": {
"value": "get('current_record.field_9272')"
}
},
{
"uid": "ccffcbf5-bb13-426c-8ece-53dade5061a2",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9254')"
}
},
{
"uid": "78a8834e-7b9e-492e-bf6e-7dfc1421f2ee",
"name": "To go",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9270'),' days')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3085,
"order": "5.50000000000000000000",
"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": 1,
"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": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3114,
"order": "5.71428571428571441260",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"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": 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\udccb All tasks for this project'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3115,
"order": "5.79999999999999982236",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 1,
"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": 891,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "3a27cce8-dace-4a44-81d9-ad00e72a73c3",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "0e36dc0f-1fb3-41e1-a7c7-bbc5c8f08788",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "08d0ac82-89f5-40db-961d-5d849a51a8a3",
"name": "Assignee",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9259.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9274')"
}
},
{
"uid": "46c91936-fe47-4eae-a02c-94615cbe58ef",
"name": "Priority",
"type": "text",
"config": {
"value": "get('current_record.field_9260.value')"
}
},
{
"uid": "c7e21f1e-0a13-48a4-a51b-baa3fb7a5248",
"name": "Ready",
"type": "text",
"config": {
"value": "get('current_record.field_9272')"
}
},
{
"uid": "8bc44ba0-96a7-4e87-8100-cd52b3b71a67",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9254')"
}
},
{
"uid": "12c54701-4239-45ca-92be-c6c2bdb0e131",
"name": "To go",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9270'),' days')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3116,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 3084,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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('Available budget: $ ',get('data_source.886.field_9325'),'M')",
"alignment": "left",
"format": "plain"
},
{
"id": 3117,
"order": "6.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": "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\udc77\ud83d\udc77\u200d\u2640\ufe0f PROJECT TEAM'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3118,
"order": "6.50000000000000000000",
"type": "link",
"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",
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.886.field_9317.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "concat('Project owner: ',get('data_source.886.field_9331'))",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 3119,
"order": "7.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 887,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "fe0a4e76-3004-4e46-9e27-1511160e8a99",
"name": "Name",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9277')"
}
},
{
"uid": "dddde951-8c69-42ac-a0e4-1afff60fca91",
"name": "Job role",
"type": "text",
"config": {
"value": "get('current_record.field_1785148')"
}
},
{
"uid": "6c63b34f-07da-4509-bc96-b829de436eff",
"name": "Department",
"type": "text",
"config": {
"value": "get('current_record.field_9282')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 886,
"name": "Project details",
"order": "1.00000000000000000000",
"service": {
"id": 940,
"integration_id": 59,
"type": "local_baserow_get_row",
"table_id": 920,
"view_id": 4243,
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')",
"search_query": ""
}
},
{
"id": 887,
"name": "Project team",
"order": "2.00000000000000000000",
"service": {
"id": 941,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 917,
"view_id": 4230,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9284,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
},
{
"id": 888,
"name": "Project tasks (progress)",
"order": "3.00000000000000000000",
"service": {
"id": 942,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4220,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9261,
"type": "equal",
"value": "'In progress'",
"value_is_formula": true
},
{
"field_id": 9258,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
},
{
"id": 889,
"name": "Project tasks (scheduled)",
"order": "4.00000000000000000000",
"service": {
"id": 943,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4220,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9261,
"type": "equal",
"value": "'Not started yet'",
"value_is_formula": true
},
{
"field_id": 9258,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
},
{
"id": 890,
"name": "Project tasks (complete)",
"order": "5.00000000000000000000",
"service": {
"id": 944,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4220,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9261,
"type": "equal",
"value": "'Complete'",
"value_is_formula": true
},
{
"field_id": 9258,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
},
{
"id": 891,
"name": "Project tasks",
"order": "6.00000000000000000000",
"service": {
"id": 945,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4218,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9258,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
},
{
"id": 892,
"name": "Project tasks (urgent and high)",
"order": "7.00000000000000000000",
"service": {
"id": 946,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4224,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9258,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
}
],
"workflow_actions": []
},
{
"id": 471,
"name": "tasks",
"order": 4,
"path": "/tasks",
"path_params": [],
"elements": [
{
"id": 3120,
"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": 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",
"column_amount": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3123,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3120,
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3124,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3120,
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3125,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3120,
"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": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3126,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3120,
"place_in_container": "5",
"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": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3127,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3121,
"place_in_container": "0",
"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": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "'https://baserow.io/public/kanban/hhqnLBOESYys-IQBcHQcIhtWzyGt-xgnEPQZEFD53Ks'",
"target": "blank",
"value": "'By category (kanban)'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3128,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3120,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3129,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3121,
"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": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "'https://baserow.io/public/calendar/A1qAtDkLdDoMdecKyQ9Hmx7OUNgyj49mbhs1m2B5f7k'",
"target": "self",
"value": "'Calendar view'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 18916,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3120,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 3130,
"order": "1.50000000000000000000",
"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": "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": "'\u26a0\ufe0f High priority and urgent tasks'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3131,
"order": "1.66666666666666674068",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 893,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "4163fccf-4dd5-4a6f-ab5c-5d9e59476893",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "2fb151ef-4fa2-4467-b57d-31a424238f5c",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "00e4ddc2-f817-4530-a369-ae2ff59bcf69",
"name": "Project",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9258.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9273')"
}
},
{
"uid": "653941af-a4f2-472a-94ce-6cf33f8cede7",
"name": "Assignee",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_1785237')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9274')"
}
},
{
"uid": "5a5ed79b-0ad8-4162-8130-7301a1f8dbfe",
"name": "Ready",
"type": "text",
"config": {
"value": "get('current_record.field_9272')"
}
},
{
"uid": "4585b896-697f-4dab-8ccf-30fc6192e1a4",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9254')"
}
},
{
"uid": "19d5564c-1f7d-4e40-9092-90e8156dba97",
"name": "To go",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9270'),' days')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3132,
"order": "1.75000000000000000000",
"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": "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": "'\u26a0\ufe0f Prerequisites not ok'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3133,
"order": "1.80000000000000004441",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 895,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "fad57a5f-cbc0-4009-a0b6-52a892cefc08",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "ad47d01b-f6e5-40e2-abe2-3b0c73340f4a",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "7687b212-f0c1-4219-8b38-3af373b884ec",
"name": "Project",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9258.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9273')"
}
},
{
"uid": "aae4c613-eed0-49eb-9c1e-87ed65dd19b7",
"name": "Assignee",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_1785237')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9274')"
}
},
{
"uid": "7dea3692-ec7b-492b-a8a2-0a6d1b6250be",
"name": "Priority",
"type": "text",
"config": {
"value": "get('current_record.field_9260.value')"
}
},
{
"uid": "3b1fc418-67fd-4eda-a43b-30027fa1924e",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9254')"
}
},
{
"uid": "b57972a3-16df-4499-a6b1-7f6693cb7fdf",
"name": "To go",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9270'),' days')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3134,
"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": "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\udd04 \ud83d\udcc5 Active and scheduled tasks'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3135,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3121,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "'https://baserow.io/public/kanban/x4zsy4O68djBDGFmFb8Xud-TFtr8fQwVoeEkGvi2oW8'",
"target": "blank",
"value": "'By priority (kanban)'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3121,
"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": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3136,
"order": "3.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 894,
"items_per_page": 10,
"button_load_more_label": "",
"fields": [
{
"uid": "42456b73-244d-4fff-9149-97f12c165bd4",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "21e28168-6183-4112-9401-6204e920f3e6",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "1525ccb3-ad03-43cb-9b83-5180a96841b6",
"name": "Project",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9258.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9273')"
}
},
{
"uid": "4f19341c-94b5-4dfd-a861-0e461c8e7458",
"name": "Assignee",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_1785237')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9274')"
}
},
{
"uid": "fe6cca78-e1a3-4bc1-ac33-aac09f380291",
"name": "Priority",
"type": "text",
"config": {
"value": "get('current_record.field_9260.value')"
}
},
{
"uid": "0d40c8de-e5a9-416a-aced-d669620cc24d",
"name": "Status",
"type": "text",
"config": {
"value": "get('current_record.field_9261')"
}
},
{
"uid": "ddb97428-897c-4779-8d3d-c4f084c451f7",
"name": "To go",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9270'),' days')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 893,
"name": "High priority tasks",
"order": "1.00000000000000000000",
"service": {
"id": 947,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4224,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
},
{
"id": 894,
"name": "Active and scheduled tasks",
"order": "2.00000000000000000000",
"service": {
"id": 948,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4221,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": [
{
"field_id": 9254,
"order_by": "ASC"
}
]
}
},
{
"id": 895,
"name": "Prerequisites not ok",
"order": "3.00000000000000000000",
"service": {
"id": 949,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4229,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": [
{
"field_id": 9270,
"order_by": "ASC"
}
]
}
}
],
"workflow_actions": []
},
{
"id": 472,
"name": "task details",
"order": 5,
"path": "/task-details/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 3137,
"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": 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",
"column_amount": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3142,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 3140,
"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": 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",
"label": "'\u2795 Add new action'",
"required": true,
"validation_type": "any",
"placeholder": "'Need help or finished something ...'",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 3144,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3137,
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3145,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3137,
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3146,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3137,
"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": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3147,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3137,
"place_in_container": "5",
"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": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3148,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3138,
"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": 1,
"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": "'\u2139\ufe0f Information'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3149,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3138,
"place_in_container": "1",
"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": "'\u23f1\ufe0f Timing'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3150,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3138,
"place_in_container": "2",
"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": "'\ud83c\udfd7\ufe0f Required equipment'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3151,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3137,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3152,
"order": "1.00000000000000000000",
"type": "table",
"parent_element_id": 3139,
"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": 897,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "20cfe5da-bd6b-4125-8103-1dee5ea7e28a",
"name": "Date",
"type": "text",
"config": {
"value": "get('current_record.field_9334')"
}
},
{
"uid": "d067686a-ab07-4915-a4a2-539307c6162c",
"name": "Description",
"type": "text",
"config": {
"value": "get('current_record.field_9335')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 18917,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3137,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 3153,
"order": "1.33333333333333325932",
"type": "text",
"parent_element_id": 3138,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 4,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "color",
"style_background_color": "#d2fffaff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Ready to start: ',get('data_source.896.field_9272'),'** ')",
"alignment": "left",
"format": "markdown"
},
{
"id": 3154,
"order": "1.50000000000000000000",
"type": "link",
"parent_element_id": 3138,
"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": 1,
"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": 470,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.896.field_9258.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.896.field_9273')",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 3155,
"order": "1.66666666666666674068",
"type": "link",
"parent_element_id": 3138,
"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": 1,
"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": 474,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.896.field_9259.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.896.field_9274')",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 3156,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_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": "concat(get('data_source.896.field_9252'),': ',get('data_source.896.field_9253'),' (',get('data_source.896.field_9261'),')')",
"font_color": "default",
"level": 1,
"alignment": "left"
},
{
"id": 3157,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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": 1,
"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('Category: ',get('data_source.896.field_9267.value'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3158,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 3138,
"place_in_container": "2",
"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": 898,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "00889caf-9b25-4f71-9ba5-46f102949c9a",
"name": "Name",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 476,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9338')"
}
},
{
"uid": "a71bbe1c-e67a-4152-9ed8-d0952ab8d2ef",
"name": "Availble",
"type": "text",
"config": {
"value": "get('current_record.field_9346')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3159,
"order": "2.50000000000000000000",
"type": "text",
"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",
"value": "get('data_source.896.field_9257')",
"alignment": "left",
"format": "plain"
},
{
"id": 3160,
"order": "3.00000000000000000000",
"type": "button",
"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": 1,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "'Mark as completed'",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 3161,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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": 1,
"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('Priority: ',get('data_source.896.field_9260.value'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3138,
"order": "4.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": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3162,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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: ',get('data_source.896.field_9254'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3163,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"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": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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": 1,
"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('Budget: $ ',get('data_source.896.field_9255'),'M')",
"alignment": "left",
"format": "plain"
},
{
"id": 3164,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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('Duration: ',get('data_source.896.field_9256'),' days')",
"alignment": "left",
"format": "plain"
},
{
"id": 3165,
"order": "5.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": "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\udfac Task actions'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3139,
"order": "5.50000000000000000000",
"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": 3166,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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('Until deadline: ',get('data_source.896.field_9270'),' days')",
"alignment": "left",
"format": "plain"
},
{
"id": 3140,
"order": "7.00000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"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": 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",
"button_color": "primary",
"submit_button_label": "'Submit action'",
"reset_initial_values_post_submission": false
},
{
"id": 3167,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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('Estimated end date: ',get('data_source.896.field_9262'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3168,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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('Actual end date: ',get('data_source.896.field_9263'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3169,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 3138,
"place_in_container": "1",
"visibility": "all",
"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": 4,
"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": 1,
"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('Days overdue: ',get('data_source.896.field_9269'))",
"alignment": "left",
"format": "plain"
}
],
"data_sources": [
{
"id": 896,
"name": "Task details",
"order": "1.00000000000000000000",
"service": {
"id": 950,
"integration_id": 59,
"type": "local_baserow_get_row",
"table_id": 916,
"view_id": 4218,
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')",
"search_query": ""
}
},
{
"id": 897,
"name": "Task actions",
"order": "2.00000000000000000000",
"service": {
"id": 951,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 921,
"view_id": 4249,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9336,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
},
{
"id": 898,
"name": "Equipment for taks",
"order": "3.00000000000000000000",
"service": {
"id": 952,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 922,
"view_id": 4253,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9342,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
}
],
"workflow_actions": [
{
"id": 405,
"type": "create_row",
"order": 1,
"page_id": 472,
"element_id": 3140,
"event": "submit",
"service": {
"id": 962,
"integration_id": 59,
"type": "local_baserow_upsert_row",
"row_id": "",
"table_id": 921,
"field_mappings": [
{
"field_id": 9335,
"value": "get('form_data.3142')"
},
{
"field_id": 9336,
"value": "get('data_source.896.field_9252')"
}
]
}
},
{
"id": 406,
"type": "update_row",
"order": 1,
"page_id": 472,
"element_id": 3160,
"event": "click",
"service": {
"id": 963,
"integration_id": 59,
"type": "local_baserow_upsert_row",
"row_id": "get('page_parameter.id')",
"table_id": 916,
"field_mappings": [
{
"field_id": 9263,
"value": "get('data_source.896.field_9275')"
}
]
}
},
{
"id": 407,
"type": "notification",
"order": 2,
"page_id": 472,
"element_id": 3160,
"event": "click",
"title": "'Complete'",
"description": "'Taks is completed, refresh the page'"
},
{
"id": 408,
"type": "notification",
"order": 2,
"page_id": 472,
"element_id": 3140,
"event": "submit",
"title": "'Success'",
"description": "'Action was added, refresh to see it in the list'"
}
]
},
{
"id": 473,
"name": "staff",
"order": 6,
"path": "/staff",
"path_params": [],
"elements": [
{
"id": 12202,
"order": "0.50000000000000000000",
"type": "heading",
"parent_element_id": 12201,
"place_in_container": "1",
"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": 0,
"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": "get('current_record.field_9277')",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3170,
"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": 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",
"column_amount": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3172,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3170,
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3173,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3170,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_background_color": "#ffffffff",
"button_hover_background_color": "#ffffffff"
}
},
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "#ffffffff"
},
{
"id": 3174,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3170,
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3175,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3170,
"place_in_container": "5",
"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": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3176,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3170,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 12201,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 12200,
"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": 1,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 10,
"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": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 12204,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 12201,
"place_in_container": "1",
"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": 4,
"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('**Job:** ', get('current_record.field_9281.0.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 12207,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 12201,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 4,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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('**Tasks:**', '\n', concat('* Scheduled: ', get('current_record.field_9290')), '\n', concat('* Active: ', get('current_record.field_9289')))",
"alignment": "left",
"format": "markdown"
},
{
"id": 18918,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3170,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 18919,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 12201,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_9278.0.url')",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 3177,
"order": "1.50000000000000000000",
"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": "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\udc77\ud83d\udc77\u200d\u2640\ufe0f Staff overview'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 12210,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 12201,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 4,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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('current_record.field_9282'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 12200,
"order": "1.57142857142857139685",
"type": "repeat",
"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",
"data_source_id": 899,
"items_per_page": 5,
"button_load_more_label": "",
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
}
},
{
"id": 12205,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 12201,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 4,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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('**E-mail:** ', get('current_record.field_9280'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 12208,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 12201,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 4,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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('**Projects:**', '\n', concat('* Scheduled: ', get('current_record.field_9287')), '\n', concat('* Active: ', get('current_record.field_9286'), ' '))",
"alignment": "left",
"format": "markdown"
},
{
"id": 12206,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 12201,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 4,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 4,
"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('current_record.field_9279'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 12209,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 12201,
"place_in_container": "1",
"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",
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'More information'",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
}
],
"data_sources": [
{
"id": 899,
"name": "All staff members",
"order": "1.00000000000000000000",
"service": {
"id": 953,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 917,
"view_id": 4230,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
}
],
"workflow_actions": []
},
{
"id": 474,
"name": "staff details",
"order": 7,
"path": "/staff-details/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 3181,
"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": 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",
"column_amount": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3184,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3181,
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3185,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3181,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_background_color": "#ffffffff",
"button_hover_background_color": "#ffffffff"
}
},
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "#ffffffff"
},
{
"id": 3186,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3181,
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3187,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3181,
"place_in_container": "5",
"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": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3189,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3182,
"place_in_container": "1",
"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": 0,
"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('Name: ',get('data_source.900.field_9277'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3190,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3181,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 18920,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3181,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 18921,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3182,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.900.field_9278.0.url')",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 3191,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_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": "get('data_source.900.field_9277')",
"font_color": "default",
"level": 1,
"alignment": "left"
},
{
"id": 3192,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3182,
"place_in_container": "1",
"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": 0,
"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('Job: ',get('data_source.900.field_9281.0.value'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3182,
"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": 1,
"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": 3193,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3182,
"place_in_container": "1",
"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": 0,
"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.900.field_9282'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3194,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3182,
"place_in_container": "1",
"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": 0,
"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('Mail: ',get('data_source.900.field_9280'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3195,
"order": "4.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": "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\udcda Currently involvement in projects'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3196,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3182,
"place_in_container": "1",
"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": 0,
"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.900.field_9279'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3197,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 901,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "333ce348-4098-4f43-b38e-84db9e46eedb",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9310')"
}
},
{
"uid": "ef8689e6-ddf3-45b8-a9c9-6898586ac050",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9311')"
}
},
{
"uid": "193196e1-d189-468a-9861-c94e87da4f98",
"name": "Assigned buget",
"type": "text",
"config": {
"value": "concat(get('current_record.field_9326'),'%')"
}
},
{
"uid": "53087b1f-a033-4be1-bf00-2590d6857b74",
"name": "Owner",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9317.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9331')"
}
},
{
"uid": "89db74f0-756a-40d7-9702-d987c4a28864",
"name": "From",
"type": "text",
"config": {
"value": "get('current_record.field_9314')"
}
},
{
"uid": "679e377c-f996-4a69-b6a8-c57d14a46423",
"name": "Until",
"type": "text",
"config": {
"value": "get('current_record.field_9315')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3198,
"order": "6.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": "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\udee0\ufe0f Currently involvement in tasks'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3199,
"order": "7.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 902,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "806dd508-0b62-41fe-878d-2792b73e823e",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 474,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "fb2239cc-0ac9-41d8-b8bb-60bae54d0e37",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
},
{
"uid": "b2a13b9d-4840-4295-9b41-62aaca43e86f",
"name": "Priority",
"type": "text",
"config": {
"value": "get('current_record.field_9260.value')"
}
},
{
"uid": "d87def1c-e345-4cee-99eb-3cfd4d6c8b3a",
"name": "Ready",
"type": "text",
"config": {
"value": "get('current_record.field_9272')"
}
},
{
"uid": "f364d423-29ea-48d2-a64b-7408ba748840",
"name": "Start",
"type": "text",
"config": {
"value": "get('current_record.field_9254')"
}
},
{
"uid": "5325ba3e-418c-4957-8afc-18c13c76b46c",
"name": "To go",
"type": "text",
"config": {
"value": "get('current_record.field_9270')"
}
},
{
"uid": "1513737a-4b85-4baf-a874-9bc99d099f97",
"name": "Project",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 470,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.field_9258.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9273')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 900,
"name": "Staff details",
"order": "1.00000000000000000000",
"service": {
"id": 954,
"integration_id": 59,
"type": "local_baserow_get_row",
"table_id": 917,
"view_id": 4230,
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')",
"search_query": ""
}
},
{
"id": 901,
"name": "Projects by staff member",
"order": "2.00000000000000000000",
"service": {
"id": 955,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 920,
"view_id": 4243,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9322,
"type": "equal",
"value": "'In progress'",
"value_is_formula": true
},
{
"field_id": 9321,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
},
{
"id": 902,
"name": "Tasks by staff member",
"order": "3.00000000000000000000",
"service": {
"id": 956,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4226,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9259,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
}
],
"workflow_actions": []
},
{
"id": 475,
"name": "equipment",
"order": 8,
"path": "/equipment",
"path_params": [],
"elements": [
{
"id": 3200,
"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": 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",
"column_amount": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3202,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3200,
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3203,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3200,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_background_color": "#ffffffff",
"button_hover_background_color": "#ffffffff"
}
},
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "#ffffffff"
},
{
"id": 3204,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3200,
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3205,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3200,
"place_in_container": "5",
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3206,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3200,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 18922,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3200,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 3207,
"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": "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": "'\u26a0\ufe0f Equipment without a piece in surplus'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3208,
"order": "2.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 903,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "ecdaa588-d8e2-4239-b88d-92666bdf23ef",
"name": "Name",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 476,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9338')"
}
},
{
"uid": "cfc24467-8ba4-431c-8eb8-d0e5b6aaf250",
"name": "Category",
"type": "text",
"config": {
"value": "get('current_record.field_9340.value')"
}
},
{
"uid": "e3b45561-b21f-410d-babb-87dbf0d35ae5",
"name": "Quantity",
"type": "text",
"config": {
"value": "get('current_record.field_9341')"
}
},
{
"uid": "14636e88-73b4-44cb-87a5-ef53ac16df21",
"name": "In use",
"type": "text",
"config": {
"value": "get('current_record.field_9343')"
}
},
{
"uid": "6bd17316-ddb9-4c74-ab26-cfbd959782da",
"name": "Scheduled",
"type": "text",
"config": {
"value": "get('current_record.field_9345')"
}
},
{
"uid": "67e59d8e-2ebd-4d0f-b32b-e1294abc4a70",
"name": "Available",
"type": "text",
"config": {
"value": "get('current_record.field_9346')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3209,
"order": "3.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": "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\udd04 Equipment currently in use'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3210,
"order": "3.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 904,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "1f133d52-976d-4612-9d78-d7ac0431b0b1",
"name": "Name",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 476,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9338')"
}
},
{
"uid": "69ef41c4-1f35-45f1-9f94-ad5426e01ec8",
"name": "Category",
"type": "text",
"config": {
"value": "get('current_record.field_9340.value')"
}
},
{
"uid": "9dac8a85-a7cf-4307-897a-3417c146e5ea",
"name": "Quantity",
"type": "text",
"config": {
"value": "get('current_record.field_9341')"
}
},
{
"uid": "2cf6ff23-a04a-4276-a5ff-ede0bdf80b5a",
"name": "In use",
"type": "text",
"config": {
"value": "get('current_record.field_9343')"
}
},
{
"uid": "e5656407-1084-400d-aa6a-580b23b5d26a",
"name": "Scheduled",
"type": "text",
"config": {
"value": "get('current_record.field_9345')"
}
},
{
"uid": "dbe09851-490b-4522-8a76-3f64d772d3bb",
"name": "Available",
"type": "text",
"config": {
"value": "get('current_record.field_9346')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3211,
"order": "4.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": "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": "'\u274c Equipment without scheduled tasks'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 3212,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"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": 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": 905,
"items_per_page": 10,
"button_load_more_label": "",
"fields": [
{
"uid": "1093c0ed-2853-49e7-8f28-0ca599ffb7ca",
"name": "Name",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 476,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9338')"
}
},
{
"uid": "199edc72-63ef-4780-83a9-a186ac3b5af6",
"name": "Category",
"type": "text",
"config": {
"value": "get('current_record.field_9340.value')"
}
},
{
"uid": "7bed9ca2-b47a-49b2-a43a-bde7ecabbbd7",
"name": "Quantity",
"type": "text",
"config": {
"value": "get('current_record.field_9341')"
}
},
{
"uid": "4194a8fd-2042-4c52-b6a2-ee86267dfa76",
"name": "In use",
"type": "text",
"config": {
"value": "get('current_record.field_9343')"
}
},
{
"uid": "9a96222b-d7d1-465e-8199-ee234cca4d91",
"name": "Scheduled",
"type": "text",
"config": {
"value": "get('current_record.field_9345')"
}
},
{
"uid": "54c3e305-0edd-49f2-9e00-f05f16dce846",
"name": "Available",
"type": "text",
"config": {
"value": "get('current_record.field_9346')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 903,
"name": "Equipment without surplus",
"order": "1.00000000000000000000",
"service": {
"id": 957,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 922,
"view_id": 4257,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
},
{
"id": 904,
"name": "Equipment in use",
"order": "2.00000000000000000000",
"service": {
"id": 958,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 922,
"view_id": 4256,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
},
{
"id": 905,
"name": "Equipment not used",
"order": "3.00000000000000000000",
"service": {
"id": 959,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 922,
"view_id": 4255,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
}
],
"workflow_actions": []
},
{
"id": 476,
"name": "equipment details",
"order": 9,
"path": "/equipment-details/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 3213,
"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": 6,
"column_gap": 20,
"alignment": "center"
},
{
"id": 3216,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3213,
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 469,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3217,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3213,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
},
"button": {
"button_background_color": "#ffffffff",
"button_hover_background_color": "#ffffffff"
}
},
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 471,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "#ffffffff"
},
{
"id": 3218,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3213,
"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": "color",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 473,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3219,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3213,
"place_in_container": "5",
"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": "color",
"style_background_color": "#c5dcffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 475,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3220,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3213,
"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": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 468,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link",
"width": "auto",
"alignment": "center",
"button_color": "primary"
},
{
"id": 3221,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3214,
"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": 1,
"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": "'\u2139\ufe0f Information'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 3222,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3214,
"place_in_container": "1",
"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": "'\ud83d\udee0\ufe0f Linked tasks'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 18923,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3213,
"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": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"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": 3223,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_1_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": "get('data_source.906.field_9338')",
"font_color": "default",
"level": 1,
"alignment": "left"
},
{
"id": 3224,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3214,
"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": 4,
"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": 1,
"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('Category: ',get('data_source.906.field_9340.value'))",
"alignment": "left",
"format": "plain"
},
{
"id": 3225,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 3214,
"place_in_container": "1",
"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": 907,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "3f9aefea-bf79-4279-ba59-fd96c1f47cd7",
"name": "Code",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 472,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_9252')"
}
},
{
"uid": "99e33b12-57a1-47a4-bff0-53ec3d20eb86",
"name": "Title",
"type": "text",
"config": {
"value": "get('current_record.field_9253')"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3226,
"order": "3.00000000000000000000",
"type": "text",
"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": 1,
"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.906.field_9339')",
"alignment": "left",
"format": "plain"
},
{
"id": 3227,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3214,
"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": 4,
"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": 1,
"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('Quantity: ',get('data_source.906.field_9341'),' ')",
"alignment": "left",
"format": "plain"
},
{
"id": 3214,
"order": "4.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": 3228,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3214,
"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": 4,
"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": 1,
"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('Currently in use: ',get('data_source.906.field_9343'),' ')",
"alignment": "left",
"format": "plain"
},
{
"id": 3229,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3214,
"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": 4,
"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": 1,
"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('Currently available: ',get('data_source.906.field_9346'),' ')",
"alignment": "left",
"format": "plain"
},
{
"id": 3230,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 3214,
"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": 4,
"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": 1,
"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('Currently scheduled: ',get('data_source.906.field_9345'))",
"alignment": "left",
"format": "plain"
}
],
"data_sources": [
{
"id": 906,
"name": "Equipment details",
"order": "1.00000000000000000000",
"service": {
"id": 960,
"integration_id": 59,
"type": "local_baserow_get_row",
"table_id": 922,
"view_id": 4253,
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')",
"search_query": ""
}
},
{
"id": 907,
"name": "Tasks for the equipment",
"order": "2.00000000000000000000",
"service": {
"id": 961,
"integration_id": 59,
"type": "local_baserow_list_rows",
"table_id": 916,
"view_id": 4218,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 9266,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
}
],
"workflow_actions": []
}
],
"integrations": [
{
"id": 59,
"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": [],
"favicon_file": null,
"id": 239,
"name": "Task management application",
"order": 2,
"type": "builder"
}
]
}