1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 15:27:53 +00:00
bramw_baserow/backend/templates/task-management.json
2024-10-02 11:14:40 +00:00

29080 lines
1.4 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": 1009,
"name": "Task Management",
"order": 1,
"type": "database",
"tables": [
{
"id": 3668,
"name": "Departments",
"order": 1,
"fields": [
{
"id": 37593,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37594,
"type": "text",
"name": "Description",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37595,
"type": "link_row",
"name": "Job roles",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3669,
"link_row_related_field_id": 37598,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37681,
"type": "rollup",
"name": "Staff count",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37595,
"target_field_id": 37659,
"rollup_function": "sum"
},
{
"id": 37691,
"type": "rollup",
"name": "Total projects count",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37595,
"target_field_id": 37689,
"rollup_function": "sum"
},
{
"id": 37687,
"type": "rollup",
"name": "Active projects count",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37595,
"target_field_id": 37682,
"rollup_function": "sum"
},
{
"id": 37690,
"type": "formula",
"name": "Projects by staff ratio",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 2,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "if(field('Active projects count') = 0,0,round(field('Staff count') / field('Active projects count'),2))",
"formula_type": "number"
}
],
"views": [
{
"id": 16642,
"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": 12968,
"field_id": 37681,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152617,
"field_id": 37593,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152618,
"field_id": 37594,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152619,
"field_id": 37595,
"width": 637,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152620,
"field_id": 37681,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152621,
"field_id": 37691,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152622,
"field_id": 37687,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152623,
"field_id": 37690,
"width": 215,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16643,
"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": 9272,
"field_id": 37687,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12969,
"field_id": 37681,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152624,
"field_id": 37593,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152625,
"field_id": 37594,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152626,
"field_id": 37595,
"width": 637,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152627,
"field_id": 37681,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152628,
"field_id": 37691,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152629,
"field_id": 37687,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152630,
"field_id": 37690,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16644,
"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": 9273,
"field_id": 37687,
"type": "higher_than",
"value": "0",
"group": null
},
{
"id": 9274,
"field_id": 37690,
"type": "lower_than",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12970,
"field_id": 37681,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152631,
"field_id": 37593,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152632,
"field_id": 37594,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152633,
"field_id": 37595,
"width": 637,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152634,
"field_id": 37681,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152635,
"field_id": 37691,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152636,
"field_id": 37687,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152637,
"field_id": 37690,
"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_37593": "Architecture",
"field_37594": "Responsible for conceptualizing and designing architectural plans for buildings and structures.",
"field_37595": [
3,
4,
5,
6,
7
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Civil Engineering",
"field_37594": "Focuses on civil infrastructure design",
"field_37595": [
8,
9,
10,
11,
12
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Mechanical Engineering",
"field_37594": "Deals with HVAC systems",
"field_37595": [
18,
19,
20,
21,
22
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Electrical Engineering",
"field_37594": "Handles electrical systems",
"field_37595": [
23,
24,
25,
26,
27
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Project Management",
"field_37594": "Oversees project planning",
"field_37595": [
28,
29,
30,
31,
32
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Construction Management",
"field_37594": "Manages on-site construction activities",
"field_37595": [
33,
34,
35,
36,
37
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Quality Control/Assurance",
"field_37594": "Ensures that construction projects and designs meet quality standards and comply with regulations.",
"field_37595": [
38,
39,
40,
41,
42
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "BIM (Building Information Modeling)",
"field_37594": "Utilizes digital tools to create and manage a collaborative model for construction projects.",
"field_37595": [
43,
44,
45,
46,
47
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Urban Planning",
"field_37594": "Focuses on city planning",
"field_37595": [
53,
54,
55,
56,
57
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Interior Design",
"field_37594": "Handles the aesthetic and functional aspects of interior spaces in buildings.",
"field_37595": [
58,
59,
60,
61
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": 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_37593": "Environmental Sustainability",
"field_37594": "Focuses on incorporating sustainable and eco-friendly practices into design and construction.",
"field_37595": [
63,
64,
65,
66,
67
],
"field_37681": null,
"field_37691": null,
"field_37687": null,
"field_37690": null
}
],
"data_sync": null
},
{
"id": 3669,
"name": "Job roles",
"order": 2,
"fields": [
{
"id": 37596,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37597,
"type": "text",
"name": "Description",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37598,
"type": "link_row",
"name": "Department",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3668,
"link_row_related_field_id": 37595,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37599,
"type": "link_row",
"name": "Staff",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3670,
"link_row_related_field_id": 37604,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37659,
"type": "count",
"name": "Staff count",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37599
},
{
"id": 37689,
"type": "rollup",
"name": "Total projects count",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37599,
"target_field_id": 37683,
"rollup_function": "sum"
},
{
"id": 37643,
"type": "formula",
"name": "Department name",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "join(lookup('Department','Name'),'')",
"formula_type": "text"
},
{
"id": 37682,
"type": "rollup",
"name": "Active projects count",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37599,
"target_field_id": 37662,
"rollup_function": "sum"
},
{
"id": 37688,
"type": "formula",
"name": "Projects by staff ratio",
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 2,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "if(field('Active projects count') = 0,0,round(field('Staff count') / field('Active projects count'),2))",
"formula_type": "number"
}
],
"views": [
{
"id": 16645,
"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": 12971,
"field_id": 37659,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152638,
"field_id": 37596,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152639,
"field_id": 37597,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152640,
"field_id": 37598,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152641,
"field_id": 37643,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152642,
"field_id": 37599,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152643,
"field_id": 37659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152644,
"field_id": 37689,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152645,
"field_id": 37682,
"width": 203,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152646,
"field_id": 37688,
"width": 210,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16646,
"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": 1528,
"field_id": 37643,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152647,
"field_id": 37596,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152648,
"field_id": 37597,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152649,
"field_id": 37598,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152650,
"field_id": 37643,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152651,
"field_id": 37599,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152652,
"field_id": 37659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152653,
"field_id": 37689,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152654,
"field_id": 37682,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152655,
"field_id": 37688,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16647,
"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": 9275,
"field_id": 37682,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12972,
"field_id": 37659,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152656,
"field_id": 37596,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152657,
"field_id": 37597,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152658,
"field_id": 37598,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152659,
"field_id": 37643,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152660,
"field_id": 37599,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152661,
"field_id": 37659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152662,
"field_id": 37682,
"width": 203,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152663,
"field_id": 37688,
"width": 210,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152664,
"field_id": 37689,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16648,
"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": 9276,
"field_id": 37688,
"type": "lower_than",
"value": "1",
"group": null
},
{
"id": 9277,
"field_id": 37682,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12973,
"field_id": 37659,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152665,
"field_id": 37596,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152666,
"field_id": 37597,
"width": 400,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152667,
"field_id": 37598,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152668,
"field_id": 37643,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152669,
"field_id": 37599,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152670,
"field_id": 37659,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152671,
"field_id": 37682,
"width": 203,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152672,
"field_id": 37688,
"width": 210,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152673,
"field_id": 37689,
"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_37596": "Architect",
"field_37597": "Designs and plans architectural concepts for buildings and structures.",
"field_37598": [
3
],
"field_37599": [
5,
1
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Interior Designer",
"field_37597": "Focuses on the aesthetic and functional aspects of interior spaces in buildings.",
"field_37598": [
3
],
"field_37599": [
2
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Project Architect",
"field_37597": "Leads and manages architectural projects from conception to completion.",
"field_37598": [
3
],
"field_37599": [
4
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "BIM Specialist",
"field_37597": "Utilizes Building Information Modeling (BIM) tools for collaborative project modeling.",
"field_37598": [
3
],
"field_37599": [
6
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Civil Engineer",
"field_37597": "Designs and oversees civil infrastructure projects such as roads and bridges.",
"field_37598": [
4
],
"field_37599": [
7
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Geotechnical Engineer",
"field_37597": "Analyzes soil and rock properties to ensure stable foundations for structures.",
"field_37598": [
4
],
"field_37599": [
3
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Structural Engineer",
"field_37597": "Designs and ensures the stability of structures such as buildings and bridges.",
"field_37598": [
4
],
"field_37599": [
8
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Energy Systems Engineer",
"field_37597": "Focuses on designing energy-efficient systems for buildings.",
"field_37598": [
6
],
"field_37599": [
9
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Fire Protection Engineer",
"field_37597": "Specializes in designing systems to prevent and mitigate fire hazards.",
"field_37598": [
6
],
"field_37599": [
23
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Lighting Designer",
"field_37597": "Specializes in creating lighting plans to enhance the visual appeal of spaces.",
"field_37598": [
7
],
"field_37599": [
19
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Project Manager",
"field_37597": "Oversees project planning",
"field_37598": [
8
],
"field_37599": [
15,
16
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Cost Estimator",
"field_37597": "Analyzes project requirements to provide accurate cost estimates.",
"field_37598": [
8
],
"field_37599": [
10
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Safety Manager",
"field_37597": "Ensures a safe working environment",
"field_37598": [
9
],
"field_37599": [
11
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Quality Assurance Specialist",
"field_37597": "Ensures that construction projects and designs meet quality standards and compliance.",
"field_37598": [
10
],
"field_37599": [
21
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Materials Testing Technician",
"field_37597": "Performs tests on construction materials to ensure quality and durability.",
"field_37598": [
10
],
"field_37599": [
14
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Quality Auditor",
"field_37597": "Conducts audits to assess and improve quality control processes.",
"field_37598": [
10
],
"field_37599": [
13
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "BIM Coordinator",
"field_37597": "Coordinates and oversees BIM projects",
"field_37598": [
11
],
"field_37599": [
12
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Urban Planner",
"field_37597": "Focuses on city planning",
"field_37598": [
13
],
"field_37599": [
17
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Environmental Planner",
"field_37597": "Addresses environmental considerations in urban planning and development.",
"field_37598": [
13
],
"field_37599": [
24
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Commercial Interior Designer",
"field_37597": "Specializes in designing interiors for commercial spaces such as offices and retail.",
"field_37598": [
14
],
"field_37599": [
20
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Sustainability Consultant",
"field_37597": "Advises on and implements sustainable and eco-friendly practices in design and construction.",
"field_37598": [
15
],
"field_37599": [
18
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": 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_37596": "Sustainability Project Manager",
"field_37597": "Manages projects focused on integrating sustainability practices into AEC processes.",
"field_37598": [
15
],
"field_37599": [
22
],
"field_37659": null,
"field_37689": null,
"field_37643": null,
"field_37682": null,
"field_37688": null
}
],
"data_sync": null
},
{
"id": 3670,
"name": "Staff",
"order": 3,
"fields": [
{
"id": 37646,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "concat(field('Name'),' (',min(lookup('Job','Name')),')')",
"formula_type": "text"
},
{
"id": 37600,
"type": "text",
"name": "Name",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37601,
"type": "file",
"name": "Photo",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 37602,
"type": "phone_number",
"name": "Phone",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 37603,
"type": "email",
"name": "Email",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 37604,
"type": "link_row",
"name": "Job",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3669,
"link_row_related_field_id": 37599,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37647,
"type": "rollup",
"name": "Department",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37604,
"target_field_id": 37598,
"rollup_function": "min"
},
{
"id": 37605,
"type": "link_row",
"name": "Projects - Owner",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3671,
"link_row_related_field_id": 37616,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37606,
"type": "link_row",
"name": "Projects - Team",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3671,
"link_row_related_field_id": 37617,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37607,
"type": "link_row",
"name": "Tasks",
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3672,
"link_row_related_field_id": 37625,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37662,
"type": "formula",
"name": "Active projects",
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'In progress'))",
"formula_type": "number"
},
{
"id": 37663,
"type": "formula",
"name": "Scheduled projects",
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'Not started yet'))",
"formula_type": "number"
},
{
"id": 37664,
"type": "formula",
"name": "Completed projects",
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Projects - Team','Code'),lookup('Projects - Team','Status') = 'Complete'))",
"formula_type": "number"
},
{
"id": 37667,
"type": "formula",
"name": "Active tasks",
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'In progress'))",
"formula_type": "number"
},
{
"id": 37668,
"type": "formula",
"name": "Scheduled tasks",
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Not started yet'))",
"formula_type": "number"
},
{
"id": 37669,
"type": "formula",
"name": "Completed tasks",
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Complete'))",
"formula_type": "number"
},
{
"id": 37683,
"type": "formula",
"name": "Total projects",
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "field('Active projects') + field('Scheduled projects') + field('Completed projects')",
"formula_type": "number"
},
{
"id": 37684,
"type": "formula",
"name": "Total tasks",
"order": 17,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "field('Active tasks') + field('Scheduled tasks') + field('Completed tasks')",
"formula_type": "number"
},
{
"id": 37608,
"type": "password",
"name": "Password",
"order": 18,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
}
],
"views": [
{
"id": 16649,
"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": 12974,
"field_id": 37600,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152674,
"field_id": 37646,
"width": 187,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152675,
"field_id": 37600,
"width": 164,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152676,
"field_id": 37603,
"width": 278,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152677,
"field_id": 37602,
"width": 135,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152678,
"field_id": 37608,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152680,
"field_id": 37601,
"width": 111,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152681,
"field_id": 37604,
"width": 180,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152682,
"field_id": 37647,
"width": 182,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152683,
"field_id": 37605,
"width": 174,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152684,
"field_id": 37606,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152685,
"field_id": 37607,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152686,
"field_id": 37662,
"width": 171,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152687,
"field_id": 37663,
"width": 191,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152688,
"field_id": 37664,
"width": 190,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152689,
"field_id": 37683,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152690,
"field_id": 37667,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152691,
"field_id": 37668,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152692,
"field_id": 37669,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152693,
"field_id": 37684,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16650,
"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": 12975,
"field_id": 37600,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 37601,
"field_options": [
{
"id": 19707,
"field_id": 37600,
"hidden": false,
"order": 32767
},
{
"id": 19708,
"field_id": 37601,
"hidden": true,
"order": 32767
},
{
"id": 19709,
"field_id": 37602,
"hidden": false,
"order": 32767
},
{
"id": 19710,
"field_id": 37603,
"hidden": false,
"order": 32767
},
{
"id": 19711,
"field_id": 37604,
"hidden": false,
"order": 32767
},
{
"id": 19712,
"field_id": 37605,
"hidden": false,
"order": 32767
},
{
"id": 19713,
"field_id": 37606,
"hidden": false,
"order": 32767
},
{
"id": 19714,
"field_id": 37607,
"hidden": false,
"order": 32767
},
{
"id": 19715,
"field_id": 37646,
"hidden": false,
"order": 32767
},
{
"id": 19716,
"field_id": 37647,
"hidden": false,
"order": 32767
},
{
"id": 19720,
"field_id": 37662,
"hidden": true,
"order": 32767
},
{
"id": 19721,
"field_id": 37663,
"hidden": true,
"order": 32767
},
{
"id": 19722,
"field_id": 37664,
"hidden": true,
"order": 32767
},
{
"id": 19717,
"field_id": 37667,
"hidden": true,
"order": 32767
},
{
"id": 19718,
"field_id": 37668,
"hidden": true,
"order": 32767
},
{
"id": 19719,
"field_id": 37669,
"hidden": true,
"order": 32767
},
{
"id": 19724,
"field_id": 37683,
"hidden": true,
"order": 32767
},
{
"id": 19723,
"field_id": 37684,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16651,
"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": 12976,
"field_id": 37600,
"order": "ASC"
}
],
"decorations": [],
"public": true,
"card_cover_image_field_id": 37601,
"field_options": [
{
"id": 19725,
"field_id": 37600,
"hidden": false,
"order": 32767
},
{
"id": 19726,
"field_id": 37601,
"hidden": true,
"order": 32767
},
{
"id": 19727,
"field_id": 37602,
"hidden": false,
"order": 32767
},
{
"id": 19728,
"field_id": 37603,
"hidden": false,
"order": 32767
},
{
"id": 19729,
"field_id": 37604,
"hidden": false,
"order": 32767
},
{
"id": 19730,
"field_id": 37605,
"hidden": true,
"order": 32767
},
{
"id": 19731,
"field_id": 37606,
"hidden": true,
"order": 32767
},
{
"id": 19732,
"field_id": 37607,
"hidden": true,
"order": 32767
},
{
"id": 19733,
"field_id": 37646,
"hidden": true,
"order": 32767
},
{
"id": 19734,
"field_id": 37647,
"hidden": false,
"order": 32767
},
{
"id": 19738,
"field_id": 37662,
"hidden": true,
"order": 32767
},
{
"id": 19739,
"field_id": 37663,
"hidden": true,
"order": 32767
},
{
"id": 19740,
"field_id": 37664,
"hidden": true,
"order": 32767
},
{
"id": 19735,
"field_id": 37667,
"hidden": true,
"order": 32767
},
{
"id": 19736,
"field_id": 37668,
"hidden": true,
"order": 32767
},
{
"id": 19737,
"field_id": 37669,
"hidden": true,
"order": 32767
},
{
"id": 19742,
"field_id": 37683,
"hidden": true,
"order": 32767
},
{
"id": 19741,
"field_id": 37684,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16652,
"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": 12977,
"field_id": 37667,
"order": "ASC"
}
],
"group_bys": [
{
"id": 1529,
"field_id": 37647,
"order": "ASC"
}
],
"decorations": [
{
"id": 4848,
"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",
"row_height_size": "small",
"field_options": [
{
"id": 152694,
"field_id": 37646,
"width": 190,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152695,
"field_id": 37600,
"width": 164,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152696,
"field_id": 37601,
"width": 111,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152697,
"field_id": 37604,
"width": 180,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152698,
"field_id": 37647,
"width": 182,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152699,
"field_id": 37602,
"width": 135,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152700,
"field_id": 37603,
"width": 158,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152701,
"field_id": 37605,
"width": 174,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152702,
"field_id": 37606,
"width": 281,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152703,
"field_id": 37607,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152704,
"field_id": 37662,
"width": 171,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152705,
"field_id": 37663,
"width": 191,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152706,
"field_id": 37664,
"width": 190,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152707,
"field_id": 37683,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152708,
"field_id": 37667,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152709,
"field_id": 37668,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152710,
"field_id": 37669,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152711,
"field_id": 37684,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16653,
"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": 9278,
"field_id": 37662,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12978,
"field_id": 37683,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152712,
"field_id": 37646,
"width": 190,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152713,
"field_id": 37600,
"width": 164,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152714,
"field_id": 37601,
"width": 111,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152715,
"field_id": 37604,
"width": 180,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152716,
"field_id": 37647,
"width": 182,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152717,
"field_id": 37602,
"width": 135,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152718,
"field_id": 37603,
"width": 158,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152719,
"field_id": 37605,
"width": 174,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152720,
"field_id": 37606,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152721,
"field_id": 37607,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152722,
"field_id": 37662,
"width": 171,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152723,
"field_id": 37663,
"width": 191,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152724,
"field_id": 37664,
"width": 190,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152725,
"field_id": 37683,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152726,
"field_id": 37667,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152727,
"field_id": 37668,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152728,
"field_id": 37669,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152729,
"field_id": 37684,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16654,
"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": 9279,
"field_id": 37667,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12979,
"field_id": 37683,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152730,
"field_id": 37646,
"width": 190,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152731,
"field_id": 37600,
"width": 164,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152732,
"field_id": 37601,
"width": 111,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152733,
"field_id": 37604,
"width": 180,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152734,
"field_id": 37647,
"width": 182,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152735,
"field_id": 37602,
"width": 135,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152736,
"field_id": 37603,
"width": 158,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152737,
"field_id": 37605,
"width": 174,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152738,
"field_id": 37606,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152739,
"field_id": 37607,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152740,
"field_id": 37662,
"width": 171,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152741,
"field_id": 37663,
"width": 191,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152742,
"field_id": 37664,
"width": 190,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152743,
"field_id": 37683,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152744,
"field_id": 37667,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152745,
"field_id": 37668,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152746,
"field_id": 37669,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152747,
"field_id": 37684,
"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-09-27T08:54:00.919185+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Clayton Best",
"field_37601": [
{
"name": "hdqkJsK27IExeK8Zzxud6WxyprP3gguI_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "hdqkJsK27IExeK8Zzxud6WxyprP3gguI_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg"
}
],
"field_37602": "(916) 478-0153",
"field_37603": "clayton.best@example.com",
"field_37604": [
3
],
"field_37647": null,
"field_37605": [],
"field_37606": [
5,
3
],
"field_37607": [
4,
13
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$j22Gy6dbGABK6P7ziEyNPI$mmc2CeYXVD7XpohL+4kvupMFSZ+dw/Z8oaJpK35eXJc="
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-02-01T12:59:46.985130+00:00",
"updated_on": "2024-09-25T08:57:26.752964+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Jonathan Castillo",
"field_37601": [
{
"name": "nv0Rf9M03xvQtbkCUmCXJNrBUQBJjROs_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "nv0Rf9M03xvQtbkCUmCXJNrBUQBJjROs_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
}
],
"field_37602": "(714) 674-5259",
"field_37603": "jonathan.castillo@example.com",
"field_37604": [
5
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$kx3ZWqXcjjkFXIsVD0InSC$YON8n4AjJCA1hXb/ftfhL7pFBGSlRJFzuZxOBAWkCqk="
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496701+00:00",
"updated_on": "2024-09-25T08:57:26.753020+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Elizabeth Cunningham",
"field_37601": [
{
"name": "4ICcEAFkxOl0P8Sbvyfx92ubLMSYeqv7_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "4ICcEAFkxOl0P8Sbvyfx92ubLMSYeqv7_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
}
],
"field_37602": "(323) 930-9329",
"field_37603": "elizabeth.cunningham@example.com",
"field_37604": [
9
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$gG4h9UExCXmLZ6nwYqNWqs$JVk4W7hnZTajKjaGJAI8fiufo3tokw4qnYDBjFA5GPQ="
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496746+00:00",
"updated_on": "2024-09-25T08:57:26.753070+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Jane Dradder",
"field_37601": [
{
"name": "o24ccaJxXQyqnGrNggP0nHMM4STahUwu_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "o24ccaJxXQyqnGrNggP0nHMM4STahUwu_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg"
}
],
"field_37602": "(720) 555-2389",
"field_37603": "jane.rudder@example.com",
"field_37604": [
6
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$hFE9a51NDd7xEqqobhH6Rw$LOHIHg9VuQEq5fAaMAWDKS9i/ygGshJFHGQ9Z0pLpAc="
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496764+00:00",
"updated_on": "2024-09-25T08:57:26.753118+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Allie Ecker",
"field_37601": [
{
"name": "mnIjuwShjoH2attEA7Ggsbh4U9s6EhLB_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "mnIjuwShjoH2attEA7Ggsbh4U9s6EhLB_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
}
],
"field_37602": "(949) 873-7292",
"field_37603": "allie.ecker@example.com",
"field_37604": [
3
],
"field_37647": null,
"field_37605": [],
"field_37606": [
7,
6
],
"field_37607": [
18,
23,
27
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$kb9Ay8TuoFqHWuTnDl7ghF$wPVoE8Cz9S2HnwBnTD6qSEy9kZgVLYWNlXl+uU7LUTw="
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496779+00:00",
"updated_on": "2024-09-25T08:57:26.753167+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Janice Fitzpatrick",
"field_37601": [
{
"name": "mPjAnA4EY8JkKi4i5s2m59uHxrGIAhEe_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "mPjAnA4EY8JkKi4i5s2m59uHxrGIAhEe_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg"
}
],
"field_37602": "(510) 476-1189",
"field_37603": "janice.fitzpatrick@example.com",
"field_37604": [
7
],
"field_37647": null,
"field_37605": [
6
],
"field_37606": [
6
],
"field_37607": [
22
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$vrx2GzKAVRUoYmWPNtYWS3$hu4Iua1whifDAO3Wezhxj0KvJsELV8s6lpHZ0LC2cQs="
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496794+00:00",
"updated_on": "2024-09-25T08:57:26.753216+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Paul Garcia",
"field_37601": [
{
"name": "LjAmw7aXGxof7LfnJcInU6bK4icObdR3_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "LjAmw7aXGxof7LfnJcInU6bK4icObdR3_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg"
}
],
"field_37602": "(916) 910-4721",
"field_37603": "paul.garcia@example.com",
"field_37604": [
8
],
"field_37647": null,
"field_37605": [
4
],
"field_37606": [
7,
3,
4
],
"field_37607": [
5,
6,
12,
26
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$nHgOej0BfFoqfEOGZ0ZV9N$u61GwUn+f/7Z7KLnX8oFMvS6vsOnksBia+Sv5oxhJbc="
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496809+00:00",
"updated_on": "2024-09-25T08:57:26.753264+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Lena Hogan",
"field_37601": [
{
"name": "0lpf5aGgjWuMqMw47hhRMGNeTSOTtGpq_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "0lpf5aGgjWuMqMw47hhRMGNeTSOTtGpq_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg"
}
],
"field_37602": "(559) 949-6790",
"field_37603": "lena.hogan@example.com",
"field_37604": [
12
],
"field_37647": null,
"field_37605": [],
"field_37606": [
5,
6
],
"field_37607": [
14,
16
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$ksTl1stMeB30qNIqf7kghG$5VjDHUpclC8CAcTieZxdaJNFXwjD1NwH42nK/UpRgM4="
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496824+00:00",
"updated_on": "2024-09-25T08:57:26.753316+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Donald Johns",
"field_37601": [
{
"name": "1CLhegaVIqb9Y8LZHGvkAnqEl90Nzhcc_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "1CLhegaVIqb9Y8LZHGvkAnqEl90Nzhcc_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
}
],
"field_37602": "(805) 367-1199",
"field_37603": "donald.johns@example.com",
"field_37604": [
19
],
"field_37647": null,
"field_37605": [],
"field_37606": [
3,
6
],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$yOarCTkTPq6RQ9VugcwbmS$UUn88QOXvM2FGz9r/Tu8pJ4JSqtenGYOoRro8eU6a7k="
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496839+00:00",
"updated_on": "2024-09-25T08:57:26.753378+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Bran Lopez",
"field_37601": [
{
"name": "9yHkOg298JSdsoAZuQYmkeGOdC6KmU1o_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "9yHkOg298JSdsoAZuQYmkeGOdC6KmU1o_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg"
}
],
"field_37602": "(650) 869-3623",
"field_37603": "bran.lopez@example.com",
"field_37604": [
30
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$hQIWMbPqL5X1KlVo2vdLsA$zegD+RRDLwO6o7QPUQdyGP8+09HYrMLxgwp1Rx7GgwM="
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496854+00:00",
"updated_on": "2024-09-25T08:57:26.753450+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Sandra Love",
"field_37601": [
{
"name": "fr7nTa7pBaKyCRuoluvMohg8jzVSankt_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "fr7nTa7pBaKyCRuoluvMohg8jzVSankt_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg"
}
],
"field_37602": "(559) 592-9157",
"field_37603": "sandra.love@example.com",
"field_37604": [
34
],
"field_37647": null,
"field_37605": [],
"field_37606": [
5,
3,
6
],
"field_37607": [
3,
17,
21
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$WjOW5BAC10exIe12SyGHEB$WTnRebZjpYJi/k65D7Xcgnq68DbJmGkdqxXQ6/+XUrU="
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496869+00:00",
"updated_on": "2024-09-25T08:57:26.753503+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Lane Mahon",
"field_37601": [
{
"name": "VynDI2DDnkG9VNiRh1p4gT02SaczyJyV_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "VynDI2DDnkG9VNiRh1p4gT02SaczyJyV_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg"
}
],
"field_37602": "(925) 250-4627",
"field_37603": "lane.mahon@example.com",
"field_37604": [
44
],
"field_37647": null,
"field_37605": [],
"field_37606": [
3,
4
],
"field_37607": [
7,
8,
11
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$eWjpr9MZ7xZ5JiBfXHPuSX$mcV2ikPV8gA8rRGv9NtMEClf87pgmlVoi4LCDNXXGvk="
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496884+00:00",
"updated_on": "2024-09-25T08:57:26.753555+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "John Marshall",
"field_37601": [
{
"name": "GiRqSQRVoHe1yV21iiPZUt7e9AuF1dI8_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "GiRqSQRVoHe1yV21iiPZUt7e9AuF1dI8_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
}
],
"field_37602": "(323) 207-7576",
"field_37603": "john.marshall@example.com",
"field_37604": [
42
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$GiRucLhg6eBeublEHfM3xZ$Y2kZeMtoWzch6qxFDzMG4x8+Ev8E5aF1VF++F95wDqo="
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496898+00:00",
"updated_on": "2024-09-25T08:57:26.753620+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Latisha Mazon",
"field_37601": [
{
"name": "ORov1hwSJZLBFJjhymuyqAWrR63MMkKk_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "ORov1hwSJZLBFJjhymuyqAWrR63MMkKk_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg"
}
],
"field_37602": "(530) 540-8012",
"field_37603": "latisha.mazon@example.com",
"field_37604": [
40
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$cRJ0rzyzJeYIFC6PSBerEY$G56oZ1z80Ezid+rg1UxXCRsrekxt9j2KR9sAv68rZxc="
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496913+00:00",
"updated_on": "2024-09-25T08:57:26.753709+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Nora Mott",
"field_37601": [
{
"name": "KKBiJZHaV0t87BrcWlsEor7IMyYomYl6_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "KKBiJZHaV0t87BrcWlsEor7IMyYomYl6_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg"
}
],
"field_37602": "(818) 240-6675",
"field_37603": "nora.mott@example.com",
"field_37604": [
28
],
"field_37647": null,
"field_37605": [
3
],
"field_37606": [
3
],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$JrrgQt2yDnf7sD5PxPZzLm$aR5HMgKUMgf3ibAMdhELu2MDTHNtiXdxVjgvQwvfTBs="
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496927+00:00",
"updated_on": "2024-09-25T08:57:26.753785+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Thomas Nickson",
"field_37601": [
{
"name": "4OAwQuSmxuQOMCYH8H0vJCUN0VLDQQkJ_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "4OAwQuSmxuQOMCYH8H0vJCUN0VLDQQkJ_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg"
}
],
"field_37602": "(916) 336-7017",
"field_37603": "thomas.nickson@example.com",
"field_37604": [
28
],
"field_37647": null,
"field_37605": [
5
],
"field_37606": [
5
],
"field_37607": [
15
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$3Dc1TEtGWaFD3w0Tz6B4fV$f7KrZ9wCeCkKRYQXDKiut8iIT1x+U/ZPR8rwCSiGXxw="
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496942+00:00",
"updated_on": "2024-09-25T08:57:26.753838+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Cinda Pullen",
"field_37601": [
{
"name": "GbOBA2DCjAZGxolNnbloreRDqmD0e3mq_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "GbOBA2DCjAZGxolNnbloreRDqmD0e3mq_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
}
],
"field_37602": "(213) 743-1636",
"field_37603": "cinda.pullen@example.com",
"field_37604": [
53
],
"field_37647": null,
"field_37605": [],
"field_37606": [
7,
6
],
"field_37607": [
19,
25
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$KNL130qjjriCsxap9MLiLN$Be+lsn7gdfWVug/qPDB5ghTw0Z+LZqLz4DhFFuoGO8M="
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496956+00:00",
"updated_on": "2024-09-25T08:57:26.753918+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Richard Rethman",
"field_37601": [
{
"name": "JvsZoep3RFNMogeZ3pOAevzQCwhZZBk0_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "JvsZoep3RFNMogeZ3pOAevzQCwhZZBk0_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
}
],
"field_37602": "(626) 585-3240",
"field_37603": "richard.rethman@example.com",
"field_37604": [
63
],
"field_37647": null,
"field_37605": [],
"field_37606": [
4,
6
],
"field_37607": [
10,
20
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$iBPGOYyC1sZFmZVzZzPaCL$qfnpIwdFuzkp0QHHrj7AnoNBxMOCZBKgzWqSL5Udxtg="
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496971+00:00",
"updated_on": "2024-09-25T08:57:26.753995+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Michael Robicheaux",
"field_37601": [
{
"name": "N0jqhsTEGJhp1qpg44C6a8oPKTIYPdbN_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "N0jqhsTEGJhp1qpg44C6a8oPKTIYPdbN_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg"
}
],
"field_37602": "(707) 840-5210",
"field_37603": "michael.robicheaux@example.com",
"field_37604": [
25
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$OxWb38zl9JEMv8pKkFIKBh$6CVZQbH+KQjJ+kzfmznTm+MMp8DwagNiEWyUzVXrFtA="
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-02-01T13:01:20.496986+00:00",
"updated_on": "2024-09-25T08:57:26.754048+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Eric Rothman",
"field_37601": [
{
"name": "D4M9hVVYMkVXiSZspmER50VZKsBLXLvT_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "D4M9hVVYMkVXiSZspmER50VZKsBLXLvT_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg"
}
],
"field_37602": "(619) 525-2361",
"field_37603": "eric.rothman@example.com",
"field_37604": [
59
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$DOMDRcKl6aHvOraHse9KZk$Zvmd3r2aJKzxBk6J48m0HU/H42Miar6Ku1mm54Ebvj8="
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-02-01T13:01:20.497001+00:00",
"updated_on": "2024-09-25T08:57:26.754101+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Rodney Tran",
"field_37601": [
{
"name": "siaYjO0YKIo0CjMCKVJtwSwl6Q8EPFd2_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "siaYjO0YKIo0CjMCKVJtwSwl6Q8EPFd2_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg"
}
],
"field_37602": "(408) 451-1453",
"field_37603": "rodney.tran@example.com",
"field_37604": [
38
],
"field_37647": null,
"field_37605": [],
"field_37606": [],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$95Gi1oeYPcPPQsHTTHflFZ$LfFrwGBqC/TXnP9WgTXwCrKXqDbHuWzvGnJTJYC/pZE="
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-02-01T13:01:20.497015+00:00",
"updated_on": "2024-09-25T08:57:26.754153+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Judith Triplett",
"field_37601": [
{
"name": "5jjIB2CkWSpMzEYmqRJr9YpBlZZ1bJDj_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "5jjIB2CkWSpMzEYmqRJr9YpBlZZ1bJDj_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg"
}
],
"field_37602": "(323) 762-0628",
"field_37603": "judith.triplett@example.com",
"field_37604": [
67
],
"field_37647": null,
"field_37605": [
7
],
"field_37606": [
7
],
"field_37607": [
24
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$Nh6QrLlOE3P3MogF58DJH7$XT5a41ioXDVvb9lIfvLO9R0hoGFBfqBMDjwl89bVUUo="
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-02-01T13:01:20.497030+00:00",
"updated_on": "2024-09-25T08:57:26.754244+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Leroy Tye",
"field_37601": [
{
"name": "69O9LLVQ1xiPtHsI0mPtxecq7rB3vsGh_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "69O9LLVQ1xiPtHsI0mPtxecq7rB3vsGh_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
}
],
"field_37602": "(510) 808-7208",
"field_37603": "leroy.tye@example.com",
"field_37604": [
20
],
"field_37647": null,
"field_37605": [],
"field_37606": [
5
],
"field_37607": [],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$mxbGZhCuf4IaxGxyZEa4XB$Tow8RcVT9v5nZZswiyw1eL/oZVykXut48rGEO2K57lY="
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-02-01T13:01:20.497044+00:00",
"updated_on": "2024-09-25T08:57:26.754341+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37646": null,
"field_37600": "Donald Wright",
"field_37601": [
{
"name": "OkNG67DICopUEdsWqWxEpRCeXDF06n6V_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "OkNG67DICopUEdsWqWxEpRCeXDF06n6V_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
}
],
"field_37602": "(925) 413-4033",
"field_37603": "donald.wright@example.com",
"field_37604": [
56
],
"field_37647": null,
"field_37605": [],
"field_37606": [
4
],
"field_37607": [
9
],
"field_37662": null,
"field_37663": null,
"field_37664": null,
"field_37667": null,
"field_37668": null,
"field_37669": null,
"field_37683": null,
"field_37684": null,
"field_37608": "pbkdf2_sha256$720000$vz1WBI5ISjiNKUffIG6VvP$Jj1E2lgq9247FNDPiiGlo2EN8WZHdhxwlTq9Q0vDaow="
}
],
"data_sync": null
},
{
"id": 3671,
"name": "Projects",
"order": 4,
"fields": [
{
"id": 37649,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "concat('P-',year(field('Start')),month(field('Start')),day(field('Start')),upper(left(field('Title'),5)))",
"formula_type": "text"
},
{
"id": 37610,
"type": "text",
"name": "Title",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37611,
"type": "long_text",
"name": "Description",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 37612,
"type": "number",
"name": "Project budget ($ millions)",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 37613,
"type": "date",
"name": "Start",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 37614,
"type": "date",
"name": "Deadline",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 37615,
"type": "date",
"name": "Actual end date",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 37616,
"type": "link_row",
"name": "Owner",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3670,
"link_row_related_field_id": 37605,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37660,
"type": "lookup",
"name": "Departments involved",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": true,
"array_formula_type": "text",
"date_show_tzinfo": null,
"through_field_id": 37617,
"through_field_name": "Team",
"target_field_id": 37647,
"target_field_name": "Department"
},
{
"id": 37650,
"type": "formula",
"name": "Is overdue",
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "field('Actual end date') > field('Deadline')",
"formula_type": "boolean"
},
{
"id": 37651,
"type": "formula",
"name": "Days overdue",
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "date_diff('dd',field('Deadline'),field('Actual end date'))",
"formula_type": "number"
},
{
"id": 37617,
"type": "link_row",
"name": "Team",
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3670,
"link_row_related_field_id": 37606,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37652,
"type": "formula",
"name": "Status",
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"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": 37618,
"type": "link_row",
"name": "Tasks",
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3672,
"link_row_related_field_id": 37624,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37653,
"type": "rollup",
"name": "Task budget sum ($ millions)",
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 2,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37618,
"target_field_id": 37621,
"rollup_function": "sum"
},
{
"id": 37665,
"type": "formula",
"name": "Available budget ($ millions)",
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 2,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "field('Project budget ($ millions)') - field('Task budget sum ($ millions)')",
"formula_type": "number"
},
{
"id": 37666,
"type": "formula",
"name": "Budget scheduled %",
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 2,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "round((field('Task budget sum ($ millions)') /field('Project budget ($ millions)')) * 100,2)",
"formula_type": "number"
},
{
"id": 37670,
"type": "formula",
"name": "Active tasks",
"order": 17,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'In progress'))",
"formula_type": "number"
},
{
"id": 37671,
"type": "formula",
"name": "Scheduled tasks",
"order": 18,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Not started yet'))",
"formula_type": "number"
},
{
"id": 37672,
"type": "formula",
"name": "Completed tasks",
"order": 19,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(\nlookup('Tasks','Code'),lookup('Tasks','Status') = 'Complete'))",
"formula_type": "number"
},
{
"id": 37685,
"type": "formula",
"name": "Total tasks",
"order": 20,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "field('Active tasks') + field('Scheduled tasks') + field('Completed tasks')",
"formula_type": "number"
},
{
"id": 37644,
"type": "rollup",
"name": "Owner name",
"order": 21,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37616,
"target_field_id": 37600,
"rollup_function": "min"
}
],
"views": [
{
"id": 16655,
"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": 12980,
"field_id": 37613,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4849,
"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": 37652,
"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": 37652,
"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": 37652,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND",
"filter_groups": []
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152748,
"field_id": 37649,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152749,
"field_id": 37610,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152750,
"field_id": 37611,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152751,
"field_id": 37612,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152752,
"field_id": 37653,
"width": 256,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152753,
"field_id": 37666,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152754,
"field_id": 37665,
"width": 250,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152755,
"field_id": 37652,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152756,
"field_id": 37613,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152757,
"field_id": 37614,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152758,
"field_id": 37615,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152759,
"field_id": 37650,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152760,
"field_id": 37651,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152761,
"field_id": 37616,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152762,
"field_id": 37644,
"width": 200,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152763,
"field_id": 37617,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152764,
"field_id": 37660,
"width": 223,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152765,
"field_id": 37618,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152766,
"field_id": 37670,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152767,
"field_id": 37671,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152768,
"field_id": 37672,
"width": 200,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152769,
"field_id": 37685,
"width": 200,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16656,
"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": 12981,
"field_id": 37613,
"order": "ASC"
}
],
"group_bys": [
{
"id": 1530,
"field_id": 37652,
"order": "ASC"
}
],
"decorations": [
{
"id": 4850,
"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": 37652,
"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": 37652,
"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": 37652,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152770,
"field_id": 37649,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152771,
"field_id": 37610,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152772,
"field_id": 37611,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152773,
"field_id": 37612,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152774,
"field_id": 37653,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152775,
"field_id": 37666,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152776,
"field_id": 37665,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152777,
"field_id": 37652,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152778,
"field_id": 37613,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152779,
"field_id": 37614,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152780,
"field_id": 37615,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152781,
"field_id": 37650,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152782,
"field_id": 37651,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152783,
"field_id": 37616,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152784,
"field_id": 37617,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152785,
"field_id": 37660,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152786,
"field_id": 37618,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152787,
"field_id": 37670,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152788,
"field_id": 37671,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152789,
"field_id": 37672,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152790,
"field_id": 37644,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152791,
"field_id": 37685,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16708,
"type": "grid",
"name": "Projects grouped owner",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 13015,
"field_id": 37613,
"order": "ASC"
}
],
"group_bys": [
{
"id": 1533,
"field_id": 37652,
"order": "ASC"
}
],
"decorations": [
{
"id": 4876,
"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": 37652,
"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": 37652,
"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": 37652,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153333,
"field_id": 37649,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153334,
"field_id": 37610,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153335,
"field_id": 37611,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153336,
"field_id": 37612,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153337,
"field_id": 37653,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153338,
"field_id": 37666,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153339,
"field_id": 37665,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153340,
"field_id": 37652,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153341,
"field_id": 37613,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153342,
"field_id": 37614,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153343,
"field_id": 37615,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153344,
"field_id": 37650,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153345,
"field_id": 37651,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153346,
"field_id": 37616,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153347,
"field_id": 37617,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153348,
"field_id": 37660,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153349,
"field_id": 37618,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153350,
"field_id": 37670,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153351,
"field_id": 37671,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153352,
"field_id": 37672,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153353,
"field_id": 37644,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153354,
"field_id": 37685,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16657,
"type": "grid",
"name": "Projects with active tasks",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9280,
"field_id": 37670,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12982,
"field_id": 37613,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4851,
"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": 37652,
"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": 37652,
"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": 37652,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152792,
"field_id": 37649,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152793,
"field_id": 37610,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152794,
"field_id": 37611,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152795,
"field_id": 37612,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152796,
"field_id": 37653,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152797,
"field_id": 37666,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152798,
"field_id": 37665,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152799,
"field_id": 37652,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152800,
"field_id": 37613,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152801,
"field_id": 37614,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152802,
"field_id": 37615,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152803,
"field_id": 37650,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152804,
"field_id": 37651,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152805,
"field_id": 37616,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152806,
"field_id": 37617,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152807,
"field_id": 37660,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152808,
"field_id": 37618,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152809,
"field_id": 37644,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152810,
"field_id": 37670,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152811,
"field_id": 37671,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152812,
"field_id": 37672,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152813,
"field_id": 37685,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16658,
"type": "grid",
"name": "Projects with scheduled budget > 75%",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9281,
"field_id": 37666,
"type": "higher_than",
"value": "75",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12983,
"field_id": 37613,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4852,
"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": 37652,
"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": 37652,
"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": 37652,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152814,
"field_id": 37649,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152815,
"field_id": 37610,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152816,
"field_id": 37611,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152817,
"field_id": 37612,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152818,
"field_id": 37653,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152819,
"field_id": 37666,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152820,
"field_id": 37665,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152821,
"field_id": 37652,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152822,
"field_id": 37613,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152823,
"field_id": 37614,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152824,
"field_id": 37615,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152825,
"field_id": 37650,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152826,
"field_id": 37651,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152827,
"field_id": 37616,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152828,
"field_id": 37617,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152829,
"field_id": 37660,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152830,
"field_id": 37618,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152831,
"field_id": 37644,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152832,
"field_id": 37670,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152833,
"field_id": 37671,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152834,
"field_id": 37672,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152835,
"field_id": 37685,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16659,
"type": "grid",
"name": "Projects with scheduled budget > 90%",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9282,
"field_id": 37666,
"type": "higher_than",
"value": "90",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12984,
"field_id": 37613,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4853,
"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": 37652,
"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": 37652,
"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": 37652,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152836,
"field_id": 37649,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152837,
"field_id": 37610,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152838,
"field_id": 37611,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152839,
"field_id": 37612,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152840,
"field_id": 37653,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152841,
"field_id": 37666,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152842,
"field_id": 37665,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152843,
"field_id": 37652,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152844,
"field_id": 37613,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152845,
"field_id": 37614,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152846,
"field_id": 37615,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152847,
"field_id": 37650,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152848,
"field_id": 37651,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152849,
"field_id": 37616,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152850,
"field_id": 37617,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152851,
"field_id": 37660,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152852,
"field_id": 37618,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152853,
"field_id": 37644,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152854,
"field_id": 37670,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152855,
"field_id": 37671,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152856,
"field_id": 37672,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152857,
"field_id": 37685,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16660,
"type": "grid",
"name": "Projects over budget",
"order": 7,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9283,
"field_id": 37666,
"type": "higher_than",
"value": "100",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12985,
"field_id": 37613,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4854,
"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": 37652,
"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": 37652,
"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": 37652,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152858,
"field_id": 37649,
"width": 137,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152859,
"field_id": 37610,
"width": 257,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152860,
"field_id": 37611,
"width": 216,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152861,
"field_id": 37612,
"width": 233,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152862,
"field_id": 37653,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152863,
"field_id": 37666,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152864,
"field_id": 37665,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152865,
"field_id": 37652,
"width": 135,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152866,
"field_id": 37613,
"width": 120,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152867,
"field_id": 37614,
"width": 130,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152868,
"field_id": 37615,
"width": 173,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152869,
"field_id": 37650,
"width": 145,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152870,
"field_id": 37651,
"width": 155,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152871,
"field_id": 37616,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152872,
"field_id": 37617,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152873,
"field_id": 37660,
"width": 223,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152874,
"field_id": 37618,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152875,
"field_id": 37644,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152876,
"field_id": 37670,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152877,
"field_id": 37671,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152878,
"field_id": 37672,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152879,
"field_id": 37685,
"width": 200,
"hidden": false,
"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_37649": null,
"field_37610": "Modern Office Building Construction",
"field_37611": "Design and construct a modern office building with innovative architectural features",
"field_37612": "54.23",
"field_37613": "2023-03-01",
"field_37614": "2023-10-30",
"field_37615": "2024-01-31",
"field_37616": [
15
],
"field_37660": null,
"field_37650": null,
"field_37651": null,
"field_37617": [
1,
7,
9,
11,
12,
15
],
"field_37652": null,
"field_37618": [
3,
4,
5,
6,
7
],
"field_37653": null,
"field_37665": null,
"field_37666": null,
"field_37670": null,
"field_37671": null,
"field_37672": null,
"field_37685": null,
"field_37644": 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_37649": null,
"field_37610": "Urban Redevelopment and Green Space Creation",
"field_37611": "Plan and execute the redevelopment of an urban area",
"field_37612": "37.56",
"field_37613": "2023-06-01",
"field_37614": "2025-11-30",
"field_37615": null,
"field_37616": [
7
],
"field_37660": null,
"field_37650": null,
"field_37651": null,
"field_37617": [
7,
12,
18,
24
],
"field_37652": null,
"field_37618": [
8,
9,
10,
11,
12
],
"field_37653": null,
"field_37665": null,
"field_37666": null,
"field_37670": null,
"field_37671": null,
"field_37672": null,
"field_37685": null,
"field_37644": 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_37649": null,
"field_37610": "Hospital Expansion and Renovation",
"field_37611": "Expand and renovate an existing hospital facility to accommodate increased patient capacity",
"field_37612": "87.90",
"field_37613": "2024-01-15",
"field_37614": "2025-10-31",
"field_37615": null,
"field_37616": [
16
],
"field_37660": null,
"field_37650": null,
"field_37651": null,
"field_37617": [
1,
8,
11,
16,
23
],
"field_37652": null,
"field_37618": [
13,
14,
15,
16,
17
],
"field_37653": null,
"field_37665": null,
"field_37666": null,
"field_37670": null,
"field_37671": null,
"field_37672": null,
"field_37685": null,
"field_37644": 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_37649": null,
"field_37610": "Sustainable Residential Development",
"field_37611": "Develop a sustainable residential community with energy-efficient homes",
"field_37612": "40.00",
"field_37613": "2024-09-01",
"field_37614": "2026-06-30",
"field_37615": null,
"field_37616": [
6
],
"field_37660": null,
"field_37650": null,
"field_37651": null,
"field_37617": [
5,
6,
8,
9,
11,
17,
18
],
"field_37652": null,
"field_37618": [
18,
19,
20,
21,
22
],
"field_37653": null,
"field_37665": null,
"field_37666": null,
"field_37670": null,
"field_37671": null,
"field_37672": null,
"field_37685": null,
"field_37644": 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_37649": null,
"field_37610": "University Campus Master Plan",
"field_37611": "Develop a comprehensive master plan for a university campus to accommodate future growth",
"field_37612": "25.32",
"field_37613": "2024-04-01",
"field_37614": "2025-12-31",
"field_37615": null,
"field_37616": [
22
],
"field_37660": null,
"field_37650": null,
"field_37651": null,
"field_37617": [
5,
7,
17,
22
],
"field_37652": null,
"field_37618": [
23,
24,
25,
26,
27
],
"field_37653": null,
"field_37665": null,
"field_37666": null,
"field_37670": null,
"field_37671": null,
"field_37672": null,
"field_37685": null,
"field_37644": null
}
],
"data_sync": null
},
{
"id": 3672,
"name": "Tasks",
"order": 5,
"fields": [
{
"id": 37654,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "join((concat('T-',replace(field('Project'),'P-',''),'-',field('Autonumber'))),'')",
"formula_type": "text"
},
{
"id": 37619,
"type": "text",
"name": "Title",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37620,
"type": "date",
"name": "Start",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 37621,
"type": "number",
"name": "Budget ($ million)",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 37622,
"type": "number",
"name": "Duration in days",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 37623,
"type": "long_text",
"name": "Description",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 37624,
"type": "link_row",
"name": "Project",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3671,
"link_row_related_field_id": 37618,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37625,
"type": "link_row",
"name": "Assignee",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3670,
"link_row_related_field_id": 37607,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37626,
"type": "single_select",
"name": "Priority",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 14998,
"value": "High",
"color": "dark-yellow",
"order": 0
},
{
"id": 14999,
"value": "Medium",
"color": "dark-cyan",
"order": 1
},
{
"id": 15000,
"value": "Low",
"color": "dark-blue",
"order": 2
}
]
},
{
"id": 37655,
"type": "formula",
"name": "Status",
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"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": 37656,
"type": "formula",
"name": "Estimated end date",
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": "24",
"date_include_time": false,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": "ISO",
"number_decimal_places": null,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": false,
"formula": "field('Start') + date_interval(concat(field('Duration in days'),' days'))",
"formula_type": "date"
},
{
"id": 37627,
"type": "date",
"name": "Actual end date",
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 37628,
"type": "link_row",
"name": "Task actions",
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3673,
"link_row_related_field_id": 37636,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37629,
"type": "autonumber",
"name": "Autonumber",
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 37630,
"type": "link_row",
"name": "Required equipment",
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3674,
"link_row_related_field_id": 37642,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37631,
"type": "single_select",
"name": "Category",
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 15001,
"value": "Preparation",
"color": "light-orange",
"order": 0
},
{
"id": 15002,
"value": "Design",
"color": "light-green",
"order": 1
},
{
"id": 15003,
"value": "Engineering",
"color": "dark-blue",
"order": 2
},
{
"id": 15004,
"value": "Community",
"color": "dark-pink",
"order": 3
},
{
"id": 15005,
"value": "Construction",
"color": "darker-brown",
"order": 4
},
{
"id": 15006,
"value": "Sustainability",
"color": "darker-orange",
"order": 5
}
]
},
{
"id": 37678,
"type": "formula",
"name": "Is overdue",
"order": 17,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "field('Actual end date') > field('Estimated end date')",
"formula_type": "boolean"
},
{
"id": 37679,
"type": "formula",
"name": "Days overdue",
"order": 18,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "if(date_diff('dd',field('Estimated end date'),field('Actual end date')) > 0,date_diff('dd',field('Estimated end date'),field('Actual end date')),'')",
"formula_type": "text"
},
{
"id": 37680,
"type": "formula",
"name": "Days until end",
"order": 19,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "if(field('Status') != 'Complete', date_diff('dd',now(),field('Estimated end date')),0)",
"formula_type": "number"
},
{
"id": 37632,
"type": "link_row",
"name": "Prerequisites",
"order": 20,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3672,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 37673,
"type": "formula",
"name": "All prerequisites OK",
"order": 21,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "or(count(field('Prerequisites')) = 0, every(lookup('Prerequisites','Status') = 'Complete'))",
"formula_type": "boolean"
},
{
"id": 37645,
"type": "rollup",
"name": "Assignee name",
"order": 23,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37625,
"target_field_id": 37600,
"rollup_function": "min"
},
{
"id": 37633,
"type": "formula",
"name": "Today",
"order": 25,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": "24",
"date_include_time": false,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": "ISO",
"number_decimal_places": null,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": false,
"formula": "now()",
"formula_type": "date"
},
{
"id": 37648,
"type": "rollup",
"name": "Project name",
"order": 26,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37624,
"target_field_id": 37610,
"rollup_function": "min"
},
{
"id": 37674,
"type": "formula",
"name": "Prerequisites NOK",
"order": 27,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": "text",
"date_show_tzinfo": null,
"formula": "filter(lookup('Prerequisites','Title'),lookup('Prerequisites','Status') != 'Complete')",
"formula_type": "array"
},
{
"id": 37692,
"type": "formula",
"name": "Prerequisites symbol",
"order": 28,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "if(field('All prerequisites OK'),'\ud83d\udfe2','\ud83d\udd34')",
"formula_type": "text"
}
],
"views": [
{
"id": 16661,
"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": 12986,
"field_id": 37680,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4855,
"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": 37655,
"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": 37655,
"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": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 4856,
"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": 37673,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152880,
"field_id": 37654,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152881,
"field_id": 37629,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152882,
"field_id": 37619,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152883,
"field_id": 37623,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152884,
"field_id": 37631,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152885,
"field_id": 37624,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152886,
"field_id": 37648,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152887,
"field_id": 37625,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152888,
"field_id": 37645,
"width": 200,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152889,
"field_id": 37626,
"width": 139,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152890,
"field_id": 37630,
"width": 311,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152891,
"field_id": 37632,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152892,
"field_id": 37673,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153126,
"field_id": 37692,
"width": 200,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152893,
"field_id": 37674,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152894,
"field_id": 37655,
"width": 127,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152895,
"field_id": 37620,
"width": 116,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152896,
"field_id": 37622,
"width": 175,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152897,
"field_id": 37680,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152898,
"field_id": 37656,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152899,
"field_id": 37627,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152900,
"field_id": 37678,
"width": 200,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152901,
"field_id": 37679,
"width": 200,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152902,
"field_id": 37621,
"width": 182,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152903,
"field_id": 37628,
"width": 200,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152905,
"field_id": 37633,
"width": 200,
"hidden": true,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16662,
"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": 4857,
"type": "background_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 37626
},
"order": 1
},
{
"id": 4858,
"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": 37655,
"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": 37620,
"field_options": [
{
"id": 6701,
"field_id": 37619,
"hidden": false,
"order": 32767
},
{
"id": 6702,
"field_id": 37620,
"hidden": true,
"order": 32767
},
{
"id": 6703,
"field_id": 37621,
"hidden": true,
"order": 32767
},
{
"id": 6704,
"field_id": 37622,
"hidden": true,
"order": 32767
},
{
"id": 6705,
"field_id": 37623,
"hidden": true,
"order": 32767
},
{
"id": 6706,
"field_id": 37624,
"hidden": false,
"order": 32767
},
{
"id": 6707,
"field_id": 37625,
"hidden": false,
"order": 32767
},
{
"id": 6708,
"field_id": 37626,
"hidden": true,
"order": 32767
},
{
"id": 6709,
"field_id": 37627,
"hidden": true,
"order": 32767
},
{
"id": 6710,
"field_id": 37628,
"hidden": true,
"order": 32767
},
{
"id": 6711,
"field_id": 37629,
"hidden": true,
"order": 32767
},
{
"id": 6712,
"field_id": 37630,
"hidden": true,
"order": 32767
},
{
"id": 6713,
"field_id": 37631,
"hidden": false,
"order": 32767
},
{
"id": 6714,
"field_id": 37632,
"hidden": true,
"order": 32767
},
{
"id": 6715,
"field_id": 37633,
"hidden": true,
"order": 32767
},
{
"id": 6719,
"field_id": 37645,
"hidden": true,
"order": 32767
},
{
"id": 6737,
"field_id": 37648,
"hidden": true,
"order": 32767
},
{
"id": 6716,
"field_id": 37654,
"hidden": false,
"order": 32767
},
{
"id": 6717,
"field_id": 37655,
"hidden": true,
"order": 32767
},
{
"id": 6718,
"field_id": 37656,
"hidden": true,
"order": 32767
},
{
"id": 6720,
"field_id": 37673,
"hidden": true,
"order": 32767
},
{
"id": 6738,
"field_id": 37674,
"hidden": true,
"order": 32767
},
{
"id": 6721,
"field_id": 37678,
"hidden": true,
"order": 32767
},
{
"id": 6722,
"field_id": 37679,
"hidden": true,
"order": 32767
},
{
"id": 6723,
"field_id": 37680,
"hidden": true,
"order": 32767
},
{
"id": 6739,
"field_id": 37692,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16663,
"type": "kanban",
"name": "All tasks by Category",
"order": 3,
"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": 37631,
"field_options": [
{
"id": 23231,
"field_id": 37619,
"hidden": false,
"order": 32767
},
{
"id": 23232,
"field_id": 37620,
"hidden": false,
"order": 32767
},
{
"id": 23233,
"field_id": 37621,
"hidden": true,
"order": 32767
},
{
"id": 23234,
"field_id": 37622,
"hidden": true,
"order": 32767
},
{
"id": 23235,
"field_id": 37623,
"hidden": false,
"order": 32767
},
{
"id": 23236,
"field_id": 37624,
"hidden": false,
"order": 32767
},
{
"id": 23237,
"field_id": 37625,
"hidden": true,
"order": 32767
},
{
"id": 23238,
"field_id": 37626,
"hidden": true,
"order": 32767
},
{
"id": 23239,
"field_id": 37627,
"hidden": true,
"order": 32767
},
{
"id": 23240,
"field_id": 37628,
"hidden": true,
"order": 32767
},
{
"id": 23241,
"field_id": 37629,
"hidden": true,
"order": 32767
},
{
"id": 23242,
"field_id": 37630,
"hidden": true,
"order": 32767
},
{
"id": 23243,
"field_id": 37631,
"hidden": true,
"order": 32767
},
{
"id": 23244,
"field_id": 37632,
"hidden": true,
"order": 32767
},
{
"id": 23245,
"field_id": 37633,
"hidden": true,
"order": 32767
},
{
"id": 23249,
"field_id": 37645,
"hidden": true,
"order": 32767
},
{
"id": 23359,
"field_id": 37648,
"hidden": true,
"order": 32767
},
{
"id": 23246,
"field_id": 37654,
"hidden": false,
"order": 32767
},
{
"id": 23247,
"field_id": 37655,
"hidden": true,
"order": 32767
},
{
"id": 23248,
"field_id": 37656,
"hidden": true,
"order": 32767
},
{
"id": 23250,
"field_id": 37673,
"hidden": true,
"order": 32767
},
{
"id": 23360,
"field_id": 37674,
"hidden": true,
"order": 32767
},
{
"id": 23251,
"field_id": 37678,
"hidden": true,
"order": 32767
},
{
"id": 23252,
"field_id": 37679,
"hidden": true,
"order": 32767
},
{
"id": 23253,
"field_id": 37680,
"hidden": true,
"order": 32767
},
{
"id": 23361,
"field_id": 37692,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16665,
"type": "kanban",
"name": "All tasks grouped by Priority",
"order": 4,
"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": 37626,
"field_options": [
{
"id": 23280,
"field_id": 37654,
"hidden": false,
"order": 1
},
{
"id": 23281,
"field_id": 37619,
"hidden": false,
"order": 2
},
{
"id": 23282,
"field_id": 37620,
"hidden": false,
"order": 3
},
{
"id": 23283,
"field_id": 37680,
"hidden": false,
"order": 4
},
{
"id": 23284,
"field_id": 37621,
"hidden": true,
"order": 5
},
{
"id": 23285,
"field_id": 37622,
"hidden": true,
"order": 6
},
{
"id": 23286,
"field_id": 37623,
"hidden": false,
"order": 7
},
{
"id": 23287,
"field_id": 37624,
"hidden": false,
"order": 8
},
{
"id": 23288,
"field_id": 37625,
"hidden": true,
"order": 9
},
{
"id": 23289,
"field_id": 37626,
"hidden": true,
"order": 10
},
{
"id": 23290,
"field_id": 37655,
"hidden": true,
"order": 11
},
{
"id": 23291,
"field_id": 37656,
"hidden": true,
"order": 12
},
{
"id": 23292,
"field_id": 37627,
"hidden": true,
"order": 13
},
{
"id": 23293,
"field_id": 37628,
"hidden": true,
"order": 14
},
{
"id": 23294,
"field_id": 37629,
"hidden": true,
"order": 15
},
{
"id": 23295,
"field_id": 37630,
"hidden": true,
"order": 16
},
{
"id": 23296,
"field_id": 37631,
"hidden": true,
"order": 18
},
{
"id": 23297,
"field_id": 37678,
"hidden": true,
"order": 19
},
{
"id": 23298,
"field_id": 37679,
"hidden": true,
"order": 20
},
{
"id": 23299,
"field_id": 37632,
"hidden": true,
"order": 21
},
{
"id": 23300,
"field_id": 37673,
"hidden": true,
"order": 22
},
{
"id": 23301,
"field_id": 37633,
"hidden": true,
"order": 32767
},
{
"id": 23302,
"field_id": 37645,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16667,
"type": "grid",
"name": "Tasks that are not completed",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9286,
"field_id": 37655,
"type": "not_equal",
"value": "Complete",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12987,
"field_id": 37680,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4859,
"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": 37655,
"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": 37655,
"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": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 4860,
"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": 37673,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152906,
"field_id": 37654,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152907,
"field_id": 37629,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152908,
"field_id": 37619,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152909,
"field_id": 37623,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152910,
"field_id": 37631,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152911,
"field_id": 37624,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152912,
"field_id": 37648,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152913,
"field_id": 37625,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152914,
"field_id": 37645,
"width": 200,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152915,
"field_id": 37626,
"width": 139,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152916,
"field_id": 37630,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152917,
"field_id": 37632,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152918,
"field_id": 37673,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153355,
"field_id": 37674,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152919,
"field_id": 37655,
"width": 127,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152920,
"field_id": 37620,
"width": 116,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152921,
"field_id": 37622,
"width": 175,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152922,
"field_id": 37680,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152923,
"field_id": 37656,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152924,
"field_id": 37627,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152925,
"field_id": 37678,
"width": 200,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152926,
"field_id": 37679,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152927,
"field_id": 37621,
"width": 182,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152928,
"field_id": 37628,
"width": 200,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152930,
"field_id": 37633,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153356,
"field_id": 37692,
"width": 200,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16668,
"type": "grid",
"name": "Tasks that are both important and urgent",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9287,
"field_id": 37626,
"type": "single_select_equal",
"value": "14998",
"group": null
},
{
"id": 9288,
"field_id": 37680,
"type": "lower_than",
"value": "30",
"group": null
},
{
"id": 9289,
"field_id": 37655,
"type": "not_equal",
"value": "Complete",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12988,
"field_id": 37620,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4861,
"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": 37655,
"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": 37655,
"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": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 4862,
"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": 37673,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152931,
"field_id": 37654,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152932,
"field_id": 37629,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152933,
"field_id": 37619,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152934,
"field_id": 37623,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152935,
"field_id": 37631,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152936,
"field_id": 37624,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152937,
"field_id": 37625,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152938,
"field_id": 37626,
"width": 139,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152939,
"field_id": 37630,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152940,
"field_id": 37632,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152941,
"field_id": 37673,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153357,
"field_id": 37674,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152942,
"field_id": 37655,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152943,
"field_id": 37620,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152944,
"field_id": 37622,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152945,
"field_id": 37680,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152946,
"field_id": 37656,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152947,
"field_id": 37627,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152948,
"field_id": 37678,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152949,
"field_id": 37679,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152950,
"field_id": 37621,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152951,
"field_id": 37628,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152953,
"field_id": 37645,
"width": 200,
"hidden": true,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152954,
"field_id": 37633,
"width": 200,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152955,
"field_id": 37648,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153358,
"field_id": 37692,
"width": 200,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16669,
"type": "grid",
"name": "Tasks by project and status",
"order": 7,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 12989,
"field_id": 37620,
"order": "ASC"
}
],
"group_bys": [
{
"id": 1532,
"field_id": 37655,
"order": "ASC"
}
],
"decorations": [
{
"id": 4863,
"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": 37655,
"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": 37655,
"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": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152956,
"field_id": 37654,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152957,
"field_id": 37629,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152958,
"field_id": 37619,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152959,
"field_id": 37623,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152960,
"field_id": 37631,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152961,
"field_id": 37624,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152962,
"field_id": 37625,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152963,
"field_id": 37626,
"width": 139,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152964,
"field_id": 37630,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152965,
"field_id": 37632,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152966,
"field_id": 37673,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153360,
"field_id": 37674,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152967,
"field_id": 37655,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152968,
"field_id": 37620,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152969,
"field_id": 37622,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152970,
"field_id": 37680,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152971,
"field_id": 37656,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152972,
"field_id": 37627,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152973,
"field_id": 37678,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152974,
"field_id": 37679,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152975,
"field_id": 37621,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152976,
"field_id": 37628,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152977,
"field_id": 37633,
"width": 200,
"hidden": true,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152978,
"field_id": 37645,
"width": 200,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153359,
"field_id": 37648,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153361,
"field_id": 37692,
"width": 200,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16670,
"type": "grid",
"name": "Tasks that are in progress",
"order": 8,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9290,
"field_id": 37655,
"type": "equal",
"value": "In progress",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12990,
"field_id": 37620,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4864,
"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": 37655,
"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": 37655,
"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": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 4865,
"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": 37673,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 152980,
"field_id": 37654,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152981,
"field_id": 37629,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152982,
"field_id": 37619,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152983,
"field_id": 37623,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152984,
"field_id": 37631,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152985,
"field_id": 37624,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152987,
"field_id": 37625,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152988,
"field_id": 37626,
"width": 139,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152989,
"field_id": 37630,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152990,
"field_id": 37632,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152991,
"field_id": 37673,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153362,
"field_id": 37674,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152992,
"field_id": 37655,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152993,
"field_id": 37620,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152994,
"field_id": 37622,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152995,
"field_id": 37680,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152996,
"field_id": 37656,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152997,
"field_id": 37627,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152998,
"field_id": 37678,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 152999,
"field_id": 37679,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153000,
"field_id": 37621,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153001,
"field_id": 37628,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153002,
"field_id": 37633,
"width": 200,
"hidden": true,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153003,
"field_id": 37645,
"width": 200,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153004,
"field_id": 37648,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153363,
"field_id": 37692,
"width": 200,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16671,
"type": "grid",
"name": "Tasks that start within 30 days",
"order": 9,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9291,
"field_id": 37620,
"type": "date_within_days",
"value": "Europe/Brussels?30",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12991,
"field_id": 37620,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4866,
"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": 37655,
"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": 37655,
"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": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 4867,
"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": 37673,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153005,
"field_id": 37654,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153006,
"field_id": 37629,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153007,
"field_id": 37619,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153008,
"field_id": 37623,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153009,
"field_id": 37631,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153010,
"field_id": 37624,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153011,
"field_id": 37625,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153012,
"field_id": 37626,
"width": 139,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153013,
"field_id": 37630,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153014,
"field_id": 37632,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153015,
"field_id": 37673,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153365,
"field_id": 37674,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153016,
"field_id": 37655,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153017,
"field_id": 37620,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153018,
"field_id": 37622,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153019,
"field_id": 37680,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153020,
"field_id": 37656,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153021,
"field_id": 37627,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153022,
"field_id": 37678,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153023,
"field_id": 37679,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153024,
"field_id": 37621,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153025,
"field_id": 37628,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153026,
"field_id": 37633,
"width": 200,
"hidden": true,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153027,
"field_id": 37645,
"width": 200,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153364,
"field_id": 37648,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153366,
"field_id": 37692,
"width": 200,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16672,
"type": "grid",
"name": "Tasks with pre requirements ok (active + scheduled)",
"order": 10,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9292,
"field_id": 37673,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12992,
"field_id": 37620,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4868,
"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": 37655,
"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": 37655,
"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": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153029,
"field_id": 37654,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153030,
"field_id": 37629,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153031,
"field_id": 37619,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153032,
"field_id": 37623,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153033,
"field_id": 37631,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153034,
"field_id": 37624,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153035,
"field_id": 37625,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153036,
"field_id": 37626,
"width": 139,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153037,
"field_id": 37630,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153038,
"field_id": 37632,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153039,
"field_id": 37673,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153368,
"field_id": 37674,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153040,
"field_id": 37655,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153041,
"field_id": 37620,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153042,
"field_id": 37622,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153043,
"field_id": 37680,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153044,
"field_id": 37656,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153045,
"field_id": 37627,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153046,
"field_id": 37678,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153047,
"field_id": 37679,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153048,
"field_id": 37621,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153049,
"field_id": 37628,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153050,
"field_id": 37633,
"width": 200,
"hidden": true,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153051,
"field_id": 37645,
"width": 200,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153367,
"field_id": 37648,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153369,
"field_id": 37692,
"width": 200,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16673,
"type": "grid",
"name": "Tasks with pre requirements NOT ok (active + scheduled)",
"order": 11,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9293,
"field_id": 37673,
"type": "boolean",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12993,
"field_id": 37620,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4869,
"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": 37655,
"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": 37655,
"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": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153053,
"field_id": 37654,
"width": 165,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153054,
"field_id": 37629,
"width": 149,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153055,
"field_id": 37619,
"width": 250,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153056,
"field_id": 37623,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153057,
"field_id": 37631,
"width": 134,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153058,
"field_id": 37624,
"width": 158,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153059,
"field_id": 37625,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153060,
"field_id": 37626,
"width": 139,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153061,
"field_id": 37630,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153062,
"field_id": 37632,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153063,
"field_id": 37673,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153370,
"field_id": 37674,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153064,
"field_id": 37655,
"width": 127,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153065,
"field_id": 37620,
"width": 116,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153066,
"field_id": 37622,
"width": 175,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153067,
"field_id": 37680,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153068,
"field_id": 37656,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153069,
"field_id": 37627,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153070,
"field_id": 37678,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153071,
"field_id": 37679,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153072,
"field_id": 37621,
"width": 182,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153073,
"field_id": 37628,
"width": 200,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153074,
"field_id": 37633,
"width": 200,
"hidden": true,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153075,
"field_id": 37645,
"width": 200,
"hidden": true,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153077,
"field_id": 37648,
"width": 200,
"hidden": true,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153371,
"field_id": 37692,
"width": 200,
"hidden": true,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16664,
"type": "kanban",
"name": "Active and scheduled tasks by Category",
"order": 12,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9284,
"field_id": 37655,
"type": "not_equal",
"value": "Complete",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": true,
"single_select_field_id": 37631,
"field_options": [
{
"id": 23255,
"field_id": 37619,
"hidden": false,
"order": 32767
},
{
"id": 23256,
"field_id": 37620,
"hidden": false,
"order": 32767
},
{
"id": 23257,
"field_id": 37621,
"hidden": true,
"order": 32767
},
{
"id": 23258,
"field_id": 37622,
"hidden": true,
"order": 32767
},
{
"id": 23259,
"field_id": 37623,
"hidden": false,
"order": 32767
},
{
"id": 23260,
"field_id": 37624,
"hidden": false,
"order": 32767
},
{
"id": 23261,
"field_id": 37625,
"hidden": true,
"order": 32767
},
{
"id": 23262,
"field_id": 37626,
"hidden": true,
"order": 32767
},
{
"id": 23263,
"field_id": 37627,
"hidden": true,
"order": 32767
},
{
"id": 23264,
"field_id": 37628,
"hidden": true,
"order": 32767
},
{
"id": 23265,
"field_id": 37629,
"hidden": true,
"order": 32767
},
{
"id": 23266,
"field_id": 37630,
"hidden": true,
"order": 32767
},
{
"id": 23267,
"field_id": 37631,
"hidden": true,
"order": 32767
},
{
"id": 23268,
"field_id": 37632,
"hidden": true,
"order": 32767
},
{
"id": 23269,
"field_id": 37633,
"hidden": true,
"order": 32767
},
{
"id": 23273,
"field_id": 37645,
"hidden": true,
"order": 32767
},
{
"id": 23279,
"field_id": 37648,
"hidden": true,
"order": 32767
},
{
"id": 23270,
"field_id": 37654,
"hidden": false,
"order": 32767
},
{
"id": 23271,
"field_id": 37655,
"hidden": true,
"order": 32767
},
{
"id": 23272,
"field_id": 37656,
"hidden": true,
"order": 32767
},
{
"id": 23274,
"field_id": 37673,
"hidden": true,
"order": 32767
},
{
"id": 23275,
"field_id": 37678,
"hidden": true,
"order": 32767
},
{
"id": 23276,
"field_id": 37679,
"hidden": true,
"order": 32767
},
{
"id": 23277,
"field_id": 37680,
"hidden": true,
"order": 32767
}
]
},
{
"id": 16666,
"type": "kanban",
"name": "Active and scheduled tasks by Priority",
"order": 13,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9285,
"field_id": 37655,
"type": "not_equal",
"value": "Complete",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": true,
"single_select_field_id": 37626,
"field_options": [
{
"id": 23304,
"field_id": 37654,
"hidden": false,
"order": 1
},
{
"id": 23305,
"field_id": 37619,
"hidden": false,
"order": 2
},
{
"id": 23306,
"field_id": 37620,
"hidden": false,
"order": 3
},
{
"id": 23307,
"field_id": 37680,
"hidden": false,
"order": 4
},
{
"id": 23308,
"field_id": 37621,
"hidden": true,
"order": 5
},
{
"id": 23309,
"field_id": 37622,
"hidden": true,
"order": 6
},
{
"id": 23310,
"field_id": 37623,
"hidden": false,
"order": 7
},
{
"id": 23311,
"field_id": 37624,
"hidden": false,
"order": 8
},
{
"id": 23312,
"field_id": 37625,
"hidden": true,
"order": 9
},
{
"id": 23313,
"field_id": 37626,
"hidden": true,
"order": 10
},
{
"id": 23314,
"field_id": 37655,
"hidden": true,
"order": 11
},
{
"id": 23315,
"field_id": 37656,
"hidden": true,
"order": 12
},
{
"id": 23316,
"field_id": 37627,
"hidden": true,
"order": 13
},
{
"id": 23317,
"field_id": 37628,
"hidden": true,
"order": 14
},
{
"id": 23318,
"field_id": 37629,
"hidden": true,
"order": 15
},
{
"id": 23319,
"field_id": 37630,
"hidden": true,
"order": 16
},
{
"id": 23320,
"field_id": 37631,
"hidden": true,
"order": 18
},
{
"id": 23321,
"field_id": 37678,
"hidden": true,
"order": 19
},
{
"id": 23322,
"field_id": 37679,
"hidden": true,
"order": 20
},
{
"id": 23323,
"field_id": 37632,
"hidden": true,
"order": 21
},
{
"id": 23324,
"field_id": 37673,
"hidden": true,
"order": 22
},
{
"id": 23325,
"field_id": 37633,
"hidden": true,
"order": 32767
},
{
"id": 23326,
"field_id": 37645,
"hidden": true,
"order": 32767
}
]
},
{
"id": 17309,
"type": "timeline",
"name": "All task in a timeline",
"order": 14,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 5032,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3cdd22a3-e926-4209-8c44-a8c86a71fdd0",
"color": "red",
"filters": [
{
"id": "6499cdae-1ca1-476c-81aa-98da1146518e",
"type": "boolean",
"field": 37673,
"group": null,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 5033,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "4cbde45c-4b2b-4444-b39e-5b03ad4e4865",
"color": "darker-blue",
"filters": [
{
"id": "df75e974-8953-40a0-a9cb-5838709e42b7",
"type": "equal",
"field": 37655,
"group": null,
"value": "Complete"
}
],
"operator": "AND"
},
{
"id": "b3744d6e-5cb9-4905-bdbd-e0fcab9f3bd3",
"color": "deep-dark-green",
"filters": [
{
"id": "4111583b-b132-49ff-bee4-d5c926985522",
"type": "equal",
"field": 37655,
"group": null,
"value": "In progress"
}
],
"operator": "AND"
},
{
"id": "bd6d2f93-9205-4f37-81b2-84aa3bdb0e86",
"color": "darker-orange",
"filters": [
{
"id": "0e335fee-5c4d-415b-9499-591a66c22e28",
"type": "equal",
"field": 37655,
"group": null,
"value": "Not started yet"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"start_date_field_id": 37620,
"end_date_field_id": 37656,
"field_options": [
{
"id": 144,
"field_id": 37619,
"hidden": false,
"order": 32767
},
{
"id": 145,
"field_id": 37620,
"hidden": true,
"order": 32767
},
{
"id": 146,
"field_id": 37621,
"hidden": true,
"order": 32767
},
{
"id": 147,
"field_id": 37622,
"hidden": false,
"order": 32767
},
{
"id": 148,
"field_id": 37623,
"hidden": true,
"order": 32767
},
{
"id": 149,
"field_id": 37624,
"hidden": true,
"order": 32767
},
{
"id": 150,
"field_id": 37625,
"hidden": true,
"order": 32767
},
{
"id": 151,
"field_id": 37626,
"hidden": true,
"order": 32767
},
{
"id": 154,
"field_id": 37627,
"hidden": true,
"order": 32767
},
{
"id": 155,
"field_id": 37628,
"hidden": true,
"order": 32767
},
{
"id": 156,
"field_id": 37629,
"hidden": true,
"order": 32767
},
{
"id": 157,
"field_id": 37630,
"hidden": true,
"order": 32767
},
{
"id": 158,
"field_id": 37631,
"hidden": true,
"order": 32767
},
{
"id": 162,
"field_id": 37632,
"hidden": true,
"order": 32767
},
{
"id": 165,
"field_id": 37633,
"hidden": true,
"order": 32767
},
{
"id": 164,
"field_id": 37645,
"hidden": true,
"order": 32767
},
{
"id": 166,
"field_id": 37648,
"hidden": true,
"order": 32767
},
{
"id": 143,
"field_id": 37654,
"hidden": true,
"order": 32767
},
{
"id": 152,
"field_id": 37655,
"hidden": true,
"order": 32767
},
{
"id": 153,
"field_id": 37656,
"hidden": true,
"order": 32767
},
{
"id": 163,
"field_id": 37673,
"hidden": true,
"order": 32767
},
{
"id": 167,
"field_id": 37674,
"hidden": true,
"order": 32767
},
{
"id": 159,
"field_id": 37678,
"hidden": true,
"order": 32767
},
{
"id": 160,
"field_id": 37679,
"hidden": true,
"order": 32767
},
{
"id": 161,
"field_id": 37680,
"hidden": true,
"order": 32767
},
{
"id": 168,
"field_id": 37692,
"hidden": true,
"order": 32767
}
]
}
],
"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_37654": null,
"field_37619": "Site Analysis",
"field_37620": "2023-08-18",
"field_37621": "0.50",
"field_37622": "30",
"field_37623": "Conduct site analysis for the modern office building construction project.",
"field_37624": [
3
],
"field_37625": [
11
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": "2023-07-09",
"field_37628": [
3,
4,
57
],
"field_37629": 1,
"field_37630": [
3,
5
],
"field_37631": 15001,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Architectural Design",
"field_37620": "2023-09-17",
"field_37621": "2.00",
"field_37622": "60",
"field_37623": "Create architectural designs and plans for the office building.",
"field_37624": [
3
],
"field_37625": [
1
],
"field_37626": 15000,
"field_37655": null,
"field_37656": null,
"field_37627": "2023-06-29",
"field_37628": [
5,
6,
7
],
"field_37629": 2,
"field_37630": [],
"field_37631": 15002,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Structural Engineering",
"field_37620": "2023-11-16",
"field_37621": "1.50",
"field_37622": "45",
"field_37623": "Perform structural engineering analysis and design for the building.",
"field_37624": [
3
],
"field_37625": [
7
],
"field_37626": 14999,
"field_37655": null,
"field_37656": null,
"field_37627": "2023-10-06",
"field_37628": [
8,
9
],
"field_37629": 3,
"field_37630": [
7,
10
],
"field_37631": 15003,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [
3,
4
],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Mechanical and Electrical Systems",
"field_37620": "2023-12-31",
"field_37621": "1.00",
"field_37622": "30",
"field_37623": "Design HVAC, plumbing, and electrical systems for the building.",
"field_37624": [
3
],
"field_37625": [
7
],
"field_37626": 14999,
"field_37655": null,
"field_37656": null,
"field_37627": "2023-11-21",
"field_37628": [
10,
11
],
"field_37629": 4,
"field_37630": [
8,
12
],
"field_37631": 15003,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [
5
],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645153+00:00",
"updated_on": "2024-09-25T13:00:16.964053+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37654": null,
"field_37619": "Construction Management",
"field_37620": "2024-05-02",
"field_37621": "10.00",
"field_37622": "154",
"field_37623": "Initiate and manage the construction phase of the office building project.",
"field_37624": [
3
],
"field_37625": [
12
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": "2024-09-23",
"field_37628": [
12,
13
],
"field_37629": 5,
"field_37630": [
9,
12
],
"field_37631": 15005,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645171+00:00",
"updated_on": "2024-09-25T06:56:01.419456+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37654": null,
"field_37619": "Urban Planning",
"field_37620": "2024-05-02",
"field_37621": "1.00",
"field_37622": "60",
"field_37623": "Develop an urban planning strategy for the redevelopment project.",
"field_37624": [
4
],
"field_37625": [
12
],
"field_37626": 15000,
"field_37655": null,
"field_37656": null,
"field_37627": "2024-07-08",
"field_37628": [
14,
15
],
"field_37629": 6,
"field_37630": [
10,
13
],
"field_37631": 15002,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645190+00:00",
"updated_on": "2024-09-25T06:56:24.866459+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37654": null,
"field_37619": "Infrastructure Design",
"field_37620": "2024-05-07",
"field_37621": "1.50",
"field_37622": "90",
"field_37623": "Design the infrastructure for the redeveloped urban area.",
"field_37624": [
4
],
"field_37625": [
24
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": "2024-09-02",
"field_37628": [
16,
17
],
"field_37629": 7,
"field_37630": [
14,
5
],
"field_37631": 15002,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [
8
],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645208+00:00",
"updated_on": "2024-09-25T06:56:33.464561+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37654": null,
"field_37619": "Environmental Sustainability",
"field_37620": "2024-05-16",
"field_37621": "2.00",
"field_37622": "120",
"field_37623": "Implement sustainable practices and green infrastructure.",
"field_37624": [
4
],
"field_37625": [
18
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": "2024-09-25",
"field_37628": [
18,
19
],
"field_37629": 8,
"field_37630": [
16,
13,
21
],
"field_37631": 15006,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645225+00:00",
"updated_on": "2024-09-25T13:00:36.514368+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37654": null,
"field_37619": "Community Engagement",
"field_37620": "2024-05-20",
"field_37621": "1.00",
"field_37622": "60",
"field_37623": "Engage with the community for feedback and involvement in the project.",
"field_37624": [
4
],
"field_37625": [
12
],
"field_37626": 14999,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
20,
21
],
"field_37629": 9,
"field_37630": [],
"field_37631": 15004,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Project Management",
"field_37620": "2024-10-14",
"field_37621": "15.00",
"field_37622": "365",
"field_37623": "Oversee and manage the overall execution of the urban redevelopment project.",
"field_37624": [
4
],
"field_37625": [
7
],
"field_37626": 15000,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
22,
23
],
"field_37629": 10,
"field_37630": [],
"field_37631": 15001,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [
10,
11
],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645260+00:00",
"updated_on": "2024-09-26T13:37:33.156868+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37654": null,
"field_37619": "Architectural Design",
"field_37620": "2024-05-23",
"field_37621": "2.00",
"field_37622": "45",
"field_37623": "Develop architectural plans for the hospital expansion and renovation project.",
"field_37624": [
5
],
"field_37625": [
1
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
24,
25,
46,
47
],
"field_37629": 11,
"field_37630": [
16,
7,
5
],
"field_37631": 15002,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Structural Upgrades",
"field_37620": "2024-10-01",
"field_37621": "3.00",
"field_37622": "120",
"field_37623": "Perform structural upgrades to support the expanded hospital facilities.",
"field_37624": [
5
],
"field_37625": [
8
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
26,
27
],
"field_37629": 12,
"field_37630": [
4,
6
],
"field_37631": 15005,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [
13
],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "MEP Systems Design",
"field_37620": "2025-01-29",
"field_37621": "2.00",
"field_37622": "90",
"field_37623": "Design and implement mechanical, electrical, and plumbing systems.",
"field_37624": [
5
],
"field_37625": [
16
],
"field_37626": 14999,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
28,
29
],
"field_37629": 13,
"field_37630": [],
"field_37631": 15002,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645314+00:00",
"updated_on": "2024-09-30T14:08:02.134843+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37654": null,
"field_37619": "Construction Management",
"field_37620": "2025-04-29",
"field_37621": "20.00",
"field_37622": "365",
"field_37623": "Manage the construction phase, ensuring minimal disruption to hospital operations.",
"field_37624": [
5
],
"field_37625": [
8
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
30,
31
],
"field_37629": 14,
"field_37630": [
7,
10,
9,
18,
6
],
"field_37631": 15005,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Quality Control and Assurance",
"field_37620": "2026-04-29",
"field_37621": "3.00",
"field_37622": "90",
"field_37623": "Implement quality control measures and assurance processes during construction.",
"field_37624": [
5
],
"field_37625": [
11
],
"field_37626": 15000,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
32,
33
],
"field_37629": 15,
"field_37630": [],
"field_37631": 15003,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Architectural Design",
"field_37620": "2025-02-18",
"field_37621": "2.50",
"field_37622": "120",
"field_37623": "Design energy-efficient homes and communal spaces for the residential development.",
"field_37624": [
6
],
"field_37625": [
5
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
34,
35
],
"field_37629": 16,
"field_37630": [],
"field_37631": 15002,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Civil Engineering for Infrastructure",
"field_37620": "2025-06-18",
"field_37621": "4.00",
"field_37622": "180",
"field_37623": "Plan and design civil engineering infrastructure for the residential area.",
"field_37624": [
6
],
"field_37625": [
17
],
"field_37626": 14999,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
36,
37
],
"field_37629": 17,
"field_37630": [
18,
6,
7,
9
],
"field_37631": 15003,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Environmental Planning",
"field_37620": "2025-12-15",
"field_37621": "2.50",
"field_37622": "120",
"field_37623": "Develop an environmental plan for the sustainable residential community.",
"field_37624": [
6
],
"field_37625": [
18
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
38,
39
],
"field_37629": 18,
"field_37630": [],
"field_37631": 15001,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Construction Management",
"field_37620": "2026-04-14",
"field_37621": "25.00",
"field_37622": "365",
"field_37623": "Oversee construction to ensure adherence to sustainability goals.",
"field_37624": [
6
],
"field_37625": [
11
],
"field_37626": 15000,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
40,
41
],
"field_37629": 19,
"field_37630": [
7,
10,
9
],
"field_37631": 15005,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Community Engagement",
"field_37620": "2027-04-14",
"field_37621": "2.00",
"field_37622": "60",
"field_37623": "Engage with residents for feedback and community involvement.",
"field_37624": [
6
],
"field_37625": [
6
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
42,
43
],
"field_37629": 20,
"field_37630": [],
"field_37631": 15004,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-02-01T14:36:40.645437+00:00",
"updated_on": "2024-09-27T08:03:02.944740+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_37654": null,
"field_37619": "Architectural Planning",
"field_37620": "2024-05-17",
"field_37621": "2.00",
"field_37622": "120",
"field_37623": "Create a comprehensive architectural plan for the university campus master plan.",
"field_37624": [
7
],
"field_37625": [
5
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [
44,
45
],
"field_37629": 21,
"field_37630": [
6,
21,
9,
5
],
"field_37631": 15001,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Landscape Design",
"field_37620": "2025-01-16",
"field_37621": "1.50",
"field_37622": "90",
"field_37623": "Develop landscape designs to enhance the overall campus experience.",
"field_37624": [
7
],
"field_37625": [
22
],
"field_37626": 15000,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [],
"field_37629": 22,
"field_37630": [
5,
3,
4
],
"field_37631": 15002,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Transportation Planning",
"field_37620": "2025-04-16",
"field_37621": "2.00",
"field_37622": "120",
"field_37623": "Plan and design transportation infrastructure within the campus.",
"field_37624": [
7
],
"field_37625": [
17
],
"field_37626": 14999,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [],
"field_37629": 23,
"field_37630": [],
"field_37631": 15001,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Infrastructure Upgrades",
"field_37620": "2025-08-14",
"field_37621": "1.50",
"field_37622": "90",
"field_37623": "Upgrade existing infrastructure based on the master plan.",
"field_37624": [
7
],
"field_37625": [
7
],
"field_37626": 14998,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [],
"field_37629": 24,
"field_37630": [
20,
19,
4
],
"field_37631": 15005,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": 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_37654": null,
"field_37619": "Project Management",
"field_37620": "2025-11-12",
"field_37621": "18.00",
"field_37622": "365",
"field_37623": "Oversee and manage the implementation of the university campus master plan.",
"field_37624": [
7
],
"field_37625": [
5
],
"field_37626": 15000,
"field_37655": null,
"field_37656": null,
"field_37627": null,
"field_37628": [],
"field_37629": 25,
"field_37630": [],
"field_37631": 15005,
"field_37678": null,
"field_37679": null,
"field_37680": null,
"field_37632": [],
"field_37673": null,
"field_37645": null,
"field_37633": null,
"field_37648": null,
"field_37674": null,
"field_37692": null
}
],
"data_sync": null
},
{
"id": 3673,
"name": "Task actions",
"order": 6,
"fields": [
{
"id": 37657,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "join(concat('A-',replace(field('Task'),'T-',''),'-',field('Autonumber')),'')",
"formula_type": "text"
},
{
"id": 37658,
"type": "rollup",
"name": "Team member",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"through_field_id": 37636,
"target_field_id": 37625,
"rollup_function": "min"
},
{
"id": 37634,
"type": "created_on",
"name": "Date",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 37635,
"type": "long_text",
"name": "Action",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 37636,
"type": "link_row",
"name": "Task",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3672,
"link_row_related_field_id": 37628,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37637,
"type": "autonumber",
"name": "Autonumber",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 37695,
"type": "formula",
"name": "Date (format)",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": null,
"nullable": true,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "datetime_format_tz(field('Date'),'YYYY-MM-DD HH24:MI','Europe/Amsterdam')",
"formula_type": "text"
}
],
"views": [
{
"id": 16674,
"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": 12994,
"field_id": 37634,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153078,
"field_id": 37657,
"width": 174,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153079,
"field_id": 37637,
"width": 153,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153080,
"field_id": 37636,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153081,
"field_id": 37658,
"width": 186,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153082,
"field_id": 37634,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153156,
"field_id": 37695,
"width": 200,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153083,
"field_id": 37635,
"width": 615,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16675,
"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": 12995,
"field_id": 37634,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153084,
"field_id": 37657,
"width": 174,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153085,
"field_id": 37637,
"width": 153,
"hidden": true,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153086,
"field_id": 37636,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153087,
"field_id": 37658,
"width": 186,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153088,
"field_id": 37634,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153089,
"field_id": 37635,
"width": 615,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153372,
"field_id": 37695,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16676,
"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": 37634,
"field_options": [
{
"id": 6725,
"field_id": 37657,
"hidden": true,
"order": 1
},
{
"id": 6726,
"field_id": 37658,
"hidden": true,
"order": 2
},
{
"id": 6727,
"field_id": 37634,
"hidden": true,
"order": 3
},
{
"id": 6728,
"field_id": 37636,
"hidden": false,
"order": 4
},
{
"id": 6729,
"field_id": 37635,
"hidden": false,
"order": 5
},
{
"id": 6730,
"field_id": 37637,
"hidden": true,
"order": 6
}
]
},
{
"id": 16677,
"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": 37634,
"field_options": [
{
"id": 6731,
"field_id": 37657,
"hidden": true,
"order": 1
},
{
"id": 6732,
"field_id": 37658,
"hidden": true,
"order": 2
},
{
"id": 6733,
"field_id": 37634,
"hidden": true,
"order": 3
},
{
"id": 6734,
"field_id": 37636,
"hidden": false,
"order": 4
},
{
"id": 6735,
"field_id": 37635,
"hidden": false,
"order": 5
},
{
"id": 6736,
"field_id": 37637,
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Site analysis completed, awaiting approval from the architecture team.",
"field_37636": [
3
],
"field_37637": 1,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Reviewed site analysis. Suggested adjustments to improve accuracy.",
"field_37636": [
3
],
"field_37637": 2,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Initial architectural designs drafted, seeking feedback from structural engineering team.",
"field_37636": [
4
],
"field_37637": 3,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Reviewed and provided feedback on the architectural designs.",
"field_37636": [
4
],
"field_37637": 4,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Discussed design modifications for better integration with MEP systems.",
"field_37636": [
4
],
"field_37637": 5,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Structural engineering analysis in progress, expecting completion by end of the month.",
"field_37636": [
5
],
"field_37637": 6,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Reviewed preliminary structural analysis. Highlighted potential load-bearing issues.",
"field_37636": [
5
],
"field_37637": 7,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Completed design for HVAC, plumbing, and electrical systems, ready for review.",
"field_37636": [
6
],
"field_37637": 8,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Requested clarification on electrical system specifications.",
"field_37636": [
6
],
"field_37637": 9,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Construction phase initiated. Daily progress meetings scheduled with the construction team.",
"field_37636": [
7
],
"field_37637": 10,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Discussed construction timeline and resource allocation.",
"field_37636": [
7
],
"field_37637": 11,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Urban planning strategy developed. Awaiting approval from environmental sustainability team.",
"field_37636": [
8
],
"field_37637": 12,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Suggested incorporating green spaces for improved community well-being.",
"field_37636": [
8
],
"field_37637": 13,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Infrastructure design plans submitted for review. Requesting feedback from the project management team.",
"field_37636": [
9
],
"field_37637": 14,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Provided input on project scheduling and resource allocation.",
"field_37636": [
9
],
"field_37637": 15,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Implementation of sustainable practices and green infrastructure in progress.",
"field_37636": [
10
],
"field_37637": 16,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Discussed environmental sustainability goals and potential enhancements.",
"field_37636": [
10
],
"field_37637": 17,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Community engagement event scheduled for next month. Coordination with community representatives ongoing.",
"field_37636": [
11
],
"field_37637": 18,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Reviewed community engagement plan. Proposed additional outreach strategies.",
"field_37636": [
11
],
"field_37637": 19,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Project management team conducting regular progress reviews. Project on schedule.",
"field_37636": [
12
],
"field_37637": 20,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Addressed project risks and discussed mitigation strategies.",
"field_37636": [
12
],
"field_37637": 21,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Initiated architectural plans for hospital expansion. Coordination with structural engineering team ongoing.",
"field_37636": [
13
],
"field_37637": 22,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Provided input on spatial requirements for medical equipment.",
"field_37636": [
13
],
"field_37637": 23,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Reviewed and provided feedback on structural upgrades. Awaiting finalization of plans.",
"field_37636": [
14
],
"field_37637": 24,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Discussed load-bearing capacity and seismic resilience.",
"field_37636": [
14
],
"field_37637": 25,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Designing mechanical, electrical, and plumbing systems. Collaboration with the construction management team.",
"field_37636": [
15
],
"field_37637": 26,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Provided specifications for energy-efficient MEP systems.",
"field_37636": [
15
],
"field_37637": 27,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Construction phase underway. Regular quality control measures implemented.",
"field_37636": [
16
],
"field_37637": 28,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Addressed on-site challenges and coordinated with quality control team.",
"field_37636": [
16
],
"field_37637": 29,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Quality control and assurance processes actively monitored during construction.",
"field_37636": [
17
],
"field_37637": 30,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Reviewed quality control reports and implemented corrective actions.",
"field_37636": [
17
],
"field_37637": 31,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Architectural designs for energy-efficient homes in progress.",
"field_37636": [
18
],
"field_37637": 32,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Suggested energy-efficient materials for construction.",
"field_37636": [
18
],
"field_37637": 33,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Civil engineering plans for infrastructure submitted for review. Awaiting feedback.",
"field_37636": [
19
],
"field_37637": 34,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Provided geotechnical considerations for civil engineering plans.",
"field_37636": [
19
],
"field_37637": 35,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Environmental plan finalized. Awaiting approval from the environmental sustainability team.",
"field_37636": [
20
],
"field_37637": 36,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Reviewed environmental plan and suggested improvements.",
"field_37636": [
20
],
"field_37637": 37,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Construction management team overseeing adherence to sustainability goals.",
"field_37636": [
21
],
"field_37637": 38,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Monitored construction progress and ensured compliance with sustainability guidelines.",
"field_37636": [
21
],
"field_37637": 39,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Community engagement meetings ongoing. Positive feedback from residents.",
"field_37636": [
22
],
"field_37637": 40,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Addressed community concerns and communicated project updates.",
"field_37636": [
22
],
"field_37637": 41,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Initiated architectural planning for the university campus master plan.",
"field_37636": [
23
],
"field_37637": 42,
"field_37695": null
},
{
"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_37657": null,
"field_37658": null,
"field_37634": null,
"field_37635": "Provided input on architectural features and overall campus aesthetics.",
"field_37636": [
23
],
"field_37637": 43,
"field_37695": null
}
],
"data_sync": null
},
{
"id": 3674,
"name": "Equipment",
"order": 7,
"fields": [
{
"id": 37638,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37639,
"type": "text",
"name": "Description",
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 37640,
"type": "single_select",
"name": "Category",
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 15007,
"value": "Earthmoving",
"color": "light-orange",
"order": 0
},
{
"id": 15008,
"value": "Concrete Tools",
"color": "darker-orange",
"order": 1
},
{
"id": 15009,
"value": "Material Handling",
"color": "darker-blue",
"order": 2
},
{
"id": 15010,
"value": "Power Tools",
"color": "dark-blue",
"order": 3
},
{
"id": 15011,
"value": "Cranes",
"color": "dark-gray",
"order": 4
},
{
"id": 15012,
"value": "Drilling",
"color": "yellow",
"order": 5
},
{
"id": 15013,
"value": "Welding",
"color": "dark-orange",
"order": 6
},
{
"id": 15014,
"value": "Asphalt Tools",
"color": "dark-purple",
"order": 7
},
{
"id": 15015,
"value": "Compaction",
"color": "dark-yellow",
"order": 8
},
{
"id": 15016,
"value": "Power Generation",
"color": "dark-pink",
"order": 9
},
{
"id": 15017,
"value": "Access Equipment",
"color": "darker-yellow",
"order": 10
}
]
},
{
"id": 37641,
"type": "number",
"name": "Quantity",
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 37642,
"type": "link_row",
"name": "Tasks",
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 3672,
"link_row_related_field_id": 37630,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 37675,
"type": "formula",
"name": "Currently in use",
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(lookup('Tasks','Status'),lookup('Tasks','Status') = 'In progress'))",
"formula_type": "number"
},
{
"id": 37676,
"type": "formula",
"name": "Scheduled start dates",
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": "24",
"date_include_time": false,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": "ISO",
"number_decimal_places": null,
"nullable": true,
"array_formula_type": "date",
"date_show_tzinfo": false,
"formula": "filter(lookup('Tasks','Start'),lookup('Tasks','Status') = 'Not started yet')",
"formula_type": "array"
},
{
"id": 37677,
"type": "formula",
"name": "Currently scheduled",
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "count(filter(lookup('Tasks','Status'),lookup('Tasks','Status') = 'Not started yet'))",
"formula_type": "number"
},
{
"id": 37686,
"type": "formula",
"name": "Currently available",
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_time_format": null,
"date_include_time": null,
"date_force_timezone": null,
"error": null,
"duration_format": null,
"date_format": null,
"number_decimal_places": 0,
"nullable": false,
"array_formula_type": null,
"date_show_tzinfo": null,
"formula": "field('Quantity') - field('Currently in use')",
"formula_type": "number"
}
],
"views": [
{
"id": 16678,
"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": 12996,
"field_id": 37638,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4870,
"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": 37686,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153090,
"field_id": 37638,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153091,
"field_id": 37639,
"width": 269,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153092,
"field_id": 37640,
"width": 134,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153093,
"field_id": 37641,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153094,
"field_id": 37675,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153095,
"field_id": 37686,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153096,
"field_id": 37677,
"width": 188,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153097,
"field_id": 37676,
"width": 236,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153098,
"field_id": 37642,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16679,
"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": 37640,
"field_options": [
{
"id": 23328,
"field_id": 37638,
"hidden": false,
"order": 32767
},
{
"id": 23329,
"field_id": 37639,
"hidden": false,
"order": 32767
},
{
"id": 23330,
"field_id": 37640,
"hidden": true,
"order": 32767
},
{
"id": 23331,
"field_id": 37641,
"hidden": true,
"order": 32767
},
{
"id": 23332,
"field_id": 37642,
"hidden": true,
"order": 32767
},
{
"id": 23333,
"field_id": 37675,
"hidden": false,
"order": 32767
},
{
"id": 23334,
"field_id": 37676,
"hidden": true,
"order": 32767
},
{
"id": 23335,
"field_id": 37677,
"hidden": false,
"order": 32767
},
{
"id": 23336,
"field_id": 37686,
"hidden": false,
"order": 32767
}
]
},
{
"id": 16680,
"type": "grid",
"name": "Equipment without active and scheduled tasks",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 9294,
"field_id": 37677,
"type": "equal",
"value": "0",
"group": null
},
{
"id": 9309,
"field_id": 37675,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12997,
"field_id": 37686,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4871,
"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": 37686,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153099,
"field_id": 37638,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153100,
"field_id": 37639,
"width": 269,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153101,
"field_id": 37640,
"width": 134,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153102,
"field_id": 37641,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153103,
"field_id": 37675,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153104,
"field_id": 37686,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153105,
"field_id": 37677,
"width": 188,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153106,
"field_id": 37676,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153107,
"field_id": 37642,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16681,
"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": 9295,
"field_id": 37675,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12998,
"field_id": 37686,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4872,
"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": 37686,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153108,
"field_id": 37638,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153109,
"field_id": 37639,
"width": 269,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153110,
"field_id": 37640,
"width": 134,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153111,
"field_id": 37641,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153112,
"field_id": 37675,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153113,
"field_id": 37686,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153114,
"field_id": 37677,
"width": 188,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153115,
"field_id": 37676,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153116,
"field_id": 37642,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 16682,
"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": 9296,
"field_id": 37686,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 12999,
"field_id": 37686,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [
{
"id": 4873,
"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": 37686,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 153117,
"field_id": 37638,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153118,
"field_id": 37639,
"width": 269,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153119,
"field_id": 37640,
"width": 134,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153120,
"field_id": 37641,
"width": 125,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153121,
"field_id": 37675,
"width": 162,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153122,
"field_id": 37686,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153123,
"field_id": 37677,
"width": 188,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153124,
"field_id": 37676,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 153125,
"field_id": 37642,
"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_37638": "Excavator1",
"field_37639": "Heavy-duty excavator for digging",
"field_37640": 15007,
"field_37641": "2",
"field_37642": [
3,
24
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "CraneA",
"field_37639": "Tower crane for lifting heavy loads",
"field_37640": 15011,
"field_37641": "1",
"field_37642": [
14,
24,
26
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "BulldozerX",
"field_37639": "Compact bulldozer for site leveling",
"field_37640": 15007,
"field_37641": "3",
"field_37642": [
3,
9,
24,
13,
23
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "ConcreteMixer1",
"field_37639": "Portable concrete mixer",
"field_37640": 15008,
"field_37641": "2",
"field_37642": [
14,
19,
23,
16
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "PowerDrillZ",
"field_37639": "High-powered electric drill",
"field_37640": 15010,
"field_37641": "5",
"field_37642": [
5,
16,
19,
21,
13
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "ScaffoldingKit1",
"field_37639": "Adjustable steel scaffolding",
"field_37640": 15017,
"field_37641": "10",
"field_37642": [
6
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "BackhoeB200",
"field_37639": "Backhoe loader for various tasks",
"field_37640": 15007,
"field_37641": "2",
"field_37642": [
7,
16,
19,
21,
23
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "JackhammerPro",
"field_37639": "Industrial-grade jackhammer",
"field_37640": 15010,
"field_37641": "3",
"field_37642": [
5,
8,
16,
21
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "SkidSteerLoader2",
"field_37639": "Skid steer loader for versatile use",
"field_37640": 15007,
"field_37641": "4",
"field_37642": [],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "CraneB",
"field_37639": "Mobile crane with telescopic boom",
"field_37640": 15011,
"field_37641": "1",
"field_37642": [
6,
7
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "ConcreteSaw450",
"field_37639": "Concrete cutting saw",
"field_37640": 15008,
"field_37641": "2",
"field_37642": [
8,
10
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "FrontLoaderFL500",
"field_37639": "Front loader for material handling",
"field_37640": 15009,
"field_37641": "3",
"field_37642": [
9
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "DrillingRigX3",
"field_37639": "Drilling rig for foundation work",
"field_37640": 15012,
"field_37641": "1",
"field_37642": [],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "GeneratorG1200",
"field_37639": "Diesel generator for on-site power",
"field_37640": 15016,
"field_37641": "4",
"field_37642": [
10,
13
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "WeldingMachineW5000",
"field_37639": "Heavy-duty welding machine",
"field_37640": 15013,
"field_37641": "2",
"field_37642": [],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "CompactorRoller",
"field_37639": "Soil compactor roller",
"field_37640": 15015,
"field_37641": "1",
"field_37642": [
19,
16
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "ConcretePumpCP300",
"field_37639": "Truck-mounted concrete pump",
"field_37640": 15008,
"field_37641": "1",
"field_37642": [
26
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "LoaderTruckLT8000",
"field_37639": "Loading truck for transporting materials",
"field_37640": 15009,
"field_37641": "2",
"field_37642": [
26
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "AsphaltPaverAP6000",
"field_37639": "Asphalt paver for road construction",
"field_37640": 15014,
"field_37641": "1",
"field_37642": [
10,
23
],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": 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_37638": "DrillPressD1500",
"field_37639": "Drill press for precision drilling",
"field_37640": 15012,
"field_37641": "3",
"field_37642": [],
"field_37675": null,
"field_37676": null,
"field_37677": null,
"field_37686": null
}
],
"data_sync": null
}
]
},
{
"pages": [
{
"id": 2575,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"elements": [
{
"id": 45349,
"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": 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": 45350,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45349,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {
"image_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",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45351,
"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": "primary",
"heading_1_font_family": "trebuchet_ms",
"heading_1_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": 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": "'Login'",
"level": 1
},
{
"id": 45352,
"order": "3.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"input": {},
"login_button": {
"button_alignment": "center",
"button_horizontal_padding": 36
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 80,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 80,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 273,
"login_button_label": ""
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 6427,
"type": "open_page",
"order": 1,
"page_id": 2575,
"element_id": 45352,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2576,
"name": "Dahboard",
"order": 2,
"path": "/dashboard",
"path_params": [],
"elements": [
{
"id": 45353,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 45354,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45355,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45353,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45356,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45354,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 45357,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45354,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 45358,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45353,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 45359,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45354,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 45360,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45354,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 45361,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45354,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 45362,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 45353,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 45363,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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 Tasks with high priority and urgency'",
"level": 2
},
{
"id": 45364,
"order": "3.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4744,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "88776a6b-bbce-43da-8e45-0b207a7fb349",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "0a2b5244-f7c0-4d63-9f07-26d785595541",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37620')"
}
},
{
"uid": "b8df2933-d4f7-4d08-a109-3e77f918566c",
"name": "End",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "c099d8e7-cd1f-4110-b612-509ae8daa548",
"name": "Project",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "9d3c9262-a494-4988-9c9e-efcb16e51db8",
"name": "Assignee",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "5de028ef-9920-400d-bf9f-919692dbebf4",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37655')"
}
},
{
"uid": "01ae861d-44ae-4dd1-b71a-438ba37eb700",
"name": "Prerequisites",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37692')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 45365,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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\ud83d\udc64 My tasks'",
"level": 2
},
{
"id": 45366,
"order": "4.33333333333333303727",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4745,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "74693550-a942-426c-b7b4-30ca3217c848",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "6f4f0977-5a86-4257-bfbd-6bebb2a87bf9",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37620')"
}
},
{
"uid": "c5301ed1-2158-4c67-b78a-5c4737bf0dce",
"name": "End",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "832ef4ef-f579-42e2-ade8-aa451e3b9425",
"name": "Project",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "62f5dc78-778d-4c87-b369-93b5840f0ede",
"name": "Priority",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_37626.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_37626.color')"
}
},
{
"uid": "b916b839-6028-4fa3-9c75-b3f4dc931a17",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37655')"
}
},
{
"uid": "22e583a7-fad9-4629-bdf0-a25f968d15df",
"name": "Prerequisites",
"type": "boolean",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37673')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 45367,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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\u23f3 All tasks in progress'",
"level": 2
},
{
"id": 45368,
"order": "5.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4746,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "613c2adf-8795-4a1d-8512-2802b2bdf23d",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "b1f76308-4c14-45ff-abf3-7bfa29eea0ff",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37620')"
}
},
{
"uid": "6116d342-0be7-4fcd-9576-c6a3610eb04d",
"name": "End",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "dbcc0a11-38f7-4d6e-9fc6-8696e0e51afe",
"name": "Project",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "e9d6d146-3b1f-4c47-a3f4-7d50e83b4775",
"name": "Assignee",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "e2d64e33-ded7-4bd6-9b91-d2895799880d",
"name": "Priority",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_37626.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_37626.color')"
}
},
{
"uid": "543f1333-b443-4c6c-83d8-b9ed5bd06a3a",
"name": "Prerequisites",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37692')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 45369,
"order": "6.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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\u23f3 All projects in progress'",
"level": 2
},
{
"id": 45370,
"order": "7.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4747,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "05a1d05a-b8cb-41dd-a4b0-c95b39d5fc24",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37610')",
"variant": "link"
}
},
{
"uid": "fef463f3-00ab-4f93-82f7-461f7c51950b",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37613')"
}
},
{
"uid": "ca55a62d-d464-468a-aac9-bd02caac43b4",
"name": "Deadline",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37614')"
}
},
{
"uid": "f7cd201e-8ea1-43eb-81a8-d3b62ec6819d",
"name": "Owner",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37616.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37616.0.value')",
"variant": "link"
}
},
{
"uid": "59466d85-a082-4ced-8e51-c037e4ed6ca7",
"name": "Active",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37670')"
}
},
{
"uid": "eed1f689-13a7-4158-b49f-1484bca11ad7",
"name": "Scheduled",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37671')"
}
},
{
"uid": "2d382386-3dd6-4598-a041-ac0e7ab5f52c",
"name": "Completed",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37672')"
}
},
{
"uid": "c5f7ee9b-3efc-4d36-b81f-b26837ecc828",
"name": "Total",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37685')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 4744,
"name": "Urgent and priority",
"order": "1.00000000000000000000",
"service": {
"id": 5787,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16668,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 4745,
"name": "My tasks",
"order": "2.00000000000000000000",
"service": {
"id": 5788,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16664,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37625,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 4746,
"name": "Current tasks",
"order": "3.00000000000000000000",
"service": {
"id": 5789,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16670,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 4747,
"name": "Current projects",
"order": "4.00000000000000000000",
"service": {
"id": 5790,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3671,
"view_id": 16657,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 6428,
"type": "logout",
"order": 1,
"page_id": 2576,
"element_id": 45362,
"event": "click"
},
{
"id": 6429,
"type": "open_page",
"order": 2,
"page_id": 2576,
"element_id": 45362,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2577,
"name": "Projects",
"order": 3,
"path": "/projects",
"path_params": [],
"elements": [
{
"id": 45371,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 45400,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": 45373,
"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": 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": "color",
"style_background_color": "#ffa72640",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45372,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45375,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45371,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45376,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45372,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 45377,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45372,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 45378,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45371,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 45379,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45372,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 45380,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45372,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 45381,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45372,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 45382,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45374,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'TEAM'",
"format": "plain"
},
{
"id": 45383,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45374,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'TASKS'",
"format": "plain"
},
{
"id": 45402,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45401,
"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": 8,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 8,
"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": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.value')",
"variant": "link"
},
{
"id": 45403,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45400,
"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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('current_record.field_37610')",
"level": 3
},
{
"id": 45404,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45400,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 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": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 45384,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 45371,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 45385,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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\u23f3 Active projects'",
"level": 2
},
{
"id": 45386,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45373,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'DESCRIPTION'",
"format": "plain"
},
{
"id": 45387,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45374,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'OWNER'",
"format": "plain"
},
{
"id": 45388,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45374,
"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": 2,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 2,
"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": 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 tasks: ',get('current_record.field_37685'))",
"format": "plain"
},
{
"id": 45401,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 45374,
"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": 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": 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": null,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_37617",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 45389,
"order": "2.33333333333333348136",
"type": "text",
"parent_element_id": 45373,
"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": 20,
"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_37611')",
"format": "plain"
},
{
"id": 45373,
"order": "2.50000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4748,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 45390,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 45373,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'TIME FRAME'",
"format": "plain"
},
{
"id": 45391,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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'",
"level": 2
},
{
"id": 45392,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45373,
"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": 20,
"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('From ',get('current_record.field_37613'),' until ',get('current_record.field_37614'))",
"format": "plain"
},
{
"id": 45393,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 45374,
"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": 8,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 8,
"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": 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": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37616.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_37616.0.value')",
"variant": "link"
},
{
"id": 45394,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45374,
"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": 2,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 2,
"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": 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 tasks: ',get('current_record.field_37670'))",
"format": "plain"
},
{
"id": 45395,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 45373,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'BUDGET'",
"format": "plain"
},
{
"id": 45396,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 45373,
"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": 20,
"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('$ ',get('current_record.field_37612'),'M | ',get('current_record.field_37666'),'% Scheduled | ',get('current_record.field_37665'),'% Available')",
"format": "plain"
},
{
"id": 45374,
"order": "4.00000000000000000000",
"type": "column",
"parent_element_id": 45373,
"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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 45397,
"order": "4.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4749,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "2db6d641-99f3-480d-bbc4-e0a124bacbef",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37610')",
"variant": "link"
}
},
{
"uid": "11bc0d50-c95d-4ba8-ad8b-a90e575aa1ea",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37652')"
}
},
{
"uid": "73ad85d5-6710-4bb8-bd2f-608dfa560635",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37613')"
}
},
{
"uid": "4f75bdee-f747-4ae9-b018-1b136ed6687a",
"name": "End",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37614')"
}
},
{
"uid": "a29ba487-1dde-425f-88d9-abf437308c38",
"name": "Owner",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37616.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37616.0.value')",
"variant": "link"
}
},
{
"uid": "bea3b910-ea42-4003-93a7-fbe160a476f7",
"name": "Active",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37670')"
}
},
{
"uid": "347f5d6d-3724-4509-ac42-2e4baa01a065",
"name": "Scheduled",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37671')"
}
},
{
"uid": "f2c810c2-b95b-43dd-8325-080ab78a0045",
"name": "Completed",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center",
"table_cell_horizontal_padding": 10
}
},
"config": {
"value": "get('current_record.field_37672')"
}
},
{
"uid": "3d500ad3-2370-4b58-8bae-49b967439567",
"name": "Total",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center",
"table_cell_horizontal_padding": 10
}
},
"config": {
"value": "get('current_record.field_37685')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 45398,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45374,
"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": 2,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 2,
"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": 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 tasks: ',get('current_record.field_37671'))",
"format": "plain"
},
{
"id": 45399,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 45374,
"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": 2,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 2,
"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": 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 tasks: ',get('current_record.field_37672'))",
"format": "plain"
}
],
"data_sources": [
{
"id": 4748,
"name": "Active",
"order": "1.00000000000000000000",
"service": {
"id": 5791,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3671,
"view_id": 16657,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 4749,
"name": "All projects",
"order": "2.00000000000000000000",
"service": {
"id": 5792,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3671,
"view_id": 16655,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 6430,
"type": "logout",
"order": 1,
"page_id": 2577,
"element_id": 45384,
"event": "click"
},
{
"id": 6431,
"type": "open_page",
"order": 2,
"page_id": 2577,
"element_id": 45384,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2578,
"name": "Project details",
"order": 4,
"path": "/projects/:project_id",
"path_params": [
{
"name": "project_id",
"type": "numeric"
}
],
"elements": [
{
"id": 45405,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 45406,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45410,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45405,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45411,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45406,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 45412,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45406,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 45413,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45405,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 45414,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45406,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 45415,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45406,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 45416,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45406,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 45417,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45408,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_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",
"value": "'\ud83d\udd04 In progress'",
"level": 3
},
{
"id": 45418,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45408,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_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",
"value": "'\ud83d\udcc5 Scheduled'",
"level": 3
},
{
"id": 45419,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45408,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_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",
"value": "'\u2705 Completed'",
"level": 3
},
{
"id": 45420,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45407,
"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": 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": "'\ud83d\udcc5 Dates'",
"level": 3
},
{
"id": 45421,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45407,
"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": "'\ud83d\udcb0 Budget'",
"level": 3
},
{
"id": 45422,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45407,
"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": 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('\ud83d\udee0\ufe0f Tasks (',get('data_source.4750.field_37670'),' total)')",
"level": 3
},
{
"id": 45452,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 45409,
"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": 10,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 10,
"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": 45453,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45452,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"style_border_top_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('**',get('current_record.field_37600'),'**')",
"format": "markdown"
},
{
"id": 45423,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 45405,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 45424,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udcda ',get('data_source.4750.field_37610'),' (',get('data_source.4750.field_37649'),')')",
"level": 1
},
{
"id": 45425,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 45408,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"table": {
"table_cell_horizontal_padding": 10,
"table_header_background_color": "transparent"
}
},
"style_border_top_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": "#bdbdbd1a",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4752,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "a6d9bc07-4b5f-4f50-806e-6aee7f972dfe",
"name": "Title",
"type": "link",
"styles": {
"cell": {
"table_cell_vertical_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "80129445-25e9-4096-83ad-93a5eded2112",
"name": "Assignee",
"type": "link",
"styles": {
"cell": {
"table_cell_vertical_padding": 0,
"table_cell_horizontal_padding": 10
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "cf500cda-aebf-4903-97a1-4282848a9032",
"name": "Deadline",
"type": "text",
"styles": {
"cell": {
"table_cell_vertical_padding": 0,
"table_cell_horizontal_padding": 10
}
},
"config": {
"value": "get('current_record.field_37656')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "vertical",
"smartphone": "vertical"
}
},
{
"id": 45426,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 45408,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"table": {
"table_cell_horizontal_padding": 10,
"table_header_background_color": "transparent"
}
},
"style_border_top_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": "#bdbdbd1a",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4753,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "e0ff1ab1-0b7b-4f13-8f00-8e913267880b",
"name": "Title",
"type": "link",
"styles": {
"cell": {
"table_cell_vertical_padding": 0,
"table_cell_horizontal_padding": 10
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "a9eb8ff0-1f95-4e64-ba54-6d5d1bbe2143",
"name": "Assignee",
"type": "link",
"styles": {
"cell": {
"table_cell_vertical_padding": 0,
"table_cell_horizontal_padding": 10
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "f750a320-378b-40ec-a81f-5685a16a5dd2",
"name": "Start",
"type": "text",
"styles": {
"cell": {
"table_cell_vertical_padding": 0,
"table_cell_horizontal_padding": 10
}
},
"config": {
"value": "get('current_record.field_37620')"
}
},
{
"uid": "9e9879fb-13eb-4367-9223-dabba46c9b63",
"name": "Prerequisites",
"type": "text",
"styles": {
"cell": {}
},
"config": {
"value": "get('current_record.field_37692')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "vertical",
"smartphone": "vertical"
}
},
{
"id": 45427,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 45408,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"table": {
"table_cell_horizontal_padding": 10,
"table_header_background_color": "transparent"
}
},
"style_border_top_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": "#bdbdbd1a",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4754,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "677dbb0c-fb3c-4de5-86a4-f275b4b432f3",
"name": "Title",
"type": "link",
"styles": {
"cell": {
"table_cell_vertical_padding": 0,
"table_cell_horizontal_padding": 10
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "86d375a2-9218-427b-84d4-745e542e883d",
"name": "Assignee",
"type": "link",
"styles": {
"cell": {
"table_cell_vertical_padding": 0,
"table_cell_horizontal_padding": 10
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "fc870858-6506-4845-bdf0-516a23dc2dd8",
"name": "End date",
"type": "text",
"styles": {
"cell": {
"table_cell_vertical_padding": 0,
"table_cell_horizontal_padding": 10
}
},
"config": {
"value": "get('current_record.field_37627')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "vertical",
"smartphone": "vertical"
}
},
{
"id": 45428,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'START'",
"format": "plain"
},
{
"id": 45429,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'TOTAL BUDGET'",
"format": "plain"
},
{
"id": 45430,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'ACTIVE TASKS'",
"format": "plain"
},
{
"id": 45454,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 45452,
"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": 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",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_37601.0.url')",
"alt_text": ""
},
{
"id": 45797,
"order": "2.33333333333333348136",
"type": "link",
"parent_element_id": 45452,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full"
}
},
"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",
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 45431,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('data_source.4750.field_37670')",
"format": "plain"
},
{
"id": 45455,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 45452,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border",
"body_text_alignment": "center"
}
},
"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",
"value": "concat(get('current_record.field_37604.0.value'),' (',get('current_record.field_37647'),')')",
"format": "plain"
},
{
"id": 45432,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.4750.field_37611')",
"format": "plain"
},
{
"id": 45433,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('data_source.4750.field_37613')",
"format": "plain"
},
{
"id": 45434,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('$ ',get('data_source.4750.field_37612'),'M')",
"format": "plain"
},
{
"id": 45435,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'SCHEDULED TASKS'",
"format": "plain"
},
{
"id": 45456,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45452,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"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",
"value": "concat('\ud83d\udcde ',get('current_record.field_37602'))",
"format": "plain"
},
{
"id": 45436,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'DEADLINE'",
"format": "plain"
},
{
"id": 45437,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('data_source.4750.field_37671')",
"format": "plain"
},
{
"id": 45438,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('data_source.4750.field_37614')",
"format": "plain"
},
{
"id": 45439,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u24d8 General information'",
"level": 2
},
{
"id": 45440,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'ACTUAL END DATE'",
"format": "plain"
},
{
"id": 45441,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'ASSIGNED BUDGET'",
"format": "plain"
},
{
"id": 45442,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'COMPLETED TASKS'",
"format": "plain"
},
{
"id": 45457,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 45452,
"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": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('mailto:',get('current_record.field_37603'))",
"target": "self",
"value": "concat('\u2709\ufe0f ',get('current_record.field_37603'))",
"variant": "link"
},
{
"id": 45407,
"order": "4.33333333333333303727",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 45443,
"order": "4.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udee0\ufe0f Tasks'",
"level": 2
},
{
"id": 45444,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('$',get('data_source.4750.field_37653'),'M (',get('data_source.4750.field_37666'),'%)')",
"format": "plain"
},
{
"id": 45445,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 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",
"value": "'\u26a0\ufe0f Tasks with high priority and urgency'",
"level": 3
},
{
"id": 45446,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('data_source.4750.field_37615')",
"format": "plain"
},
{
"id": 45447,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'AVAILABLE BUDGET'",
"format": "plain"
},
{
"id": 45448,
"order": "6.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4751,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "b3f22f77-cee2-40da-99d4-99d8bce684a0",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "19ac486e-0559-47cd-8534-f5a6d0043389",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37620')"
}
},
{
"uid": "57c5bfcc-c78a-4e90-b310-14ce8729813f",
"name": "End",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "3d719c75-9c45-4cc8-8d28-af1cc9632785",
"name": "Assignee",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "c554d9cd-020b-480c-bd6d-0258b3637da1",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37655')"
}
},
{
"uid": "819b4dfe-3f1a-4378-ae67-f0ed760e8696",
"name": "Prerequisites",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37692')"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 45449,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('$',get('data_source.4750.field_37665'),'M')",
"format": "plain"
},
{
"id": 45450,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 45407,
"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": 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": 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('data_source.4750.field_37672')",
"format": "plain"
},
{
"id": 45408,
"order": "7.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 45451,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udc77\ud83d\udc77\u200d\u2640\ufe0f Project team'",
"level": 2
},
{
"id": 45409,
"order": "9.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4755,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
}
}
],
"data_sources": [
{
"id": 4750,
"name": "Project",
"order": "1.00000000000000000000",
"service": {
"id": 5793,
"integration_id": 348,
"type": "local_baserow_get_row",
"table_id": 3671,
"view_id": 16655,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.project_id')"
}
},
{
"id": 4751,
"name": "Urgent tasks",
"order": "2.00000000000000000000",
"service": {
"id": 5794,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16668,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37624,
"type": "link_row_has",
"value": "get('page_parameter.project_id')",
"value_is_formula": true
}
]
}
},
{
"id": 4752,
"name": "Tasks in progress",
"order": "3.00000000000000000000",
"service": {
"id": 5795,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16670,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37624,
"type": "link_row_has",
"value": "get('page_parameter.project_id')",
"value_is_formula": true
}
]
}
},
{
"id": 4753,
"name": "Scheduled tasks",
"order": "4.00000000000000000000",
"service": {
"id": 5796,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16661,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37624,
"type": "link_row_has",
"value": "get('page_parameter.project_id')",
"value_is_formula": true
},
{
"field_id": 37655,
"type": "equal",
"value": "Not started yet",
"value_is_formula": false
}
]
}
},
{
"id": 4754,
"name": "Completed tasks",
"order": "5.00000000000000000000",
"service": {
"id": 5797,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16661,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37624,
"type": "link_row_has",
"value": "get('page_parameter.project_id')",
"value_is_formula": true
},
{
"field_id": 37655,
"type": "equal",
"value": "Complete",
"value_is_formula": false
}
]
}
},
{
"id": 4755,
"name": "Project team",
"order": "6.00000000000000000000",
"service": {
"id": 5798,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3670,
"view_id": 16649,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37606,
"type": "link_row_has",
"value": "get('page_parameter.project_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 6432,
"type": "logout",
"order": 1,
"page_id": 2578,
"element_id": 45423,
"event": "click"
},
{
"id": 6433,
"type": "open_page",
"order": 2,
"page_id": 2578,
"element_id": 45423,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2579,
"name": "Tasks",
"order": 5,
"path": "/tasks",
"path_params": [],
"elements": [
{
"id": 45458,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 45459,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45462,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45458,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45463,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45459,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 45464,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45459,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 45465,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45458,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 45466,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45459,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 45467,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45459,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 45468,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45459,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 45469,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45461,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_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": "#ffa72640",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'High'",
"level": 3
},
{
"id": 45470,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45461,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_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": "#ffa72640",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Medium'",
"level": 3
},
{
"id": 45471,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45461,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_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": "#ffa72640",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Low'",
"level": 3
},
{
"id": 45478,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 45460,
"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": 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": "color",
"style_background_color": "#ffa72640",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45481,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45478,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": 10,
"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": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'Details'",
"variant": "button"
},
{
"id": 45483,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45479,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'PRIORITY'",
"format": "plain"
},
{
"id": 45484,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45480,
"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": 20,
"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": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.value')",
"variant": "link"
},
{
"id": 45836,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45478,
"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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**', get('current_record.field_37619'), '**')",
"format": "markdown"
},
{
"id": 45485,
"order": "1.33333333333333325932",
"type": "text",
"parent_element_id": 45479,
"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": 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": 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_37626.value')",
"format": "plain"
},
{
"id": 45486,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 45479,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'START'",
"format": "plain"
},
{
"id": 45472,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 45458,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 45473,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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 Tasks with high priority and urgency'",
"level": 2
},
{
"id": 45474,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 45461,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"table": {
"table_cell_horizontal_padding": 10,
"table_header_background_color": "transparent"
}
},
"style_border_top_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": 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": "color",
"style_background_color": "#bdbdbd1a",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4758,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "a5574c75-007f-4f7a-8b5d-af1b89d09130",
"name": "Complete",
"type": "button",
"styles": {
"cell": {
"table_cell_alignment": "right",
"table_cell_horizontal_padding": 0
}
},
"config": {
"label": "'Mark as completed'"
}
},
{
"uid": "44f04407-0c86-4c80-96b1-168a9ba45408",
"name": "Title",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "206bb244-c7a0-414e-b5d9-39e5d7c7ae5f",
"name": "Start",
"type": "text",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"value": "concat(get('current_record.field_37692'), ' ', get('current_record.field_37620'))"
}
},
{
"uid": "16f56eb1-737d-4259-a253-1222d04b8c67",
"name": "End",
"type": "text",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "1fa9d3be-43d8-42af-b9f3-f7c29646b304",
"name": "Project",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "dd108939-4273-4645-95cc-f94fadfe0b7a",
"name": "Assignee",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "846c844c-9282-486c-82dc-464d0ef79177",
"name": "Status",
"type": "text",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"value": "get('current_record.field_37655')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "vertical",
"smartphone": "vertical"
}
},
{
"id": 45479,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 45460,
"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",
"column_amount": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 45487,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45479,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'PROJECT'",
"format": "plain"
},
{
"id": 45515,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 45461,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"table": {
"table_cell_horizontal_padding": 10,
"table_header_background_color": "transparent"
}
},
"style_border_top_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": 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": "color",
"style_background_color": "#bdbdbd1a",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4760,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "88701b92-42d3-4ba5-b97c-19589b4bee34",
"name": "Complete",
"type": "button",
"styles": {
"cell": {
"table_cell_alignment": "right",
"table_cell_horizontal_padding": 0
}
},
"config": {
"label": "'Mark as completed'"
}
},
{
"uid": "059fd57a-3863-4d92-bb82-0aeea85b5c16",
"name": "Title",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "04080301-a754-47fb-8442-aafa21106114",
"name": "Start",
"type": "text",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"value": "concat(get('current_record.field_37692'), ' ', get('current_record.field_37620'))"
}
},
{
"uid": "ea1c9554-d871-4468-bc95-2ba19b500f90",
"name": "End",
"type": "text",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "03e9b008-6696-4960-a3c3-c07eea0d5e98",
"name": "Project",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "465dec27-0a5a-4d62-9bc7-387ce5b1fd70",
"name": "Assignee",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "89281f03-ce29-4841-b277-2614e5082bbc",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37655')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "vertical",
"smartphone": "vertical"
}
},
{
"id": 45516,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 45461,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"table": {
"table_cell_horizontal_padding": 10,
"table_header_background_color": "transparent"
}
},
"style_border_top_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": 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": "color",
"style_background_color": "#bdbdbd1a",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4759,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "99add6da-b6e7-4b1d-8aa6-b969bc55d781",
"name": "Complete",
"type": "button",
"styles": {
"cell": {
"table_cell_alignment": "right",
"table_cell_horizontal_padding": 0
}
},
"config": {
"label": "'Mark as completed'"
}
},
{
"uid": "dee4cfa0-2fe5-406b-b8a7-d47f763965a3",
"name": "Title",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "613d5812-5108-4c21-a582-49709b9f75d5",
"name": "Start",
"type": "text",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"value": "concat(get('current_record.field_37692'), ' ', get('current_record.field_37620'))"
}
},
{
"uid": "b76acb7b-36f5-4713-a3b6-a8d3c0bc0592",
"name": "End",
"type": "text",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "9c9a9708-a8e0-48ad-86fc-487481552426",
"name": "Project",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "77c36e96-054f-4ae7-9f39-556a0a802f5a",
"name": "Assignee",
"type": "link",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "990ebdf5-c458-49c7-805e-f0937b86aa7e",
"name": "Status",
"type": "text",
"styles": {
"cell": {
"table_cell_horizontal_padding": 0
}
},
"config": {
"value": "get('current_record.field_37655')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "vertical",
"smartphone": "vertical"
}
},
{
"id": 45475,
"order": "2.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4756,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "ad209adc-f127-41d8-ba83-af7bfbd80333",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "fd1aa5c4-064c-4453-b3e4-e7ae07ce25c8",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37620')"
}
},
{
"uid": "4f0575da-1185-4b24-a199-4dae9a2b5163",
"name": "End",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "b872e032-c0b9-4a59-affa-e360400efbe1",
"name": "Project",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "de14dc33-8a9a-489c-8332-5672ccc3c63b",
"name": "Assignee",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "8681a5f4-0eb3-4470-8c9a-c911eae0e8ee",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37655')"
}
},
{
"uid": "aec9449c-ac88-4920-be89-07495accf627",
"name": "Prerequisites",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37692')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 45488,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 45479,
"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": 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": 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": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_37648')",
"variant": "link"
},
{
"id": 45489,
"order": "2.50000000000000000000",
"type": "text",
"parent_element_id": 45479,
"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": 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": 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_37620')",
"format": "plain"
},
{
"id": 45476,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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'",
"level": 2
},
{
"id": 45490,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45479,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'END'",
"format": "plain"
},
{
"id": 45491,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45479,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'ASSIGNEE'",
"format": "plain"
},
{
"id": 45492,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45479,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'CAUSED BY TASK(S)'",
"format": "plain"
},
{
"id": 45460,
"order": "3.66666666666666651864",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4757,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 45477,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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": "'\u2757Tasks by priority'",
"level": 2
},
{
"id": 45480,
"order": "4.00000000000000000000",
"type": "repeat",
"parent_element_id": 45479,
"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": 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": null,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_37674",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 45493,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45479,
"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": 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": 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_37656')",
"format": "plain"
},
{
"id": 45494,
"order": "4.00000000000000000000",
"type": "link",
"parent_element_id": 45479,
"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": 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": 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": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('current_record.field_37625.0.value')",
"variant": "link"
},
{
"id": 45461,
"order": "5.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 20,
"alignment": "top"
}
],
"data_sources": [
{
"id": 4756,
"name": "Urgent",
"order": "1.00000000000000000000",
"service": {
"id": 5799,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16668,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 4757,
"name": "Prerequisites",
"order": "2.00000000000000000000",
"service": {
"id": 5800,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16673,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 4758,
"name": "High priority",
"order": "3.00000000000000000000",
"service": {
"id": 5801,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16666,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37626,
"type": "single_select_equal",
"value": "14998",
"value_is_formula": false
}
]
}
},
{
"id": 4759,
"name": "Medium priority",
"order": "4.00000000000000000000",
"service": {
"id": 5802,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16666,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37626,
"type": "single_select_equal",
"value": "14999",
"value_is_formula": false
}
]
}
},
{
"id": 4760,
"name": "Low priority",
"order": "5.00000000000000000000",
"service": {
"id": 5803,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16665,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37626,
"type": "single_select_equal",
"value": "15000",
"value_is_formula": false
}
]
}
}
],
"workflow_actions": [
{
"id": 6464,
"type": "update_row",
"order": 1,
"page_id": 2579,
"element_id": 45515,
"event": "88701b92-42d3-4ba5-b97c-19589b4bee34_click",
"service": {
"id": 5824,
"integration_id": 348,
"type": "local_baserow_upsert_row",
"table_id": 3672,
"row_id": "get('current_record.id')",
"field_mappings": [
{
"field_id": 37627,
"value": "get('current_record.field_37633')",
"enabled": true
}
]
}
},
{
"id": 6434,
"type": "logout",
"order": 1,
"page_id": 2579,
"element_id": 45472,
"event": "click"
},
{
"id": 6435,
"type": "open_page",
"order": 2,
"page_id": 2579,
"element_id": 45472,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 6466,
"type": "refresh_data_source",
"order": 2,
"page_id": 2579,
"element_id": 45515,
"event": "88701b92-42d3-4ba5-b97c-19589b4bee34_click",
"data_source_id": 4760
},
{
"id": 6441,
"type": "update_row",
"order": 1,
"page_id": 2579,
"element_id": 45474,
"event": "a5574c75-007f-4f7a-8b5d-af1b89d09130_click",
"service": {
"id": 5804,
"integration_id": 348,
"type": "local_baserow_upsert_row",
"table_id": 3672,
"row_id": "get('current_record.id')",
"field_mappings": [
{
"field_id": 37627,
"value": "get('current_record.field_37633')",
"enabled": true
}
]
}
},
{
"id": 6443,
"type": "refresh_data_source",
"order": 2,
"page_id": 2579,
"element_id": 45474,
"event": "a5574c75-007f-4f7a-8b5d-af1b89d09130_click",
"data_source_id": 4758
},
{
"id": 6460,
"type": "update_row",
"order": 1,
"page_id": 2579,
"element_id": 45516,
"event": "99add6da-b6e7-4b1d-8aa6-b969bc55d781_click",
"service": {
"id": 5823,
"integration_id": 348,
"type": "local_baserow_upsert_row",
"table_id": 3672,
"row_id": "get('current_record.id')",
"field_mappings": [
{
"field_id": 37627,
"value": "get('current_record.field_37633')",
"enabled": true
}
]
}
},
{
"id": 6462,
"type": "refresh_data_source",
"order": 2,
"page_id": 2579,
"element_id": 45516,
"event": "99add6da-b6e7-4b1d-8aa6-b969bc55d781_click",
"data_source_id": 4759
}
]
},
{
"id": 2589,
"name": "Task details",
"order": 6,
"path": "/task/:task_id",
"path_params": [
{
"name": "task_id",
"type": "numeric"
}
],
"elements": [
{
"id": 45685,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 45686,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45689,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45685,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45690,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45686,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 45691,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45686,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 45692,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45685,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 45693,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45686,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 45694,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45686,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 45695,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45686,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 45728,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45727,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u2139\ufe0f Information'",
"level": 3
},
{
"id": 45730,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45727,
"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",
"value": "'\u23f1\ufe0f Timing'",
"level": 3
},
{
"id": 45731,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 45727,
"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": 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'",
"level": 3
},
{
"id": 45766,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45765,
"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": 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": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "concat(get('current_record.field_37638'), ' (', get('current_record.field_37641'), ')')",
"variant": "link"
},
{
"id": 45780,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45779,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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_37695')",
"format": "plain"
},
{
"id": 45783,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 45782,
"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": 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",
"label": "'Add new action'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 45699,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 45685,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 45724,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udee0\ufe0f ', get('data_source.4778.field_37692'), ' ', get('data_source.4778.field_37619'), ' (', get('data_source.4778.field_37654'), ')')",
"level": 1
},
{
"id": 45732,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'PROJECT'",
"format": "plain"
},
{
"id": 45743,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'START'",
"format": "plain"
},
{
"id": 45765,
"order": "2.00000000000000000000",
"type": "repeat",
"parent_element_id": 45727,
"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": 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": 4785,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 45767,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45765,
"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",
"value": "concat('Available: ', get('current_record.field_37686'), ' | In use: ', get('current_record.field_37675'), ' | Scheduled: ', get('current_record.field_37677'), ' ')",
"format": "plain"
},
{
"id": 45781,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45779,
"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",
"value": "get('current_record.field_37635')",
"format": "plain"
},
{
"id": 45737,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 45727,
"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": 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": 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": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('data_source.4778.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.4778.field_37648')",
"variant": "link"
},
{
"id": 45733,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'ASSIGNEE'",
"format": "plain"
},
{
"id": 45744,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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('data_source.4778.field_37620')",
"format": "plain"
},
{
"id": 45776,
"order": "3.00000000000000000000",
"type": "record_selector",
"parent_element_id": 45770,
"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",
"data_source_id": 4786,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"required": false,
"label": "'Edit the required equipment'",
"default_value": "get('data_source.4778.field_37630.*.id')",
"placeholder": "",
"multiple": true,
"option_name_suffix": ""
},
{
"id": 45738,
"order": "3.50000000000000000000",
"type": "link",
"parent_element_id": 45727,
"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": 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": 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": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('data_source.4778.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "get('data_source.4778.field_37625.0.value')",
"variant": "link"
},
{
"id": 45742,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.4778.field_37623')",
"format": "plain"
},
{
"id": 45725,
"order": "3.66666666666666651864",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 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",
"value": "concat('**STATUS: ', get('data_source.4778.field_37655'), '** ')",
"format": "markdown"
},
{
"id": 45726,
"order": "4.00000000000000000000",
"type": "button",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 4,
"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": "'Mark as completed'"
},
{
"id": 45734,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'CATEGORY'",
"format": "plain"
},
{
"id": 45745,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'DURATION'",
"format": "plain"
},
{
"id": 45770,
"order": "4.00000000000000000000",
"type": "form_container",
"parent_element_id": 45727,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"style_border_top_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",
"submit_button_label": "'Update required equipment'",
"reset_initial_values_post_submission": true
},
{
"id": 45729,
"order": "4.50000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u24d8 General information'",
"level": 2
},
{
"id": 45739,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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('data_source.4778.field_37631.value')",
"format": "plain"
},
{
"id": 45727,
"order": "5.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 20,
"alignment": "top"
},
{
"id": 45735,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'PRIORITY'",
"format": "plain"
},
{
"id": 45746,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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(get('data_source.4778.field_37622'), ' days')",
"format": "plain"
},
{
"id": 45740,
"order": "5.50000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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('data_source.4778.field_37626.value')",
"format": "plain"
},
{
"id": 45736,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'BUDGET'",
"format": "plain"
},
{
"id": 45747,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'DAYS UNTIL DEADLINE'",
"format": "plain"
},
{
"id": 45778,
"order": "6.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26a1 Task actions'",
"level": 2
},
{
"id": 45782,
"order": "6.50000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {}
},
"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": "small",
"submit_button_label": "'Add new action'",
"reset_initial_values_post_submission": true
},
{
"id": 45741,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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('$ ', get('data_source.4778.field_37621'), 'M')",
"format": "plain"
},
{
"id": 45748,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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(' ', get('data_source.4778.field_37680'), ' DAYS')",
"format": "plain"
},
{
"id": 45749,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'ESTIMATED END DATE'",
"format": "plain"
},
{
"id": 45779,
"order": "8.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4787,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 45752,
"order": "8.50000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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('data_source.4778.field_37656')",
"format": "plain"
},
{
"id": 45750,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'ACTUAL END DATE'",
"format": "plain"
},
{
"id": 45753,
"order": "9.50000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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('data_source.4778.field_37627')",
"format": "plain"
},
{
"id": 45751,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'DAYS OVERDUE'",
"format": "plain"
},
{
"id": 45754,
"order": "11.00000000000000000000",
"type": "text",
"parent_element_id": 45727,
"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": 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": 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(' ', get('data_source.4778.field_37679'), ' DAYS')",
"format": "plain"
}
],
"data_sources": [
{
"id": 4778,
"name": "Task",
"order": "1.00000000000000000000",
"service": {
"id": 5833,
"integration_id": 348,
"type": "local_baserow_get_row",
"table_id": 3672,
"view_id": 16661,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.task_id')"
}
},
{
"id": 4785,
"name": "Assigned equipment",
"order": "2.00000000000000000000",
"service": {
"id": 5837,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3674,
"view_id": 16678,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37642,
"type": "link_row_has",
"value": "get('page_parameter.task_id')",
"value_is_formula": true
}
]
}
},
{
"id": 4786,
"name": "All equipment",
"order": "3.00000000000000000000",
"service": {
"id": 5838,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3674,
"view_id": 16678,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 4787,
"name": "Task actions",
"order": "4.00000000000000000000",
"service": {
"id": 5841,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3673,
"view_id": 16674,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37636,
"type": "link_row_has",
"value": "get('page_parameter.task_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 6476,
"type": "update_row",
"order": 1,
"page_id": 2589,
"element_id": 45726,
"event": "click",
"service": {
"id": 5834,
"integration_id": 348,
"type": "local_baserow_upsert_row",
"table_id": 3672,
"row_id": "get('data_source.4778.id')",
"field_mappings": [
{
"field_id": 37627,
"value": "get('data_source.4778.field_37633')",
"enabled": true
}
]
}
},
{
"id": 6478,
"type": "refresh_data_source",
"order": 2,
"page_id": 2589,
"element_id": 45726,
"event": "click",
"data_source_id": 4778
},
{
"id": 6480,
"type": "update_row",
"order": 1,
"page_id": 2589,
"element_id": 45770,
"event": "submit",
"service": {
"id": 5839,
"integration_id": 348,
"type": "local_baserow_upsert_row",
"table_id": 3672,
"row_id": "get('data_source.4778.id')",
"field_mappings": [
{
"field_id": 37630,
"value": "get('form_data.45776')",
"enabled": true
},
{
"field_id": 37619,
"value": "",
"enabled": false
},
{
"field_id": 37620,
"value": "",
"enabled": false
},
{
"field_id": 37621,
"value": "",
"enabled": false
},
{
"field_id": 37622,
"value": "",
"enabled": false
},
{
"field_id": 37623,
"value": "",
"enabled": false
},
{
"field_id": 37624,
"value": "",
"enabled": false
},
{
"field_id": 37625,
"value": "",
"enabled": false
},
{
"field_id": 37626,
"value": "",
"enabled": false
},
{
"field_id": 37627,
"value": "",
"enabled": false
},
{
"field_id": 37628,
"value": "",
"enabled": false
},
{
"field_id": 37631,
"value": "",
"enabled": false
},
{
"field_id": 37632,
"value": "",
"enabled": false
}
]
}
},
{
"id": 6482,
"type": "refresh_data_source",
"order": 2,
"page_id": 2589,
"element_id": 45770,
"event": "submit",
"data_source_id": 4785
},
{
"id": 6489,
"type": "create_row",
"order": 1,
"page_id": 2589,
"element_id": 45782,
"event": "submit",
"service": {
"id": 5843,
"integration_id": 348,
"type": "local_baserow_upsert_row",
"table_id": 3673,
"row_id": "",
"field_mappings": [
{
"field_id": 37635,
"value": "get('form_data.45783')",
"enabled": true
},
{
"field_id": 37636,
"value": "get('page_parameter.task_id')",
"enabled": true
}
]
}
},
{
"id": 6491,
"type": "refresh_data_source",
"order": 2,
"page_id": 2589,
"element_id": 45782,
"event": "submit",
"data_source_id": 4787
},
{
"id": 6468,
"type": "logout",
"order": 1,
"page_id": 2589,
"element_id": 45699,
"event": "click"
},
{
"id": 6471,
"type": "open_page",
"order": 2,
"page_id": 2589,
"element_id": 45699,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2580,
"name": "Staff",
"order": 7,
"path": "/staff",
"path_params": [],
"elements": [
{
"id": 45495,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 45496,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45497,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45495,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45498,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45496,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 45499,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45496,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 45500,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45495,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 45501,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45496,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 45502,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45496,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 45503,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45496,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 45786,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 45785,
"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": 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": 10,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 10,
"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": 45787,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45786,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"style_border_top_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('**', get('current_record.field_37600'), '**')",
"format": "markdown"
},
{
"id": 45504,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 45495,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 45784,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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 All staff members'",
"level": 2
},
{
"id": 45788,
"order": "2.00000000000000000000",
"type": "image",
"parent_element_id": 45786,
"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": 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",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_37601.0.url')",
"alt_text": ""
},
{
"id": 45796,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 45786,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full"
}
},
"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",
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
},
{
"id": 45785,
"order": "3.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4788,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
}
},
{
"id": 45789,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45786,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border",
"body_text_alignment": "center"
}
},
"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",
"value": "concat(get('current_record.field_37604.0.value'), ' (', get('current_record.field_37647'), ')')",
"format": "plain"
},
{
"id": 45790,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45786,
"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": 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('\ud83d\udcde ', get('current_record.field_37602'))",
"format": "plain"
},
{
"id": 45791,
"order": "5.00000000000000000000",
"type": "link",
"parent_element_id": 45786,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('mailto:', get('current_record.field_37603'))",
"target": "self",
"value": "concat('\u2709\ufe0f ', get('current_record.field_37603'))",
"variant": "link"
},
{
"id": 45792,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 45786,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'ACTIVE TASKS'",
"format": "plain"
},
{
"id": 45793,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 45786,
"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": 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": 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(get('current_record.field_37667'), ' task(s)')",
"format": "plain"
},
{
"id": 45794,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 45786,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'SCHEDULED TASKS'",
"format": "plain"
},
{
"id": 45795,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 45786,
"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": 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": 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(get('current_record.field_37668'), ' task(s)')",
"format": "plain"
}
],
"data_sources": [
{
"id": 4788,
"name": "Staff",
"order": "1.00000000000000000000",
"service": {
"id": 5844,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3670,
"view_id": 16649,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 6436,
"type": "logout",
"order": 1,
"page_id": 2580,
"element_id": 45504,
"event": "click"
},
{
"id": 6437,
"type": "open_page",
"order": 2,
"page_id": 2580,
"element_id": 45504,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2591,
"name": "Staff details",
"order": 8,
"path": "/staff-details/:staff_id",
"path_params": [
{
"name": "staff_id",
"type": "numeric"
}
],
"elements": [
{
"id": 45798,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 45799,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45801,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45798,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45802,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45799,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 45803,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45799,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 45804,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45798,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 45805,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45799,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 45806,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45799,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 45807,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45799,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 45822,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45821,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.4789.field_37601.0.url')",
"alt_text": ""
},
{
"id": 45823,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45821,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'NAME'",
"format": "plain"
},
{
"id": 45808,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 45798,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 45809,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc77\ud83d\udc77\u200d\u2640\ufe0f ', get('data_source.4789.field_37646'))",
"level": 1
},
{
"id": 45824,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 45821,
"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": 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": 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('data_source.4789.field_37600')",
"format": "plain"
},
{
"id": 45821,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 45825,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 45821,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'JOB'",
"format": "plain"
},
{
"id": 45826,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 45821,
"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": 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": 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('data_source.4789.field_37604.0.value')",
"format": "plain"
},
{
"id": 45834,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udee0\ufe0f Assigned tasks'",
"level": 2
},
{
"id": 45829,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 45821,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'DEPARTMENT'",
"format": "plain"
},
{
"id": 45830,
"order": "4.66666666666666696273",
"type": "text",
"parent_element_id": 45821,
"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": 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": 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('data_source.4789.field_37647')",
"format": "plain"
},
{
"id": 45827,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 45821,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'MAIL'",
"format": "plain"
},
{
"id": 45835,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4790,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "60967428-8175-4734-b6a2-ee3acf97f3e2",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "22cb6445-2aab-4728-96c0-a5d78da82b4a",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37620')"
}
},
{
"uid": "ab6d4a56-bbc7-4635-9a6a-9713cb5c8281",
"name": "End",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "c7ec637e-2e77-4047-b341-193f0ca8382d",
"name": "Project",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "71652ce3-68bb-4104-ae38-1dcbf8cff65e",
"name": "Priority",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_37626.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_37626.color')"
}
},
{
"uid": "e29661c3-b2f8-4a34-881b-0f8bd12ee041",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37655')"
}
},
{
"uid": "bb22c06b-47fd-4759-a5ac-b85c673654c2",
"name": "Prerequisites",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37692')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 45833,
"order": "6.00000000000000000000",
"type": "link",
"parent_element_id": 45821,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {}
},
"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": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('mailto:', get('data_source.4789.field_37603'))",
"target": "self",
"value": "get('data_source.4789.field_37603')",
"variant": "link"
},
{
"id": 45831,
"order": "9.00000000000000000000",
"type": "text",
"parent_element_id": 45821,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'PHONE'",
"format": "plain"
},
{
"id": 45832,
"order": "10.00000000000000000000",
"type": "text",
"parent_element_id": 45821,
"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": 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": 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('data_source.4789.field_37602')",
"format": "plain"
}
],
"data_sources": [
{
"id": 4789,
"name": "Staff",
"order": "1.00000000000000000000",
"service": {
"id": 5846,
"integration_id": 348,
"type": "local_baserow_get_row",
"table_id": 3670,
"view_id": 16649,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.staff_id')"
}
},
{
"id": 4790,
"name": "Tasks",
"order": "2.00000000000000000000",
"service": {
"id": 5847,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16661,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37625,
"type": "link_row_has",
"value": "get('page_parameter.staff_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 6492,
"type": "logout",
"order": 1,
"page_id": 2591,
"element_id": 45808,
"event": "click"
},
{
"id": 6493,
"type": "open_page",
"order": 2,
"page_id": 2591,
"element_id": 45808,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2581,
"name": "Equipment",
"order": 9,
"path": "/equipment",
"path_params": [],
"elements": [
{
"id": 45505,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 45506,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 45507,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 45505,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 45508,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45506,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 45509,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45506,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 45510,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 45505,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 45511,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45506,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 45512,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45506,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 45513,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 45506,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 45514,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 45505,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 46130,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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'",
"level": 2
},
{
"id": 46133,
"order": "2.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"table": {}
},
"style_border_top_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": 4818,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "ab7d2859-2ad8-48c6-8cfd-ab4bedb98f8d",
"name": "Name",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2605,
"page_parameters": [
{
"name": "equipment_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37638')",
"variant": "link"
}
},
{
"uid": "84294c1b-6f0c-49d4-8b23-3af156204950",
"name": "Category",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_37640.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_37640.color')"
}
},
{
"uid": "2c0b46fd-24f2-4033-a7e6-86d85e332f56",
"name": "Quantity",
"type": "text",
"styles": {
"cell": {}
},
"config": {
"value": "get('current_record.field_37641')"
}
},
{
"uid": "261dc0a1-a9ef-404b-9f19-088fa104a592",
"name": "In use",
"type": "text",
"styles": {
"cell": {}
},
"config": {
"value": "get('current_record.field_37675')"
}
},
{
"uid": "50a3fd2a-26c8-4428-9fc9-a86358264ec4",
"name": "Scheduled",
"type": "text",
"styles": {
"cell": {}
},
"config": {
"value": "get('current_record.field_37677')"
}
},
{
"uid": "53f5bc5d-d169-4c0e-9875-aecf8fd15859",
"name": "Available",
"type": "text",
"styles": {
"cell": {}
},
"config": {
"value": "get('current_record.field_37686')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 46131,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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": "'\u23f3 Equipment currently in use'",
"level": 2
},
{
"id": 46134,
"order": "3.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4819,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "51128299-ec8c-4eed-ad50-d1c47e63804e",
"name": "Name",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2605,
"page_parameters": [
{
"name": "equipment_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37638')",
"variant": "link"
}
},
{
"uid": "6ca7f46f-e78b-4a95-a0a3-75edaeb4e365",
"name": "Category",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_37640.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_37640.color')"
}
},
{
"uid": "63952c72-cb51-4f80-bbf6-c388b4775ddb",
"name": "Quantity",
"type": "text",
"styles": {
"cell": {}
},
"config": {
"value": "get('current_record.field_37641')"
}
},
{
"uid": "45e88eab-a487-4439-8f65-d23331b97c6d",
"name": "In use",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37675')"
}
},
{
"uid": "c3477a50-9e93-4032-8d42-35a2cc3559d5",
"name": "Scheduled",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37677')"
}
},
{
"uid": "1ecd84a1-31b8-47a5-a8d8-463e1a388471",
"name": "Available",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37686')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 46132,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 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 active and scheduled tasks'",
"level": 2
},
{
"id": 46135,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4820,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "28feb5ea-a6f6-4943-bd11-052ac5e690d6",
"name": "Name",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2605,
"page_parameters": [
{
"name": "equipment_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37638')",
"variant": "link"
}
},
{
"uid": "eb2d1d3a-1bbb-4fda-965b-eafee1cefb40",
"name": "Category",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_37640.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_37640.color')"
}
},
{
"uid": "34f1d2c3-3713-43d8-8c23-79a5f6226333",
"name": "Quantity",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37641')"
}
},
{
"uid": "43d54a95-98e9-4931-b175-892969d7d651",
"name": "In use",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37675')"
}
},
{
"uid": "0dc941ed-bd98-45b6-b056-ce8bb58dfb84",
"name": "Scheduled",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37677')"
}
},
{
"uid": "5f10db19-8df3-4a58-8e8e-4df9684fc839",
"name": "Available",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37686')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 4818,
"name": "Without surplus",
"order": "1.00000000000000000000",
"service": {
"id": 5880,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3674,
"view_id": 16682,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 4819,
"name": "Currently in use",
"order": "2.00000000000000000000",
"service": {
"id": 5881,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3674,
"view_id": 16681,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 4820,
"name": "Not used",
"order": "3.00000000000000000000",
"service": {
"id": 5882,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3674,
"view_id": 16680,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 6438,
"type": "logout",
"order": 1,
"page_id": 2581,
"element_id": 45514,
"event": "click"
},
{
"id": 6439,
"type": "open_page",
"order": 2,
"page_id": 2581,
"element_id": 45514,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
},
{
"id": 2605,
"name": "Equipment details",
"order": 10,
"path": "/equipment/:equipment_id",
"path_params": [
{
"name": "equipment_id",
"type": "numeric"
}
],
"elements": [
{
"id": 46136,
"order": "0.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 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": "center"
},
{
"id": 46137,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 1,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"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": "color",
"style_background_color": "#bdbdbd33",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 5,
"column_gap": 20,
"alignment": "center"
},
{
"id": 46138,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 46136,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "kf2zb9KhvWQkqMtMoQkRYreVcuiPIlpp_3bc9a259e3b9363b81dcd8aa269b35e7f70531d2389ede5ed4d146146e2475b8.png",
"original_name": "task-managment-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 46139,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 46137,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2577,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'PROJECTS'",
"variant": "button"
},
{
"id": 46140,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 46137,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "primary",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2576,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'DASHBOARD'",
"variant": "button"
},
{
"id": 46141,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 46136,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc64 Signed in as **',get('user.username'),'**')",
"format": "markdown"
},
{
"id": 46142,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 46137,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2579,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'TASKS'",
"variant": "button"
},
{
"id": 46143,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 46137,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "transparent"
}
},
"style_border_top_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": 2580,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'STAFF'",
"variant": "button"
},
{
"id": 46144,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 46137,
"place_in_container": "4",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_font_size": 16,
"button_text_color": "primary",
"button_background_color": "secondary",
"button_hover_text_color": "#59d663",
"button_vertical_padding": 24,
"button_hover_background_color": "secondary"
}
},
"style_border_top_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": 2581,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EQUIPMENT'",
"variant": "button"
},
{
"id": 46157,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 46156,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'DESCRIPTION'",
"format": "plain"
},
{
"id": 46145,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 46136,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 14,
"button_text_color": "primary",
"button_background_color": "transparent",
"button_hover_text_color": "#59d663",
"button_hover_background_color": "transparent"
}
},
"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",
"value": "'Logout'"
},
{
"id": 46146,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 30,
"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": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83c\udfd7\ufe0f ', get('data_source.4824.field_37638'))",
"level": 1
},
{
"id": 46158,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 46156,
"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": 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": 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('data_source.4824.field_37639')",
"format": "plain"
},
{
"id": 46161,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 46156,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'QUANTITY'",
"format": "plain"
},
{
"id": 46155,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u24d8 General information'",
"level": 2
},
{
"id": 46159,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 46156,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'CATEGORY'",
"format": "plain"
},
{
"id": 46156,
"order": "4.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 46160,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 46156,
"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": 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": 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('data_source.4824.field_37640.value')",
"format": "plain"
},
{
"id": 46162,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 46156,
"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": 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": 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('data_source.4824.field_37641')",
"format": "plain"
},
{
"id": 46164,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 46156,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'CURRENTLY IN USE'",
"format": "plain"
},
{
"id": 46166,
"order": "4.59999999999999964473",
"type": "text",
"parent_element_id": 46156,
"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": 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": 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('data_source.4824.field_37675')",
"format": "plain"
},
{
"id": 46165,
"order": "4.66666666666666696273",
"type": "text",
"parent_element_id": 46156,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'CURRENTLY AVAILABLE'",
"format": "plain"
},
{
"id": 46167,
"order": "4.75000000000000000000",
"type": "text",
"parent_element_id": 46156,
"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": 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": 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('data_source.4824.field_37686')",
"format": "plain"
},
{
"id": 46163,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 46156,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_font_size": 12,
"body_text_color": "border"
}
},
"style_border_top_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": "'CURRENTLY SCHEDULED'",
"format": "plain"
},
{
"id": 46169,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udee0\ufe0f Tasks'",
"level": 2
},
{
"id": 46168,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 46156,
"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": 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": 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('data_source.4824.field_37677')",
"format": "plain"
},
{
"id": 46170,
"order": "6.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 4825,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "ea98637b-f40d-4520-8e33-07a74ce6ec45",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2589,
"page_parameters": [
{
"name": "task_id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37619')",
"variant": "link"
}
},
{
"uid": "ca210cd3-e245-4f2f-adfe-aebf95a94b74",
"name": "Start",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37620')"
}
},
{
"uid": "107bf29b-6c64-4523-8a23-7f6c21b34e11",
"name": "End",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_37656')"
}
},
{
"uid": "dc58fd28-7fcd-4ca9-8c1a-09f317fb0819",
"name": "Project",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2578,
"page_parameters": [
{
"name": "project_id",
"value": "get('current_record.field_37624.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37648')",
"variant": "link"
}
},
{
"uid": "73db9b61-f639-4f31-9f5a-5935bc7c0606",
"name": "Assignee",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 2591,
"page_parameters": [
{
"name": "staff_id",
"value": "get('current_record.field_37625.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_37625.0.value')",
"variant": "link"
}
},
{
"uid": "ac5db9a5-7255-4515-8e70-16a979cd6168",
"name": "Priority",
"type": "tags",
"styles": {},
"config": {
"values": "get('current_record.field_37626.value')",
"colors_is_formula": true,
"colors": "get('current_record.field_37626.color')"
}
},
{
"uid": "7942e0fe-558a-4b5c-b575-f88ce28bec4a",
"name": "Prerequisites",
"type": "text",
"styles": {
"cell": {
"table_cell_alignment": "center"
}
},
"config": {
"value": "get('current_record.field_37692')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 4824,
"name": "Equipment",
"order": "1.00000000000000000000",
"service": {
"id": 5886,
"integration_id": 348,
"type": "local_baserow_get_row",
"table_id": 3674,
"view_id": 16678,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.equipment_id')"
}
},
{
"id": 4825,
"name": "Tasks",
"order": "2.00000000000000000000",
"service": {
"id": 5887,
"integration_id": 348,
"type": "local_baserow_list_rows",
"table_id": 3672,
"view_id": 16661,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 37630,
"type": "link_row_has",
"value": "get('page_parameter.equipment_id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 6523,
"type": "logout",
"order": 1,
"page_id": 2605,
"element_id": 46145,
"event": "click"
},
{
"id": 6524,
"type": "open_page",
"order": 2,
"page_id": 2605,
"element_id": 46145,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 2575,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
]
}
],
"integrations": [
{
"id": 348,
"name": "Local Baserow",
"order": "1.00000000000000000000",
"type": "local_baserow",
"authorized_user": "frederik@baserow.io"
}
],
"theme": {
"primary_color": "#2e7d32",
"secondary_color": "#ffa726",
"border_color": "#bdbdbd",
"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": "#59d663",
"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": "#59d663",
"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",
"label_font_family": "inter",
"label_text_color": "#070810FF",
"label_font_size": 13,
"input_font_family": "inter",
"input_font_size": 13,
"input_text_color": "#070810FF",
"input_background_color": "#FFFFFFFF",
"input_border_color": "border",
"input_border_size": 1,
"input_border_radius": 4,
"input_vertical_padding": 8,
"input_horizontal_padding": 12,
"table_border_color": "#000000FF",
"table_border_size": 0,
"table_border_radius": 0,
"table_header_background_color": "#ffa72640",
"table_header_text_color": "#000000",
"table_header_font_size": 13,
"table_header_font_family": "inter",
"table_header_text_alignment": "left",
"table_cell_background_color": "transparent",
"table_cell_alternate_background_color": "transparent",
"table_cell_alignment": "left",
"table_cell_vertical_padding": 10,
"table_cell_horizontal_padding": 20,
"table_vertical_separator_color": "#000000FF",
"table_vertical_separator_size": 0,
"table_horizontal_separator_color": "#000000FF",
"table_horizontal_separator_size": 1
},
"user_sources": [
{
"id": 273,
"name": "Staff",
"order": "1.00000000000000000000",
"type": "local_baserow",
"uid": "75a89d1a4c6b42ccbd0c4c497cfb5525",
"integration_id": 348,
"auth_providers": [
{
"id": 272,
"type": "local_baserow_password",
"domain": null,
"enabled": true,
"password_field_id": 37608
}
],
"table_id": 3670,
"email_field_id": 37603,
"name_field_id": 37600,
"role_field_id": null
}
],
"favicon_file": null,
"id": 1011,
"name": "Task Management application",
"order": 3,
"type": "builder"
}
]
}