1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 22:00:09 +00:00
bramw_baserow/backend/templates/online-freelancer-management.json
2024-07-09 12:10:04 +00:00

13494 lines
No EOL
694 KiB
JSON

{
"baserow_template_version": 1,
"name": "Online Freelancer Management",
"icon": "iconoir-numbered-list-left",
"keywords": [
"talent",
"talent management",
"skill assignment",
"work assignment",
"staffing",
"skill management",
"freelance",
"freelancers",
"contracts",
"contracting"
],
"categories": [
"Business Operations"
],
"export": [
{
"id": 303,
"name": "Online Freelancer Management",
"order": 1,
"type": "database",
"tables": [
{
"id": 1175,
"name": "Freelancers",
"order": 1,
"fields": [
{
"id": 12552,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 12553,
"type": "file",
"name": "Photo",
"order": 1,
"primary": false
},
{
"id": 12554,
"type": "single_select",
"name": "Skill level",
"order": 2,
"primary": false,
"select_options": [
{
"id": 4425,
"value": "Entry level",
"color": "orange",
"order": 0
},
{
"id": 4426,
"value": "Intermediate",
"color": "blue",
"order": 1
},
{
"id": 4427,
"value": "Expert",
"color": "green",
"order": 2
}
]
},
{
"id": 12555,
"type": "single_select",
"name": "Field of work",
"order": 3,
"primary": false,
"select_options": [
{
"id": 4428,
"value": "\ud83d\udcd6 Accounting",
"color": "light-gray",
"order": 0
},
{
"id": 4429,
"value": "\ud83d\udc6e Administrative",
"color": "light-gray",
"order": 1
},
{
"id": 4430,
"value": "\ud83d\udcde Customer service",
"color": "light-gray",
"order": 2
},
{
"id": 4431,
"value": "\ud83d\udce3 Digital marketing",
"color": "light-gray",
"order": 3
},
{
"id": 4432,
"value": "\ud83d\uded2 eCommerce",
"color": "light-gray",
"order": 4
},
{
"id": 4433,
"value": "\ud83e\uddd1\u200d\ud83e\udd1d\u200d\ud83e\uddd1 HR and recruiting",
"color": "light-gray",
"order": 5
},
{
"id": 4434,
"value": "\ud83c\udfe0 Real estate",
"color": "light-gray",
"order": 6
},
{
"id": 4435,
"value": "\ud83d\udcbb Software development",
"color": "light-gray",
"order": 7
},
{
"id": 4436,
"value": "\ud83e\ude7a Therapy",
"color": "light-gray",
"order": 8
}
]
},
{
"id": 12557,
"type": "single_select",
"name": "Region",
"order": 5,
"primary": false,
"select_options": [
{
"id": 4465,
"value": "Argentina",
"color": "light-gray",
"order": 0
},
{
"id": 4466,
"value": "Australia",
"color": "light-gray",
"order": 1
},
{
"id": 4467,
"value": "Belgium",
"color": "light-gray",
"order": 2
},
{
"id": 4468,
"value": "Brazil",
"color": "light-gray",
"order": 3
},
{
"id": 4469,
"value": "Canada",
"color": "light-gray",
"order": 4
},
{
"id": 4470,
"value": "Germany",
"color": "light-gray",
"order": 5
},
{
"id": 4471,
"value": "India",
"color": "light-gray",
"order": 6
},
{
"id": 4472,
"value": "Israel",
"color": "light-gray",
"order": 7
},
{
"id": 4473,
"value": "Japan",
"color": "light-gray",
"order": 8
},
{
"id": 4474,
"value": "Mexico",
"color": "light-gray",
"order": 9
},
{
"id": 4475,
"value": "Netherlands",
"color": "light-gray",
"order": 10
},
{
"id": 4476,
"value": "New Zealand",
"color": "light-gray",
"order": 11
},
{
"id": 4477,
"value": "Pakistan",
"color": "light-gray",
"order": 12
},
{
"id": 4478,
"value": "Philippines",
"color": "light-gray",
"order": 13
},
{
"id": 4479,
"value": "Romania",
"color": "light-gray",
"order": 14
},
{
"id": 4480,
"value": "Singapore",
"color": "light-gray",
"order": 15
},
{
"id": 4481,
"value": "Spain",
"color": "light-gray",
"order": 16
},
{
"id": 4482,
"value": "Ukraine",
"color": "light-gray",
"order": 17
},
{
"id": 4483,
"value": "United Arab Emirates",
"color": "light-gray",
"order": 18
},
{
"id": 4484,
"value": "United Kingdom",
"color": "light-gray",
"order": 19
},
{
"id": 4485,
"value": "United States",
"color": "light-gray",
"order": 20
}
]
},
{
"id": 12558,
"type": "number",
"name": "Hourly rate",
"order": 6,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 12559,
"type": "formula",
"name": "Has ongoing project",
"order": 7,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "if(\n any(totext(lookup(\"Related projects\", \"Status\")) = \"In progress\"), \n True, \n if(\n any(totext(lookup(\"Related lead work\", \"Status\")) = \"Planning and design\"),\n True,\n if(\n any(totext(lookup(\"Related lead work\", \"Status\")) = \"In progress\"), \n True, \n False\n )\n )\n)",
"formula_type": "boolean"
},
{
"id": 12560,
"type": "email",
"name": "Email",
"order": 8,
"primary": false
},
{
"id": 12561,
"type": "phone_number",
"name": "Phone number",
"order": 9,
"primary": false
},
{
"id": 12562,
"type": "url",
"name": "Online portfolio",
"order": 10,
"primary": false
},
{
"id": 12563,
"type": "file",
"name": "Attachments",
"order": 11,
"primary": false
},
{
"id": 12564,
"type": "formula",
"name": "Project count",
"order": 12,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "count(field('Related lead work')) + count(field('Related projects'))",
"formula_type": "number"
},
{
"id": 12565,
"type": "long_text",
"name": "Notes",
"order": 13,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 12566,
"type": "link_row",
"name": "Related lead work",
"order": 14,
"primary": false,
"link_row_table_id": 1177,
"link_row_related_field_id": 12592,
"has_related_field": true
},
{
"id": 12567,
"type": "link_row",
"name": "Related projects",
"order": 15,
"primary": false,
"link_row_table_id": 1177,
"link_row_related_field_id": 12593,
"has_related_field": true
},
{
"id": 12568,
"type": "rating",
"name": "Rating",
"order": 16,
"primary": false,
"max_value": 5,
"color": "dark-orange",
"style": "star"
},
{
"id": 13082,
"type": "link_row",
"name": "Skills",
"order": 17,
"primary": false,
"link_row_table_id": 1252,
"link_row_related_field_id": 13083,
"has_related_field": true
},
{
"id": 13148,
"type": "link_row",
"name": "Actions",
"order": 18,
"primary": false,
"link_row_table_id": 1257,
"link_row_related_field_id": 13147,
"has_related_field": true
},
{
"id": 13237,
"type": "password",
"name": "Password",
"order": 19,
"primary": false
},
{
"id": 13241,
"type": "formula",
"name": "Is available",
"order": 20,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "if(not(field('Has ongoing project')),'\u2705','\u274c')",
"formula_type": "text"
},
{
"id": 13242,
"type": "formula",
"name": "Rating stars",
"order": 21,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "if(field('Rating') = 1,'\u2b50',if(field('Rating') = 2,'\u2b50\u2b50',if(field('Rating') = 3,'\u2b50\u2b50\u2b50',if(field('Rating') = 4,'\u2b50\u2b50\u2b50\u2b50',if(field('Rating') = 5,'\u2b50\u2b50\u2b50\u2b50\u2b50','')))))",
"formula_type": "text"
}
],
"views": [
{
"id": 5594,
"type": "grid",
"name": "All freelancers",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 4771,
"field_id": 12552,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 2080,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "cf6351b2-25e3-4b11-adc5-7689272cb991",
"color": "dark-red",
"filters": [
{
"id": "d80e1de5-a9d5-411a-8d49-e75d1c2166e5",
"type": "lower_than",
"field": 12558,
"value": "1"
},
{
"id": "bc149635-f2b1-44ad-b1f5-61692078a385",
"type": "empty",
"field": 12558,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 49595,
"field_id": 12553,
"width": 119,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49596,
"field_id": 12554,
"width": 144,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49597,
"field_id": 12555,
"width": 188,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50719,
"field_id": 13082,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49600,
"field_id": 12558,
"width": 142,
"hidden": false,
"order": 4,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49606,
"field_id": 12564,
"width": 157,
"hidden": false,
"order": 5,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49601,
"field_id": 12559,
"width": 197,
"hidden": false,
"order": 6,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 49599,
"field_id": 12557,
"width": 167,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49603,
"field_id": 12561,
"width": 162,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49602,
"field_id": 12560,
"width": 248,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51240,
"field_id": 13237,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49604,
"field_id": 12562,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49610,
"field_id": 12568,
"width": 148,
"hidden": false,
"order": 12,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49607,
"field_id": 12565,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49605,
"field_id": 12563,
"width": 139,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49594,
"field_id": 12552,
"width": 141,
"hidden": false,
"order": 15,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 49608,
"field_id": 12566,
"width": 196,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49609,
"field_id": 12567,
"width": 255,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50936,
"field_id": 13148,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51286,
"field_id": 13241,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51287,
"field_id": 13242,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5595,
"type": "grid",
"name": "With ongoing project",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 3097,
"field_id": 12559,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 4772,
"field_id": 12552,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 2081,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "b6dfd265-7c63-46dd-8fbc-0168649fce4b",
"color": "dark-red",
"filters": [
{
"id": "f82ff750-df1b-4320-b06c-3ce7a298ba36",
"type": "lower_than",
"field": 12558,
"value": "1"
},
{
"id": "5c1460d0-db9c-4814-951e-fe8e659e4368",
"type": "empty",
"field": 12558,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 49612,
"field_id": 12553,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49613,
"field_id": 12554,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49614,
"field_id": 12555,
"width": 184,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49617,
"field_id": 12558,
"width": 131,
"hidden": false,
"order": 4,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49623,
"field_id": 12564,
"width": 143,
"hidden": false,
"order": 5,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49618,
"field_id": 12559,
"width": 184,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49616,
"field_id": 12557,
"width": 152,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49620,
"field_id": 12561,
"width": 153,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49619,
"field_id": 12560,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49621,
"field_id": 12562,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49627,
"field_id": 12568,
"width": 124,
"hidden": false,
"order": 11,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49624,
"field_id": 12565,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49622,
"field_id": 12563,
"width": 140,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49625,
"field_id": 12566,
"width": 200,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49626,
"field_id": 12567,
"width": 200,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49611,
"field_id": 12552,
"width": 173,
"hidden": false,
"order": 16,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 50725,
"field_id": 13082,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51320,
"field_id": 13148,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51321,
"field_id": 13237,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51322,
"field_id": 13241,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51323,
"field_id": 13242,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5596,
"type": "grid",
"name": "Without ongoing project",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 3098,
"field_id": 12559,
"type": "boolean",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 4773,
"field_id": 12552,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 2082,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "f3d4f7f9-3514-428c-93b0-8ce42050c11f",
"color": "dark-red",
"filters": [
{
"id": "5b6f90f1-2c33-419b-809f-b193f9307955",
"type": "lower_than",
"field": 12558,
"value": "1"
},
{
"id": "dcd7a8e8-b480-4b7a-a155-75be25e301ad",
"type": "empty",
"field": 12558,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 49629,
"field_id": 12553,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49630,
"field_id": 12554,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49631,
"field_id": 12555,
"width": 170,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49634,
"field_id": 12558,
"width": 132,
"hidden": false,
"order": 4,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49640,
"field_id": 12564,
"width": 144,
"hidden": false,
"order": 5,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49635,
"field_id": 12559,
"width": 183,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49633,
"field_id": 12557,
"width": 154,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49637,
"field_id": 12561,
"width": 152,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49636,
"field_id": 12560,
"width": 190,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49638,
"field_id": 12562,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49644,
"field_id": 12568,
"width": 128,
"hidden": false,
"order": 11,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49641,
"field_id": 12565,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49639,
"field_id": 12563,
"width": 140,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49642,
"field_id": 12566,
"width": 200,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49643,
"field_id": 12567,
"width": 200,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49628,
"field_id": 12552,
"width": 159,
"hidden": false,
"order": 16,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 50726,
"field_id": 13082,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51345,
"field_id": 13148,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51346,
"field_id": 13237,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51347,
"field_id": 13241,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51348,
"field_id": 13242,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5597,
"type": "grid",
"name": "Without a project",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 3099,
"field_id": 12564,
"type": "lower_than",
"value": "1",
"group": null
},
{
"id": 3100,
"field_id": 12564,
"type": "empty",
"value": "",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 4774,
"field_id": 12552,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 2083,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "9b001bb7-3a7b-47db-8938-2166eb1abf78",
"color": "dark-red",
"filters": [
{
"id": "16eca9e4-5707-4a31-b459-d80f4d08a271",
"type": "lower_than",
"field": 12558,
"value": "1"
},
{
"id": "1829bf46-8da8-400b-b8dd-14244adc6708",
"type": "empty",
"field": 12558,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 49646,
"field_id": 12553,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49647,
"field_id": 12554,
"width": 116,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49648,
"field_id": 12555,
"width": 192,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49651,
"field_id": 12558,
"width": 130,
"hidden": false,
"order": 4,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49657,
"field_id": 12564,
"width": 144,
"hidden": true,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49652,
"field_id": 12559,
"width": 184,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49650,
"field_id": 12557,
"width": 136,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49654,
"field_id": 12561,
"width": 153,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49653,
"field_id": 12560,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49655,
"field_id": 12562,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49661,
"field_id": 12568,
"width": 128,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49658,
"field_id": 12565,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49656,
"field_id": 12563,
"width": 141,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49659,
"field_id": 12566,
"width": 170,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49660,
"field_id": 12567,
"width": 200,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49645,
"field_id": 12552,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50727,
"field_id": 13082,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51349,
"field_id": 13148,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51350,
"field_id": 13237,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51351,
"field_id": 13241,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51352,
"field_id": 13242,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5598,
"type": "gallery",
"name": "Freelancers gallery",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 4775,
"field_id": 12552,
"order": "ASC"
}
],
"decorations": [
{
"id": 2084,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6b039f53-0e69-4409-b878-c9455bff67fc",
"color": "dark-red",
"filters": [
{
"id": "9cb3083d-82cc-44ef-bda5-4f5a8e0d8d4e",
"type": "lower_than",
"field": 12558,
"value": "1"
},
{
"id": "67d153b5-4186-4d94-be41-e9b90b00653a",
"type": "empty",
"field": 12558,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"card_cover_image_field_id": 12553,
"field_options": [
{
"id": 8942,
"field_id": 12552,
"hidden": false,
"order": 32767
},
{
"id": 8943,
"field_id": 12553,
"hidden": true,
"order": 32767
},
{
"id": 8944,
"field_id": 12554,
"hidden": false,
"order": 32767
},
{
"id": 8945,
"field_id": 12555,
"hidden": false,
"order": 32767
},
{
"id": 8947,
"field_id": 12557,
"hidden": true,
"order": 32767
},
{
"id": 8948,
"field_id": 12558,
"hidden": true,
"order": 32767
},
{
"id": 8949,
"field_id": 12559,
"hidden": true,
"order": 32767
},
{
"id": 8950,
"field_id": 12560,
"hidden": true,
"order": 32767
},
{
"id": 8951,
"field_id": 12561,
"hidden": true,
"order": 32767
},
{
"id": 8952,
"field_id": 12562,
"hidden": true,
"order": 32767
},
{
"id": 8953,
"field_id": 12563,
"hidden": true,
"order": 32767
},
{
"id": 8954,
"field_id": 12564,
"hidden": false,
"order": 32767
},
{
"id": 8955,
"field_id": 12565,
"hidden": true,
"order": 32767
},
{
"id": 8956,
"field_id": 12566,
"hidden": true,
"order": 32767
},
{
"id": 8957,
"field_id": 12567,
"hidden": true,
"order": 32767
},
{
"id": 8958,
"field_id": 12568,
"hidden": true,
"order": 32767
},
{
"id": 9023,
"field_id": 13082,
"hidden": true,
"order": 32767
}
]
},
{
"id": 5599,
"type": "kanban",
"name": "Freelancers by field",
"order": 7,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 2085,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "4fc0c6ab-07a6-4a6c-b314-5eeb84f51b48",
"color": "dark-red",
"filters": [
{
"id": "688b9cc2-b7d2-4d63-ba3f-46a92ece023a",
"type": "lower_than",
"field": 12558,
"value": "1"
},
{
"id": "4f014d1d-c061-4500-ac28-ccc51af85fef",
"type": "empty",
"field": 12558,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 12555,
"card_cover_image_field_id": 12553,
"field_options": [
{
"id": 8546,
"field_id": 12552,
"hidden": false,
"order": 32767
},
{
"id": 8547,
"field_id": 12553,
"hidden": true,
"order": 32767
},
{
"id": 8548,
"field_id": 12554,
"hidden": false,
"order": 32767
},
{
"id": 8549,
"field_id": 12555,
"hidden": true,
"order": 32767
},
{
"id": 8551,
"field_id": 12557,
"hidden": true,
"order": 32767
},
{
"id": 8552,
"field_id": 12558,
"hidden": true,
"order": 32767
},
{
"id": 8553,
"field_id": 12559,
"hidden": true,
"order": 32767
},
{
"id": 8554,
"field_id": 12560,
"hidden": true,
"order": 32767
},
{
"id": 8555,
"field_id": 12561,
"hidden": true,
"order": 32767
},
{
"id": 8556,
"field_id": 12562,
"hidden": true,
"order": 32767
},
{
"id": 8557,
"field_id": 12563,
"hidden": true,
"order": 32767
},
{
"id": 8558,
"field_id": 12564,
"hidden": false,
"order": 32767
},
{
"id": 8559,
"field_id": 12565,
"hidden": true,
"order": 32767
},
{
"id": 8560,
"field_id": 12566,
"hidden": true,
"order": 32767
},
{
"id": 8561,
"field_id": 12567,
"hidden": true,
"order": 32767
},
{
"id": 8562,
"field_id": 12568,
"hidden": true,
"order": 32767
},
{
"id": 8731,
"field_id": 13082,
"hidden": true,
"order": 32767
}
]
},
{
"id": 5600,
"type": "kanban",
"name": "Freelancers by skill level",
"order": 8,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 2086,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "82da3b21-4114-4409-9004-f2bcf65607ac",
"color": "dark-red",
"filters": [
{
"id": "43d48236-1da5-4400-b9e0-4a19519d4953",
"type": "lower_than",
"field": 12558,
"value": "1"
},
{
"id": "9d5d9d7c-2b7e-4ce6-b2dc-af6aa76aa458",
"type": "empty",
"field": 12558,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 12554,
"card_cover_image_field_id": 12553,
"field_options": [
{
"id": 8563,
"field_id": 12552,
"hidden": false,
"order": 32767
},
{
"id": 8564,
"field_id": 12553,
"hidden": true,
"order": 32767
},
{
"id": 8565,
"field_id": 12554,
"hidden": true,
"order": 32767
},
{
"id": 8566,
"field_id": 12555,
"hidden": false,
"order": 32767
},
{
"id": 8568,
"field_id": 12557,
"hidden": true,
"order": 32767
},
{
"id": 8569,
"field_id": 12558,
"hidden": true,
"order": 32767
},
{
"id": 8570,
"field_id": 12559,
"hidden": true,
"order": 32767
},
{
"id": 8571,
"field_id": 12560,
"hidden": true,
"order": 32767
},
{
"id": 8572,
"field_id": 12561,
"hidden": true,
"order": 32767
},
{
"id": 8573,
"field_id": 12562,
"hidden": true,
"order": 32767
},
{
"id": 8574,
"field_id": 12563,
"hidden": true,
"order": 32767
},
{
"id": 8575,
"field_id": 12564,
"hidden": false,
"order": 32767
},
{
"id": 8576,
"field_id": 12565,
"hidden": true,
"order": 32767
},
{
"id": 8577,
"field_id": 12566,
"hidden": true,
"order": 32767
},
{
"id": 8578,
"field_id": 12567,
"hidden": true,
"order": 32767
},
{
"id": 8579,
"field_id": 12568,
"hidden": true,
"order": 32767
},
{
"id": 8732,
"field_id": 13082,
"hidden": true,
"order": 32767
}
]
},
{
"id": 5601,
"type": "kanban",
"name": "Freelancers by region",
"order": 9,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 2087,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "9715e517-d3d4-49a4-b49c-05f12d54c858",
"color": "dark-red",
"filters": [
{
"id": "d0be554e-74ef-4fda-a8f6-aab550b19360",
"type": "lower_than",
"field": 12558,
"value": "1"
},
{
"id": "f7dc745a-6453-48b1-8da5-74186de14b6b",
"type": "empty",
"field": 12558,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 12557,
"card_cover_image_field_id": 12553,
"field_options": [
{
"id": 8580,
"field_id": 12552,
"hidden": false,
"order": 32767
},
{
"id": 8581,
"field_id": 12553,
"hidden": true,
"order": 32767
},
{
"id": 8582,
"field_id": 12554,
"hidden": false,
"order": 32767
},
{
"id": 8583,
"field_id": 12555,
"hidden": false,
"order": 32767
},
{
"id": 8585,
"field_id": 12557,
"hidden": true,
"order": 32767
},
{
"id": 8586,
"field_id": 12558,
"hidden": true,
"order": 32767
},
{
"id": 8587,
"field_id": 12559,
"hidden": true,
"order": 32767
},
{
"id": 8588,
"field_id": 12560,
"hidden": true,
"order": 32767
},
{
"id": 8589,
"field_id": 12561,
"hidden": true,
"order": 32767
},
{
"id": 8590,
"field_id": 12562,
"hidden": true,
"order": 32767
},
{
"id": 8591,
"field_id": 12563,
"hidden": true,
"order": 32767
},
{
"id": 8592,
"field_id": 12564,
"hidden": false,
"order": 32767
},
{
"id": 8593,
"field_id": 12565,
"hidden": true,
"order": 32767
},
{
"id": 8594,
"field_id": 12566,
"hidden": true,
"order": 32767
},
{
"id": 8595,
"field_id": 12567,
"hidden": true,
"order": 32767
},
{
"id": 8596,
"field_id": 12568,
"hidden": true,
"order": 32767
},
{
"id": 8733,
"field_id": 13082,
"hidden": true,
"order": 32767
}
]
},
{
"id": 5602,
"type": "form",
"name": "Add a freelancer",
"order": 10,
"ownership_type": "collaborative",
"owned_by": null,
"public": false,
"title": "Add a freelancer",
"description": "",
"cover_image": {
"name": "punkR97Gb4niLzPGnSPl5O2NuxhQlrOH_e3e33812a8bfa2da812cf92e6b69365928493d37ba4dbdd2ae46072ae488964d.jpg",
"original_name": "Header_Employees_Operations.02.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A freelancer has been successfully added. To add another freelancer, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 5436,
"field_id": 12552,
"name": "",
"description": "Please enter the freelancer's full name.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5437,
"field_id": 12554,
"name": "",
"description": "Select the freelancer's skill level.",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5438,
"field_id": 12555,
"name": "",
"description": "Please identify the freelancer's preferred or prioritized field of work.",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5574,
"field_id": 13082,
"name": "",
"description": "Select all the skills that apply to you.",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "multiple"
},
{
"id": 5440,
"field_id": 12558,
"name": "",
"description": "Please provide the freelancer's hourly rate in the given field below.",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5441,
"field_id": 12557,
"name": "",
"description": "Please select the freelancer's current geographical location.",
"enabled": true,
"required": false,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5442,
"field_id": 12561,
"name": "",
"description": "Enter the freelancer's current phone number.",
"enabled": true,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5443,
"field_id": 12560,
"name": "",
"description": "Enter the freelancer's current email address.",
"enabled": true,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5444,
"field_id": 12562,
"name": "",
"description": "Enter the freelancer's website or portfolio URL.",
"enabled": true,
"required": false,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5446,
"field_id": 12565,
"name": "",
"description": "Enter any notes or remarks about this freelancer.",
"enabled": true,
"required": false,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5449,
"field_id": 12563,
"name": "",
"description": "Upload your resume or other relevant documents.",
"enabled": true,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5445,
"field_id": 12568,
"name": "",
"description": "Rate this talent.",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5447,
"field_id": 12553,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5448,
"field_id": 12559,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5450,
"field_id": 12564,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5451,
"field_id": 12566,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5452,
"field_id": 12567,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5662,
"field_id": 13148,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5663,
"field_id": 13237,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5664,
"field_id": 13241,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5665,
"field_id": 13242,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-06-25T17:46:36.485591+00:00",
"updated_on": "2024-05-24T12:21:28.970716+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Sergio Pfeifer",
"field_12553": [
{
"name": "wpZTwoGhfkyP7xn9ouPftOajtjUD4Wi3_da3dd507538b1f018710ad98e6cfb5a310ac38b5839991d68d04de643d4c4cc4.jpg",
"visible_name": "Man.01.jpg",
"original_name": "wpZTwoGhfkyP7xn9ouPftOajtjUD4Wi3_da3dd507538b1f018710ad98e6cfb5a310ac38b5839991d68d04de643d4c4cc4.jpg"
}
],
"field_12554": 4427,
"field_12555": 4431,
"field_12557": 4468,
"field_12558": "35.00",
"field_12559": null,
"field_12560": "sergio.pfeifer@example.com",
"field_12561": "+55 (310) 746-8903",
"field_12562": "www.sergiopfeiferbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Received consistent high ratings from clients.",
"field_12566": [
4
],
"field_12567": [],
"field_12568": 5,
"field_13082": [
15,
16,
20,
18,
19,
9
],
"field_13148": [
1
],
"field_13237": "pbkdf2_sha256$390000$V6PdVKdYNWbEcdveA3zBEO$IZQ2XRLsr97kGATswG5cf3V6pDMNbbiOPpkuQongib0=",
"field_13241": null,
"field_13242": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-06-25T17:46:36.487808+00:00",
"updated_on": "2024-05-24T12:21:27.623720+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Orval Russ",
"field_12553": [
{
"name": "rIOHwBv8mXZnORtLKE3tSKnA6S5ZFBYF_cd66d5feb2215aef8e913bfc6b638a8ef9d97bad4ee528518535c360105bca86.jpg",
"visible_name": "Man.06.jpg",
"original_name": "rIOHwBv8mXZnORtLKE3tSKnA6S5ZFBYF_cd66d5feb2215aef8e913bfc6b638a8ef9d97bad4ee528518535c360105bca86.jpg"
}
],
"field_12554": 4426,
"field_12555": 4433,
"field_12557": 4466,
"field_12558": "30.00",
"field_12559": null,
"field_12560": "orval.russ@example.com",
"field_12561": "+61 (231) 587-8470",
"field_12562": "www.orvalrussbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Has been with the organization for a long time.",
"field_12566": [],
"field_12567": [],
"field_12568": 4,
"field_13082": [
8,
10,
27
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$34EG1Th2WlkJ6hwJsxY4qk$gAhmqM4BcIqRrbHiyAqOI+ofjSU+Bq4yaQ9fFWlftaY=",
"field_13241": null,
"field_13242": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-06-25T19:38:56.238462+00:00",
"updated_on": "2024-05-24T12:21:06.831319+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Celestina Paris",
"field_12553": [
{
"name": "lS6UXyyb7k30UuIUAocLIRdeRDglgpn5_2f9f7e45a0ff36e3f703aaa965110c26ebf3dbd45870a4eb436da69427bf9031.jpg",
"visible_name": "Woman.08.jpg",
"original_name": "lS6UXyyb7k30UuIUAocLIRdeRDglgpn5_2f9f7e45a0ff36e3f703aaa965110c26ebf3dbd45870a4eb436da69427bf9031.jpg"
}
],
"field_12554": 4425,
"field_12555": 4432,
"field_12557": 4465,
"field_12558": "20.00",
"field_12559": null,
"field_12560": "celestina.paris@example.com",
"field_12561": "+54 (812) 767-8286",
"field_12562": "www.celestinaparisbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "A new comer, but has been contributing a lot.",
"field_12566": [],
"field_12567": [
4
],
"field_12568": 5,
"field_13082": [
1,
8,
24,
9,
12
],
"field_13148": [
2,
14,
15,
18
],
"field_13237": "pbkdf2_sha256$390000$wL5LMSJpsRUr8OHp8MWOt2$hMSRccKRQTw9MrQxQ9plwKIOWFy5wgkjiFejS3Z45gE=",
"field_13241": null,
"field_13242": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-06-25T22:18:20.556860+00:00",
"updated_on": "2024-05-24T12:21:01.475594+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Alison Keith",
"field_12553": [
{
"name": "7yrceOYpYaHj9kLAnADSNexT1uWVYbEe_1152b29c363e20f93afab12f6f7e286373bce9daf0ee5706f9be8ff30ca714e3.jpg",
"visible_name": "Woman.01.jpg",
"original_name": "7yrceOYpYaHj9kLAnADSNexT1uWVYbEe_1152b29c363e20f93afab12f6f7e286373bce9daf0ee5706f9be8ff30ca714e3.jpg"
}
],
"field_12554": 4426,
"field_12555": 4430,
"field_12557": 4476,
"field_12558": "25.00",
"field_12559": null,
"field_12560": "alison.keith@example.com",
"field_12561": "+64 (508) 632-3713",
"field_12562": "www.alisonkeithbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "\"Great job.\" - Client X",
"field_12566": [],
"field_12567": [
8,
9
],
"field_12568": 5,
"field_13082": [
8,
11,
26,
27,
12,
24
],
"field_13148": [
7,
8
],
"field_13237": "pbkdf2_sha256$390000$q9d2Xj4v1rtLfjtlnm75vm$atV7snUWQ0X4sb5wZwMNARxwDpnHGzmQpAsSS3roEt4=",
"field_13241": null,
"field_13242": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-06-27T09:06:25.455926+00:00",
"updated_on": "2024-05-24T12:21:18.245277+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Karen Declue",
"field_12553": [
{
"name": "x2F4bBB9VjzdIZvnbVFUrlRdmaTErPyy_813fddc0d3b49352f52350e7a9d84095caaecb95ae63ae893ce4cb74741ba325.jpg",
"visible_name": "Woman.25.jpg",
"original_name": "x2F4bBB9VjzdIZvnbVFUrlRdmaTErPyy_813fddc0d3b49352f52350e7a9d84095caaecb95ae63ae893ce4cb74741ba325.jpg"
}
],
"field_12554": 4426,
"field_12555": 4428,
"field_12557": 4467,
"field_12558": "55.00",
"field_12559": null,
"field_12560": "karen.declue@example.com",
"field_12561": "+32 (740) 485-0074",
"field_12562": "www.karendecluebr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Have to set a meeting whenever the mood is right.",
"field_12566": [],
"field_12567": [
12
],
"field_12568": 4,
"field_13082": [
7,
10
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$GDBps4iPlXW2PHfy2qdvfg$+aYvgBGmhWLvh8yXuvFEnycBFaqNF+raIRyLSngHs80=",
"field_13241": null,
"field_13242": null
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-06-27T09:06:51.861650+00:00",
"updated_on": "2024-05-24T12:21:23.224069+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Marilyn Harris",
"field_12553": [
{
"name": "bKjoF0EPAFZFUoflXKLn0p2MTGa214Ws_5878d9c3a7122e29d5cf224e8ef92344d658d4408bb948653b8cb82660781886.jpg",
"visible_name": "Woman.20.jpg",
"original_name": "bKjoF0EPAFZFUoflXKLn0p2MTGa214Ws_5878d9c3a7122e29d5cf224e8ef92344d658d4408bb948653b8cb82660781886.jpg"
}
],
"field_12554": 4427,
"field_12555": 4429,
"field_12557": 4485,
"field_12558": "30.00",
"field_12559": null,
"field_12560": "marilyn.harris@example.com",
"field_12561": "+1 (412) 902-4573",
"field_12562": "www.marilynharrisbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "A good entrepreneur as well.",
"field_12566": [],
"field_12567": [],
"field_12568": 0,
"field_13082": [
8,
7,
9,
27
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$t1x3DNOw8bfcq3alA5xuwU$f1aikQuoSzoCf2oa4sE2GDbWXYqnS8n1tNGyX8idZZ4=",
"field_13241": null,
"field_13242": null
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-06-27T09:07:12.821288+00:00",
"updated_on": "2024-05-24T12:21:16.584487+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "James McEachern",
"field_12553": [
{
"name": "Nd5X6HItpdjlylvAFPIM4sVVMJNL28RS_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "Nd5X6HItpdjlylvAFPIM4sVVMJNL28RS_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
}
],
"field_12554": 4426,
"field_12555": 4434,
"field_12557": 4485,
"field_12558": "40.00",
"field_12559": null,
"field_12560": "james.mceachern@example.com",
"field_12561": "+1 (218) 256-5354",
"field_12562": "www.jamesmceachernbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "This talent is into stock trading, a day trader.",
"field_12566": [],
"field_12567": [
11
],
"field_12568": 4,
"field_13082": [
14,
16,
15,
12
],
"field_13148": [
9,
10
],
"field_13237": "pbkdf2_sha256$390000$iRdo93jkZSNND1gRyyNSTd$9PA5krCrndGIxZCBQJ6uiZHU5harNlumKV9RK6Hv+fY=",
"field_13241": null,
"field_13242": null
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-06-27T09:07:36.092353+00:00",
"updated_on": "2024-05-24T12:21:11.649084+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Damon Stringer",
"field_12553": [
{
"name": "KovuQgXOqFrHk0JxtHHxNIrcD0IhDQIO_65578680c75acb4471817ec49bf2084bce212740156e18034c9f5e6fc1f8ed9a.jpg",
"visible_name": "Man.04.jpg",
"original_name": "KovuQgXOqFrHk0JxtHHxNIrcD0IhDQIO_65578680c75acb4471817ec49bf2084bce212740156e18034c9f5e6fc1f8ed9a.jpg"
}
],
"field_12554": 4426,
"field_12555": 4430,
"field_12557": 4465,
"field_12558": "25.00",
"field_12559": null,
"field_12560": "damon.stringer@example.com",
"field_12561": "+54 (732) 552-0691",
"field_12562": "www.damonstringerbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Very reliable talent.",
"field_12566": [],
"field_12567": [
8,
9
],
"field_12568": 5,
"field_13082": [
11,
12,
25,
27,
20,
10
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$qgo2wAwj9vp5oTi885W0Hk$K2FbxEzU/RYIs+pIFEily0kQplpXXrjREXmompU4HHE=",
"field_13241": null,
"field_13242": null
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2022-06-27T09:07:55.516529+00:00",
"updated_on": "2024-05-24T12:21:19.884913+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Leslie Spells",
"field_12553": [
{
"name": "6t7SFTBrQ4SIoTJuhIpLAeI9cgnPX4AY_5bb6bc2f2e63ca97d69a49855922bbc588d06c123f6bf8fd02ece1e48e2e1d48.jpg",
"visible_name": "Woman.13.jpg",
"original_name": "6t7SFTBrQ4SIoTJuhIpLAeI9cgnPX4AY_5bb6bc2f2e63ca97d69a49855922bbc588d06c123f6bf8fd02ece1e48e2e1d48.jpg"
}
],
"field_12554": 4427,
"field_12555": 4429,
"field_12557": 4484,
"field_12558": "35.00",
"field_12559": null,
"field_12560": "leslie.spells@example.com",
"field_12561": "+44 (218) 466-6312",
"field_12562": "www.lesliespellsbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Delivers ahead of time.",
"field_12566": [],
"field_12567": [],
"field_12568": 5,
"field_13082": [
8,
20,
18,
12
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$UMJPyOawME1KFGj007yY4v$3xrbF2Vw10x+5ikv4BlfkmfaZUqDLfM5ioUHpfw0RF4=",
"field_13241": null,
"field_13242": null
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2022-06-27T09:08:15.175458+00:00",
"updated_on": "2024-05-24T12:21:14.918007+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Harvey Barner",
"field_12553": [
{
"name": "0jDgcmaSbHDxnCfxUOHCdAWaPje9CJRW_f5655d271d69c92a6c501fd99769c28869cb0e3f9f4626ee5fe07f590cf519e8.jpg",
"visible_name": "Man.07.jpg",
"original_name": "0jDgcmaSbHDxnCfxUOHCdAWaPje9CJRW_f5655d271d69c92a6c501fd99769c28869cb0e3f9f4626ee5fe07f590cf519e8.jpg"
}
],
"field_12554": 4426,
"field_12555": 4436,
"field_12557": 4470,
"field_12558": "35.00",
"field_12559": null,
"field_12560": "harvey.barner@example.com",
"field_12561": "+49 (631) 466-1322",
"field_12562": "www.harveybarnerbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Dependable.",
"field_12566": [],
"field_12567": [
10
],
"field_12568": 4,
"field_13082": [
5,
11,
26,
22,
25
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$GxEXVVLeEYepz5gpYjwzl7$zBOYN98v29TUVpQvAdy1ouLBKGHFh/oHEavNMkcFm3c=",
"field_13241": null,
"field_13242": null
},
{
"id": 12,
"order": "11.00000000000000000000",
"created_on": "2022-06-27T09:08:38.433341+00:00",
"updated_on": "2024-05-24T12:21:13.294982+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Dorothy Boling",
"field_12553": [
{
"name": "lwD3T30D6326QniRs6lVCG3T3UTP6htd_de8eecf3ede49e40d6d09382d9f150dc812d6326fefeb1d3d18c9e75f46b580f.jpg",
"visible_name": "Woman.15.jpg",
"original_name": "lwD3T30D6326QniRs6lVCG3T3UTP6htd_de8eecf3ede49e40d6d09382d9f150dc812d6326fefeb1d3d18c9e75f46b580f.jpg"
}
],
"field_12554": 4426,
"field_12555": 4431,
"field_12557": 4480,
"field_12558": "30.00",
"field_12559": null,
"field_12560": "dorothy.boling@example.com",
"field_12561": "+65 (352) 330-2823",
"field_12562": "www.dorothybolingbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Makes good formulas - very good in Math.",
"field_12566": [
2
],
"field_12567": [],
"field_12568": 5,
"field_13082": [
16,
17,
21,
25,
8
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$HNPd8GqmtE11H5x0oFRAtu$UQRt19f4ZmSJwHER0NzMh9kn7ePuQyUt0+EPI5qASsc=",
"field_13241": null,
"field_13242": null
},
{
"id": 14,
"order": "12.00000000000000000000",
"created_on": "2022-06-27T09:09:10.991523+00:00",
"updated_on": "2024-05-24T12:21:21.346071+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Linda Byrum",
"field_12553": [
{
"name": "89wL7jTnurYGPvD1GLu7te1EzLqOmGnz_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "89wL7jTnurYGPvD1GLu7te1EzLqOmGnz_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
}
],
"field_12554": 4425,
"field_12555": 4434,
"field_12557": 4484,
"field_12558": "20.00",
"field_12559": null,
"field_12560": "linda.byrum@example.com",
"field_12561": "+44 (229) 477-7921",
"field_12562": "www.lindabyrumbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Quite an artist.",
"field_12566": [],
"field_12567": [
15
],
"field_12568": 5,
"field_13082": [
12,
13,
14,
15,
21,
27
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$qpmi5dbqLpsJP9xq1rVvP5$XaOBYK8CCWLYegxU0GgCXrKl3Km/1syl2EJhmhArFfA=",
"field_13241": null,
"field_13242": null
},
{
"id": 15,
"order": "13.00000000000000000000",
"created_on": "2022-06-27T09:09:32.668791+00:00",
"updated_on": "2024-05-24T12:21:03.386411+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Andrew Burkhart",
"field_12553": [
{
"name": "uiBAnRe6uYiLII1axfLeQ3NbhgG4h6ni_9d40e288af10c906cb515d5905948641ff108744dcf8e3d9b440aaf8d06ad686.jpg",
"visible_name": "Man.42.jpg",
"original_name": "uiBAnRe6uYiLII1axfLeQ3NbhgG4h6ni_9d40e288af10c906cb515d5905948641ff108744dcf8e3d9b440aaf8d06ad686.jpg"
}
],
"field_12554": 4426,
"field_12555": 4431,
"field_12557": 4484,
"field_12558": "30.00",
"field_12559": null,
"field_12560": "andrew.burkhart@example.com",
"field_12561": "+44 (205) 320-4823",
"field_12562": "www.andrewburkhartbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Had a couple of clients praising his work.",
"field_12566": [],
"field_12567": [
2
],
"field_12568": 4,
"field_13082": [
14,
17,
21
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$lQqgMyHo47VwkiGA40h4uM$beL3xDwPvPHl7YV7BQgZX7zVGmKT6CYzTf3+/CEVwmA=",
"field_13241": null,
"field_13242": null
},
{
"id": 16,
"order": "14.00000000000000000000",
"created_on": "2022-06-27T09:09:53.204664+00:00",
"updated_on": "2024-05-24T12:21:26.276897+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Melinda Petty",
"field_12553": [
{
"name": "bF40sPHS7vuywM9BQx5aIyqaf3iqCRBS_bee78ff42c96898bfbda7ea5daa4a40e4be0f0ea5c005deee018bcf496a7a1b8.jpg",
"visible_name": "Woman.14.jpg",
"original_name": "bF40sPHS7vuywM9BQx5aIyqaf3iqCRBS_bee78ff42c96898bfbda7ea5daa4a40e4be0f0ea5c005deee018bcf496a7a1b8.jpg"
}
],
"field_12554": 4427,
"field_12555": 4435,
"field_12557": 4475,
"field_12558": "45.00",
"field_12559": null,
"field_12560": "melinda.petty@example.com",
"field_12561": "+31 (951) 763-6138",
"field_12562": "www.melindapettybr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Heard this talent works with another talent often on big projects.",
"field_12566": [
17
],
"field_12567": [],
"field_12568": 4,
"field_13082": [
2,
4
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$e4FAXVni1NBAKwQ3v8jzlb$IEGeYGfyJnZ2YExwSiM0wmdCLfH7IQ9o5NtHRREZf2A=",
"field_13241": null,
"field_13242": null
},
{
"id": 17,
"order": "15.00000000000000000000",
"created_on": "2022-06-27T09:10:12.861900+00:00",
"updated_on": "2024-05-24T12:21:09.975472+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Christopher Weaver",
"field_12553": [
{
"name": "xFvv73SeSw31wDgisNAqcmTAu8CG0kum_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "xFvv73SeSw31wDgisNAqcmTAu8CG0kum_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
}
],
"field_12554": 4426,
"field_12555": 4435,
"field_12557": 4469,
"field_12558": "35.00",
"field_12559": null,
"field_12560": "christopher.weaver@example.com",
"field_12561": "+1 (517) 873-6861",
"field_12562": "www.christopherweaverbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Worked on several big projects.",
"field_12566": [
1
],
"field_12567": [
3,
17
],
"field_12568": 5,
"field_13082": [
4,
20,
6,
15
],
"field_13148": [
16,
17,
19
],
"field_13237": "pbkdf2_sha256$390000$HJpefDkZn1aHv86tR3tZoM$XAJC3bp5Cx0q9AxK6uymZOLvfCwgBXpd9NYqX/XfBA0=",
"field_13241": null,
"field_13242": null
},
{
"id": 18,
"order": "16.00000000000000000000",
"created_on": "2022-06-27T09:10:33.794607+00:00",
"updated_on": "2024-05-24T12:21:30.533645+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Victor Minor",
"field_12553": [
{
"name": "MMKBPTXtv1SbzmN7HSCvL4b3Izt6OaTB_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "MMKBPTXtv1SbzmN7HSCvL4b3Izt6OaTB_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
}
],
"field_12554": 4426,
"field_12555": 4435,
"field_12557": 4468,
"field_12558": "35.00",
"field_12559": null,
"field_12560": "victor.minor@example.com",
"field_12561": "+55 (618) 696-2150",
"field_12562": "www.victorminorbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Delivers on time.",
"field_12566": [],
"field_12567": [
5,
17
],
"field_12568": 4,
"field_13082": [
6,
5,
2,
3
],
"field_13148": [
5,
6
],
"field_13237": "pbkdf2_sha256$390000$7om5xOPoAnMBh8rroxfxtD$nIC7esuvUM51Ll6UsyRDvkjFjYWQvE95KOFxsNKxEe0=",
"field_13241": null,
"field_13242": null
},
{
"id": 19,
"order": "17.00000000000000000000",
"created_on": "2022-06-27T09:10:53.831067+00:00",
"updated_on": "2024-05-24T12:21:05.136942+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Archie Herbst",
"field_12553": [
{
"name": "Aa41WJ1PGlQpkvb69CLb8RvffBswgm7z_a35f9e3907318a1ba55a951a9ad3920836d07bf9a3b744fb556741eee20faa73.jpg",
"visible_name": "Man.24.jpg",
"original_name": "Aa41WJ1PGlQpkvb69CLb8RvffBswgm7z_a35f9e3907318a1ba55a951a9ad3920836d07bf9a3b744fb556741eee20faa73.jpg"
}
],
"field_12554": 4427,
"field_12555": 4432,
"field_12557": 4478,
"field_12558": "40.00",
"field_12559": null,
"field_12560": "archie.herbst@example.com",
"field_12561": "+63 (760) 840-1783",
"field_12562": "www.archieherbstbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Prefers short duration projects.",
"field_12566": [],
"field_12567": [
4,
7
],
"field_12568": 4,
"field_13082": [
1,
9,
8,
10,
12
],
"field_13148": [
3,
4
],
"field_13237": "pbkdf2_sha256$390000$pbYjZDTqyJsZsob6lKbJ7d$avko8gAbb5hKWXW4mZqNZCy2mvohCGMoYNctfCUF+Gc=",
"field_13241": null,
"field_13242": null
},
{
"id": 20,
"order": "18.00000000000000000000",
"created_on": "2022-06-27T09:11:46.683301+00:00",
"updated_on": "2024-05-24T12:21:25.121407+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Mary Martin",
"field_12553": [
{
"name": "KmS9S6j58EoFbu0e6mv6QGsNK7Wm79BF_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "KmS9S6j58EoFbu0e6mv6QGsNK7Wm79BF_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
}
],
"field_12554": 4425,
"field_12555": 4431,
"field_12557": 4469,
"field_12558": "20.00",
"field_12559": null,
"field_12560": "mary.martin@example.com",
"field_12561": "+1 (410) 875-2791",
"field_12562": "www.marymartinbr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "Prefers long duration projects.",
"field_12566": [],
"field_12567": [
1
],
"field_12568": 5,
"field_13082": [
13,
15,
21,
18
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$nikds6plycYm8zr5lvblyp$lsx5+qbeOAx0ZSyJ1dXzxo8IQbn5IRhlA2Kp/cvOVck=",
"field_13241": null,
"field_13242": null
},
{
"id": 21,
"order": "19.00000000000000000000",
"created_on": "2022-06-27T16:17:52.987017+00:00",
"updated_on": "2024-05-24T12:21:08.395347+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12552": "Charles Vandyke",
"field_12553": [
{
"name": "VgeanosZqzVQjfgj8fSA4JKqmb8X2l8k_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "VgeanosZqzVQjfgj8fSA4JKqmb8X2l8k_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
}
],
"field_12554": 4425,
"field_12555": 4431,
"field_12557": 4479,
"field_12558": null,
"field_12559": null,
"field_12560": "charles.vandyke@example.com",
"field_12561": "+40 (512) 389-9123",
"field_12562": "www.charlesvandykebr.net",
"field_12563": [
{
"name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx",
"visible_name": "CV.Resume.01.docx",
"original_name": "WJ0wnfoi9gthg4WSVbZxB1m5P6JXbCfs_c4ffb50d3dfc3608bae413bff284e461518a360dcc2bef5a19e350654820e202.docx"
}
],
"field_12564": null,
"field_12565": "New in the pool. No projects assigned to this talent yet.",
"field_12566": [],
"field_12567": [],
"field_12568": 0,
"field_13082": [
14,
13,
15,
18,
20,
17,
19,
16,
12,
9
],
"field_13148": [],
"field_13237": "pbkdf2_sha256$390000$K30gNpWailfMh9wzYmU9t6$HmFUm17EFBcYk1Kf1ZUq9fkY+hL0U9WHXCkjxnwXmVg=",
"field_13241": null,
"field_13242": null
}
]
},
{
"id": 1252,
"name": "Skills",
"order": 2,
"fields": [
{
"id": 13079,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 13083,
"type": "link_row",
"name": "Freelancers",
"order": 1,
"primary": false,
"link_row_table_id": 1175,
"link_row_related_field_id": 13082,
"has_related_field": true
},
{
"id": 13084,
"type": "count",
"name": "Freelancers count",
"order": 2,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"through_field_id": 13083
}
],
"views": [
{
"id": 5776,
"type": "grid",
"name": "All skills",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "OR",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 4913,
"field_id": 13079,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 50718,
"field_id": 13079,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50720,
"field_id": 13083,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51288,
"field_id": 13084,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5843,
"type": "grid",
"name": "Skills with less than 2 freelancers",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "OR",
"filters_disabled": false,
"filters": [
{
"id": 3189,
"field_id": 13084,
"type": "lower_than",
"value": "2",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 4914,
"field_id": 13079,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 51317,
"field_id": 13079,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51318,
"field_id": 13083,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51319,
"field_id": 13084,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-24T06:52:46.207716+00:00",
"updated_on": "2024-05-24T06:54:21.771499+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "AWS development",
"field_13083": [
19,
3
],
"field_13084": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-24T06:52:46.207767+00:00",
"updated_on": "2024-05-24T06:54:25.734097+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Mobile app development",
"field_13083": [
16,
18
],
"field_13084": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-24T06:54:26.946291+00:00",
"updated_on": "2024-05-24T06:54:30.683069+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Website design",
"field_13083": [
18
],
"field_13084": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-24T06:54:31.526230+00:00",
"updated_on": "2024-05-24T06:54:35.929161+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Website development",
"field_13083": [
17,
16
],
"field_13084": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-05-24T06:54:37.197796+00:00",
"updated_on": "2024-05-24T06:54:40.921099+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Data analysis",
"field_13083": [
11,
18
],
"field_13084": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-05-24T06:54:41.889587+00:00",
"updated_on": "2024-05-24T06:54:46.059623+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Online security",
"field_13083": [
17,
18
],
"field_13084": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-05-24T06:54:47.554041+00:00",
"updated_on": "2024-05-24T06:54:53.606515+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Accounting and bookkeeping",
"field_13083": [
5,
7
],
"field_13084": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-05-24T06:54:55.031165+00:00",
"updated_on": "2024-05-24T06:54:58.844506+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Virtual assistance",
"field_13083": [
4,
2,
19,
3,
12,
10,
7
],
"field_13084": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-05-24T06:55:03.201449+00:00",
"updated_on": "2024-05-24T06:55:07.458057+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Social media marketing",
"field_13083": [
19,
3,
1,
21,
7
],
"field_13084": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-05-24T06:55:08.463956+00:00",
"updated_on": "2024-05-24T06:55:14.975793+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Excel management",
"field_13083": [
2,
9,
19,
5
],
"field_13084": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-05-24T06:55:16.356967+00:00",
"updated_on": "2024-05-24T06:55:18.699066+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Customer support",
"field_13083": [
4,
9,
11
],
"field_13084": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-05-24T06:55:20.353606+00:00",
"updated_on": "2024-05-24T06:55:22.844189+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Sales",
"field_13083": [
4,
9,
19,
8,
3,
10,
21,
14
],
"field_13084": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-05-24T06:55:24.088021+00:00",
"updated_on": "2024-05-24T06:55:26.714364+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Copywriting",
"field_13083": [
20,
21,
14
],
"field_13084": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-05-24T06:55:28.055563+00:00",
"updated_on": "2024-05-24T06:55:29.395054+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Writing",
"field_13083": [
15,
8,
21,
14
],
"field_13084": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-05-24T06:55:33.341772+00:00",
"updated_on": "2024-05-24T06:55:34.938483+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Editing",
"field_13083": [
17,
20,
8,
1,
21,
14
],
"field_13084": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-05-24T06:55:36.893632+00:00",
"updated_on": "2024-05-24T06:55:45.256183+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Search Engine Optimization",
"field_13083": [
8,
12,
1,
21
],
"field_13084": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-05-24T06:55:47.140775+00:00",
"updated_on": "2024-05-24T06:55:49.802024+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Illustration",
"field_13083": [
15,
12,
21
],
"field_13084": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-05-24T06:55:51.378493+00:00",
"updated_on": "2024-05-24T06:55:53.589417+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Video editing",
"field_13083": [
20,
1,
10,
21
],
"field_13084": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-05-24T06:55:55.352549+00:00",
"updated_on": "2024-05-24T06:55:57.788859+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Graphic design",
"field_13083": [
1,
21
],
"field_13084": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-05-24T06:55:59.768653+00:00",
"updated_on": "2024-05-24T06:56:01.373406+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Animation",
"field_13083": [
17,
9,
1,
10,
21
],
"field_13084": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-05-24T06:56:02.885830+00:00",
"updated_on": "2024-05-24T06:56:07.408673+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Photography",
"field_13083": [
20,
15,
12,
14
],
"field_13084": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-05-24T06:56:11.743508+00:00",
"updated_on": "2024-05-24T06:56:16.955592+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Career coaching",
"field_13083": [
11
],
"field_13084": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-05-24T06:56:19.220892+00:00",
"updated_on": "2024-05-24T06:56:23.331094+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Translation",
"field_13083": [],
"field_13084": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-05-24T06:56:24.424290+00:00",
"updated_on": "2024-05-24T06:56:31.223083+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Audio transcription",
"field_13083": [
4,
3
],
"field_13084": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2024-05-24T06:56:32.254252+00:00",
"updated_on": "2024-05-24T06:56:34.860979+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Voice talent",
"field_13083": [
9,
12,
11
],
"field_13084": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2024-05-24T06:56:36.533102+00:00",
"updated_on": "2024-05-24T06:56:39.414556+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "Tutoring",
"field_13083": [
4,
11
],
"field_13084": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2024-05-24T06:56:40.800444+00:00",
"updated_on": "2024-05-24T06:56:43.182758+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13079": "User testing",
"field_13083": [
4,
9,
2,
14,
7
],
"field_13084": null
}
]
},
{
"id": 1176,
"name": "Clients",
"order": 3,
"fields": [
{
"id": 12569,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 12570,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 12571,
"type": "formula",
"name": "Project count",
"order": 3,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "count(field('Related projects'))",
"formula_type": "number"
},
{
"id": 12572,
"type": "single_select",
"name": "Industry",
"order": 4,
"primary": false,
"select_options": [
{
"id": 4486,
"value": "Agriculture",
"color": "light-gray",
"order": 0
},
{
"id": 4487,
"value": "Automotive",
"color": "light-red",
"order": 1
},
{
"id": 4488,
"value": "Computer hardware",
"color": "light-orange",
"order": 2
},
{
"id": 4489,
"value": "Computer software",
"color": "light-green",
"order": 3
},
{
"id": 4490,
"value": "Construction",
"color": "light-blue",
"order": 4
},
{
"id": 4491,
"value": "Education",
"color": "gray",
"order": 5
},
{
"id": 4492,
"value": "Entertainment",
"color": "red",
"order": 6
},
{
"id": 4493,
"value": "Finance",
"color": "orange",
"order": 7
},
{
"id": 4494,
"value": "Food and beverage",
"color": "green",
"order": 8
},
{
"id": 4495,
"value": "Healthcare",
"color": "blue",
"order": 9
},
{
"id": 4496,
"value": "Insurance",
"color": "dark-gray",
"order": 10
},
{
"id": 4497,
"value": "Manufacturing",
"color": "dark-red",
"order": 11
},
{
"id": 4498,
"value": "Mining",
"color": "dark-orange",
"order": 12
},
{
"id": 4499,
"value": "Public sector",
"color": "dark-green",
"order": 13
},
{
"id": 4500,
"value": "Real estate",
"color": "dark-blue",
"order": 14
},
{
"id": 4501,
"value": "Retail",
"color": "light-gray",
"order": 15
},
{
"id": 4502,
"value": "Technology",
"color": "light-red",
"order": 16
},
{
"id": 4503,
"value": "Telecommunications",
"color": "light-orange",
"order": 17
},
{
"id": 4504,
"value": "Transportation",
"color": "light-green",
"order": 18
}
]
},
{
"id": 12573,
"type": "single_select",
"name": "Company size",
"order": 5,
"primary": false,
"select_options": [
{
"id": 4505,
"value": "1 - 10",
"color": "light-gray",
"order": 0
},
{
"id": 4506,
"value": "11 - 50",
"color": "light-gray",
"order": 1
},
{
"id": 4507,
"value": "51 - 100",
"color": "light-gray",
"order": 2
},
{
"id": 4508,
"value": "101 - 500",
"color": "light-gray",
"order": 3
},
{
"id": 4509,
"value": "501 - 1000",
"color": "light-gray",
"order": 4
},
{
"id": 4510,
"value": "1001 - 2000",
"color": "light-gray",
"order": 5
},
{
"id": 4511,
"value": "2001 - 5000",
"color": "light-gray",
"order": 6
},
{
"id": 4512,
"value": "5000 and more",
"color": "light-gray",
"order": 7
}
]
},
{
"id": 12574,
"type": "text",
"name": "Contact person",
"order": 6,
"primary": false,
"text_default": ""
},
{
"id": 12575,
"type": "email",
"name": "Contact email",
"order": 7,
"primary": false
},
{
"id": 12576,
"type": "phone_number",
"name": "Contact phone",
"order": 8,
"primary": false
},
{
"id": 12577,
"type": "url",
"name": "Website",
"order": 9,
"primary": false
},
{
"id": 12578,
"type": "text",
"name": "Address",
"order": 10,
"primary": false,
"text_default": ""
},
{
"id": 12579,
"type": "formula",
"name": "Has ongoing project",
"order": 11,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "if(\n any(totext(lookup(\"Related projects\", \"Status\")) = \"Planning and design\"), \n True, \n if(\n any(totext(lookup(\"Related projects\", \"Status\")) = \"In progress\"),\n True,\n False\n )\n)",
"formula_type": "boolean"
},
{
"id": 12580,
"type": "long_text",
"name": "Notes",
"order": 12,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 12581,
"type": "link_row",
"name": "Related projects",
"order": 13,
"primary": false,
"link_row_table_id": 1177,
"link_row_related_field_id": 12584,
"has_related_field": true
}
],
"views": [
{
"id": 5603,
"type": "grid",
"name": "All clients",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 4776,
"field_id": 12569,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 2126,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "153f5c8a-13eb-4cb3-9e36-bbf866c65687",
"color": "red",
"filters": [
{
"id": "48698432-b0a3-4dae-b202-069840021697",
"type": "lower_than",
"field": 12571,
"group": null,
"value": "1"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 49663,
"field_id": 12570,
"width": 198,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49664,
"field_id": 12571,
"width": 164,
"hidden": false,
"order": 1,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 49672,
"field_id": 12579,
"width": 204,
"hidden": false,
"order": 2,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 49665,
"field_id": 12572,
"width": 171,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49666,
"field_id": 12573,
"width": 149,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49667,
"field_id": 12574,
"width": 171,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49669,
"field_id": 12576,
"width": 162,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49668,
"field_id": 12575,
"width": 232,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49670,
"field_id": 12577,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49671,
"field_id": 12578,
"width": 161,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49673,
"field_id": 12580,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49662,
"field_id": 12569,
"width": 194,
"hidden": false,
"order": 12,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 49674,
"field_id": 12581,
"width": 200,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5604,
"type": "grid",
"name": "With ongoing project",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 3101,
"field_id": 12579,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 4777,
"field_id": 12569,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 2089,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ee6b1718-37f2-4cf5-a23b-e1ad4a27534b",
"color": "light-red",
"filters": [
{
"id": "9f15dceb-2671-4f0e-927d-1ed38d3f030d",
"type": "lower_than",
"field": 12571,
"value": "1"
},
{
"id": "39595a5a-5dfb-4445-b3a0-99d961d0ae70",
"type": "empty",
"field": 12571,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 49676,
"field_id": 12570,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49677,
"field_id": 12571,
"width": 144,
"hidden": false,
"order": 1,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 49685,
"field_id": 12579,
"width": 184,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49678,
"field_id": 12572,
"width": 154,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49679,
"field_id": 12573,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49680,
"field_id": 12574,
"width": 154,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49682,
"field_id": 12576,
"width": 153,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49681,
"field_id": 12575,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49683,
"field_id": 12577,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49684,
"field_id": 12578,
"width": 140,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49686,
"field_id": 12580,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49687,
"field_id": 12581,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49675,
"field_id": 12569,
"width": 134,
"hidden": false,
"order": 12,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
}
]
},
{
"id": 5605,
"type": "grid",
"name": "Without ongoing project",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 3102,
"field_id": 12579,
"type": "boolean",
"value": "",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 4778,
"field_id": 12569,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 2090,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c8473112-cf68-4363-a8a8-ae04ce3d9623",
"color": "light-red",
"filters": [
{
"id": "e073efb5-5238-4404-8a49-8325dc975bd5",
"type": "lower_than",
"field": 12571,
"value": "1"
},
{
"id": "4852c18f-dc8d-4aa0-8672-d51a09bb39a3",
"type": "empty",
"field": 12571,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 49689,
"field_id": 12570,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49690,
"field_id": 12571,
"width": 143,
"hidden": false,
"order": 1,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 49698,
"field_id": 12579,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49691,
"field_id": 12572,
"width": 155,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49692,
"field_id": 12573,
"width": 146,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49693,
"field_id": 12574,
"width": 154,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49695,
"field_id": 12576,
"width": 151,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49694,
"field_id": 12575,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49696,
"field_id": 12577,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49697,
"field_id": 12578,
"width": 168,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49699,
"field_id": 12580,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49700,
"field_id": 12581,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49688,
"field_id": 12569,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
}
]
},
{
"id": 5606,
"type": "kanban",
"name": "Clients by industry",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 2091,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "597baa84-4592-48e2-864f-6b01e179f245",
"color": "light-red",
"filters": [
{
"id": "278b8af7-9576-4d77-a1fe-62f3e7e02e08",
"type": "lower_than",
"field": 12571,
"value": "1"
},
{
"id": "a95004f2-fc55-400b-882f-42b8a1ceb8b9",
"type": "empty",
"field": 12571,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 12572,
"field_options": [
{
"id": 8597,
"field_id": 12569,
"hidden": false,
"order": 0
},
{
"id": 8598,
"field_id": 12570,
"hidden": true,
"order": 1
},
{
"id": 8599,
"field_id": 12573,
"hidden": false,
"order": 2
},
{
"id": 8600,
"field_id": 12574,
"hidden": false,
"order": 3
},
{
"id": 8601,
"field_id": 12577,
"hidden": false,
"order": 4
},
{
"id": 8602,
"field_id": 12579,
"hidden": false,
"order": 5
},
{
"id": 8603,
"field_id": 12571,
"hidden": false,
"order": 6
},
{
"id": 8604,
"field_id": 12572,
"hidden": true,
"order": 7
},
{
"id": 8605,
"field_id": 12575,
"hidden": true,
"order": 8
},
{
"id": 8606,
"field_id": 12576,
"hidden": true,
"order": 9
},
{
"id": 8607,
"field_id": 12578,
"hidden": true,
"order": 10
},
{
"id": 8608,
"field_id": 12580,
"hidden": true,
"order": 11
},
{
"id": 8609,
"field_id": 12581,
"hidden": true,
"order": 12
}
]
},
{
"id": 5607,
"type": "kanban",
"name": "Clients by company size",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 2092,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "8991a65c-a257-4a94-ad5b-d163d7fd8e27",
"color": "light-red",
"filters": [
{
"id": "ebe8bcec-3754-4d88-8771-4922078d1899",
"type": "lower_than",
"field": 12571,
"value": "1"
},
{
"id": "21a401dd-482b-4af4-ad15-938ce0eddf59",
"type": "empty",
"field": 12571,
"value": ""
}
],
"operator": "OR"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 12573,
"field_options": [
{
"id": 8610,
"field_id": 12569,
"hidden": false,
"order": 0
},
{
"id": 8611,
"field_id": 12570,
"hidden": true,
"order": 1
},
{
"id": 8612,
"field_id": 12573,
"hidden": false,
"order": 2
},
{
"id": 8613,
"field_id": 12574,
"hidden": false,
"order": 3
},
{
"id": 8614,
"field_id": 12577,
"hidden": false,
"order": 4
},
{
"id": 8615,
"field_id": 12579,
"hidden": true,
"order": 5
},
{
"id": 8616,
"field_id": 12571,
"hidden": false,
"order": 6
},
{
"id": 8617,
"field_id": 12572,
"hidden": true,
"order": 7
},
{
"id": 8618,
"field_id": 12576,
"hidden": true,
"order": 8
},
{
"id": 8619,
"field_id": 12575,
"hidden": true,
"order": 9
},
{
"id": 8620,
"field_id": 12578,
"hidden": true,
"order": 10
},
{
"id": 8621,
"field_id": 12580,
"hidden": true,
"order": 11
},
{
"id": 8622,
"field_id": 12581,
"hidden": true,
"order": 12
}
]
},
{
"id": 5608,
"type": "form",
"name": "Add a client",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"public": false,
"title": "Add a client",
"description": "",
"cover_image": {
"name": "NmfKYvm5eoI7Se1GU1jAqljb5ubZXaor_275a514d124adca9947b71f49a91569b101cc444e7ebec78da1e219acd7293d6.jpg",
"original_name": "Header_Clients.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "The client was added successfully. To add another client, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 5453,
"field_id": 12569,
"name": "",
"description": "Please enter the client's business name.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5454,
"field_id": 12570,
"name": "",
"description": "Enter a brief description of this client.",
"enabled": true,
"required": false,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5455,
"field_id": 12572,
"name": "",
"description": "Please select the industry to which this client belongs.",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5456,
"field_id": 12573,
"name": "",
"description": "Please indicate the client's company size from the selection below.",
"enabled": true,
"required": false,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5457,
"field_id": 12574,
"name": "",
"description": "Please provide the main contact person for this client.",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5458,
"field_id": 12576,
"name": "",
"description": "Enter the contact person's current phone number.",
"enabled": true,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5459,
"field_id": 12575,
"name": "",
"description": "Enter the contact person's email address.",
"enabled": true,
"required": false,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5460,
"field_id": 12577,
"name": "",
"description": "Enter the client's business website URL.",
"enabled": true,
"required": false,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5461,
"field_id": 12578,
"name": "",
"description": "Enter the client's business address.",
"enabled": true,
"required": false,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5462,
"field_id": 12580,
"name": "",
"description": "Write notes or remarks about this client.",
"enabled": true,
"required": false,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5463,
"field_id": 12571,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5464,
"field_id": 12579,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5465,
"field_id": 12581,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-06-25T17:46:50.538839+00:00",
"updated_on": "2024-05-27T11:26:08.213269+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Live Umbra Inc",
"field_12570": "Passion for people, respect for resources, and a spirit of innovation are our core values. They guide everything we do and help us feel responsible for our customers, our employees, and the communities where we do business.\n\nThe Live Umbra Inc. is involved in every part of agriculture, from making seeds to farming and ranching, studying plants, making fertilizer, processing food, making commercial products, and selling them. We come up with new ways to protect our resources and feed a growing population that is hungry.",
"field_12571": null,
"field_12572": 4486,
"field_12573": 4509,
"field_12574": "Jimmy Leib",
"field_12575": "jimmy.leib@example.com",
"field_12576": "(715) 338-2260",
"field_12577": "www.liveumbraincbr.com",
"field_12578": "4966 Benson Street",
"field_12579": null,
"field_12580": "Always pays in cheques.",
"field_12581": [
1,
3
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-06-25T17:46:50.540972+00:00",
"updated_on": "2024-05-27T11:25:59.533571+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Gesture Systems",
"field_12570": "Gesture Systems is a global leader in telecommunications, with more than 30 years of experience in designing and building high-performance network communications solutions. Gesture Systems' advanced software and hardware solutions give service providers a new way to think about the network edge. This lets them offer customers the most innovative services possible.\n\nGesture Systems is on the cutting edge of technology. It offers solutions for both current carrier ethernet networks and the newest NFV network architectures. \n\nOur future-proof technology meets the needs of multiple industries, such as 5G, ioT, network slicing, and enterprise CIT. It is built to deliver the highest levels of service manageability and the best value for performance.\n\nOur full operations and management system covers all network segments, including transport, connectivity, and distributed network applications, for a holistic approach to the network edge that lets providers offer advanced connectivity on a variety of platforms. \n\nWe are at the forefront of the network edge revolution. Join us today to be a part of the next generation of network technology.",
"field_12571": null,
"field_12572": 4503,
"field_12573": 4510,
"field_12574": "Duane Whittington",
"field_12575": "duane.whittington@example.com",
"field_12576": "(402) 928-3604",
"field_12577": "www.gesturesystemsbr.com",
"field_12578": "2131 Bungalow Road",
"field_12579": null,
"field_12580": "One of the top businesses in the country.",
"field_12581": [
2
]
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-06-25T19:34:15.190973+00:00",
"updated_on": "2024-05-27T11:25:49.176115+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Blue Open Mind",
"field_12570": "People have to make choices about their futures every day, whether it's about their education, health care, investments, or plans for when they retire. These decisions can be hard to understand and make. We're here to give people the confidence to make these kinds of decisions. We do this by getting to know them, making the choices they have to make easier, and being there for them every step of the way, so they never have to be unsure of what to do. This is what we call our mission: making decisions easier. Lives are made better. Every day, we want to make it happen.",
"field_12571": null,
"field_12572": 4496,
"field_12573": 4509,
"field_12574": "Helen Watkins",
"field_12575": "helen.watkins@example.com",
"field_12576": "(616) 380-5686",
"field_12577": "www.blueopenmindbr.com",
"field_12578": "3510 Howard Street",
"field_12579": null,
"field_12580": "Very persuasive.",
"field_12581": [
4
]
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-06-27T10:55:48.710245+00:00",
"updated_on": "2024-05-27T11:26:15.911710+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Skylight Technologies",
"field_12570": "Our organization is a wellness center that uses the most effective long-term weight reduction method in the world.\n\nMillions have been motivated to work together and embark on a path toward constructive, long-lasting change thanks to our efforts over many years. We need to get up and about more. So that they can succeed despite the odds. Attempting to accomplish something beyond their wildest dreams.\n\nIt is true that our best days are yet to come.\n\nWellness as a concept has recently gained mainstream attention. People's health isn't improving, but their attitudes are.",
"field_12571": null,
"field_12572": 4495,
"field_12573": 4509,
"field_12574": "April Robey",
"field_12575": "april.robey@example.com",
"field_12576": "(352) 303-9321",
"field_12577": "www.skylighttechnologiesbr.com",
"field_12578": "51 Rhapsody Street",
"field_12579": null,
"field_12580": "Always in a hurry.",
"field_12581": [
10
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-06-27T10:56:00.122699+00:00",
"updated_on": "2024-05-27T11:25:55.516792+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Dandelion Shops",
"field_12570": "People can save money and live better with the help of Dandelion Shops. Dandelion Shops International keeps this promise by giving millions of customers in 23 countries outside the U.S. value and convenience.\n\nBecause we look at the world in a unique way, we can see connections that others can't and come up with new ideas that make customers' lives easier. To help our core businesses, we are also building strategic partnerships through equity investments.\n\nOur plan is to build strong local businesses that are powered by Dandelion Shops. At the same time, we want to help the company and our partners grow and have a positive effect on our stakeholders.",
"field_12571": null,
"field_12572": 4501,
"field_12573": 4512,
"field_12574": "Jonathan Boe",
"field_12575": "jonathan.boe@example.com",
"field_12576": "(973) 918-9724",
"field_12577": "www.dandelionindustriesbr.com",
"field_12578": "2235 Hudson Street",
"field_12579": null,
"field_12580": "Signs contracts every quarter.",
"field_12581": [
7
]
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-06-27T10:56:17.307133+00:00",
"updated_on": "2024-05-27T11:25:47.206800+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Blue Hammerhead International",
"field_12570": "In a wide range of industries and applications, Blue Hammerhead International's electrical and electronic products and systems are unmatched.\n\nThe mission of Blue Hammerhead International is encapsulated in its corporate statement, \"Innovation for the Future,\" which expresses the company's commitment to being an innovative industry leader. Over the past half-century, Blue Hammerhead International has established itself as an industry pioneer in numerous emerging technologies.\n\nAcross more than 30 locations in North America, nearly 3,000 people are employed by Blue Hammerhead International's subsidiaries and divisions.",
"field_12571": null,
"field_12572": 4497,
"field_12573": 4511,
"field_12574": "John Whisenant",
"field_12575": "john.whisenant@example.com",
"field_12576": "(425) 902-0275",
"field_12577": "www.bluehammerheadinternationalbr.com",
"field_12578": "562 Stockert Hollow Road",
"field_12579": null,
"field_12580": "Has a lot of customers.",
"field_12581": [
12
]
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-06-27T10:56:49.207213+00:00",
"updated_on": "2024-05-27T11:26:13.065878+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Red Seahawk Flux",
"field_12570": "Through the effective implementation of our environmental standards, procedures, and programs, we commit to becoming a model of a socially responsible mining organization.\n\nOur company is dedicated to protecting and enhancing the environment, reducing the negative effects our operations have on it, and maximizing the efficiency of our systems.",
"field_12571": null,
"field_12572": 4498,
"field_12573": 4510,
"field_12574": "Jill Flynn",
"field_12575": "jill.flynn@example.com",
"field_12576": "(908) 542-6255",
"field_12577": "www.redseahawkfluxbr.com",
"field_12578": "4154 Caynor Circle",
"field_12579": null,
"field_12580": "Always gets audited.",
"field_12581": [
5
]
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-06-27T10:56:50.097659+00:00",
"updated_on": "2024-05-27T11:26:20.103350+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Voltaire Industries",
"field_12570": "Organizations all over the world that are on the cutting edge trust Voltaire Industries for category-defining data and analytical insights, and they use our end-to-end solutions to help them come up with winning strategies and smart things to do. We are at the center of these organizations' most important projects, and we help them grow revenue, increase margins, reduce risk, and stay in compliance. Voltaire Industries stands out because of the size, depth, variety, and accuracy of our business data, which is always growing. The Voltaire Industries Data Cloud and the solutions it powers make it possible to get data and insights. Our Data Cloud is made up of hundreds of millions of business records gathered from tens of thousands of sources and tens of millions of web pages. It helps clients improve the performance of their businesses at both the departmental and business-wide levels.",
"field_12571": null,
"field_12572": 4502,
"field_12573": 4508,
"field_12574": "Denise Miller",
"field_12575": "denise.miller@example.com",
"field_12576": "(417) 724-9831",
"field_12577": "www.voltaireindustriesbr.com",
"field_12578": "2731 Chandler Drive",
"field_12579": null,
"field_12580": "Involved in a lot of tech research.",
"field_12581": []
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2022-06-27T10:56:51.087639+00:00",
"updated_on": "2024-05-27T11:26:02.966758+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Green Gold Standard",
"field_12570": "Learners are given the autonomy to study at their own speed, both inside and outside of the classroom, with the help of Green Gold Standard's practice exercises, instructional videos, and individualized learning dashboard. We cover a wide range of subjects, from elementary school through college, as well as standardized test prep, in addition to the more traditional humanities and social sciences. We assist students in building solid foundations in a variety of skills so that they can tackle any learning challenge that comes their way. Our team is committed to making sure that Green Gold Standard provides coaches with the tools they need to better understand their students' or athletes' activities and how to best support them. It's easy to tell if a kid is struggling or if she's on a roll and way ahead of the rest of the class.",
"field_12571": null,
"field_12572": 4491,
"field_12573": 4507,
"field_12574": "Laura Shackelford",
"field_12575": "laura.shackelford@example.com",
"field_12576": "(269) 265-1429",
"field_12577": "www.greengoldstandardbr.com",
"field_12578": "3966 Garrett Street",
"field_12579": null,
"field_12580": "Everything needs to be completely documented.",
"field_12581": []
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2022-06-27T10:56:53.046508+00:00",
"updated_on": "2024-05-27T11:26:14.531249+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Sentinel Factory",
"field_12570": "To help our customers ensure the safety of their customers and the public, we provide innovative solutions to difficult problems, promote scientific advancement, and meet pressing needs.\n\nSupport the missions of our customers, improve security, and push scientific progress forward as the global industry standard.\n\nSentinel Factory is a multinational security and aerospace corporation that does the bulk of its business with the government and other public agencies. It also supplies aircraft to the armed forces of 30 countries and commercial operators in the country across all seven branches of the military. Sentinel Factory makes most of its money by selling products, services, and platforms to governments and businesses all over the world.",
"field_12571": null,
"field_12572": 4497,
"field_12573": 4511,
"field_12574": "Margaret Hill",
"field_12575": "margaret.hill@example.com",
"field_12576": "(207) 788-0262",
"field_12577": "www.sentinelfactorybr.com",
"field_12578": "3207 Chipmunk Lane",
"field_12579": null,
"field_12580": "This client is requesting frequent updates.",
"field_12581": [
17
]
},
{
"id": 12,
"order": "11.00000000000000000000",
"created_on": "2022-06-27T10:56:54.632417+00:00",
"updated_on": "2024-05-27T11:26:01.314943+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Gold Grit Global",
"field_12570": "Gold Grit Global is a top-tier, rapidly expanding financial services provider. In 2007, a group of daring professionals pooled together just 3,000,000 PHP to launch a new company in the consumer financing industry. Due to its strong demand and financial standing, Gold Grit Global had a promising beginning.\nMore than eighty locations across the country and a staff of more than 700 people allow this company to meet the financial needs of consumers and businesses across the country.\nPersonal loans for employees and seafarers, vehicle mortgages, unsecured business loans, and consumer loans like 2nd hand vehicle financing are just some of the financial options offered by Gold Grit Global.\nThe company is well-positioned to serve a wider share of the market thanks to its cheap interest rates and quick processing time, while also meeting the needs of its core customers in the unbanked and underserved sector.",
"field_12571": null,
"field_12572": 4493,
"field_12573": 4508,
"field_12574": "Rosamaria Erickson",
"field_12575": "rosamaria.erickson@example.com",
"field_12576": "(318) 320-6212",
"field_12577": "www.goldgritglobalbr.com",
"field_12578": "1966 Roguski Road",
"field_12579": null,
"field_12580": "Conducts regular audits.",
"field_12581": [
15
]
},
{
"id": 14,
"order": "13.00000000000000000000",
"created_on": "2022-06-27T10:58:13.846108+00:00",
"updated_on": "2024-05-27T11:25:50.954624+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Breadbox",
"field_12570": "From concept to finished product to marketing and distribution, Breadbox facilitates the entire entertainment value chain. \n\nWe tell daring stories to audiences all over the world with the power of a studio and the independence of an indie.\n\nOur executive team is united by a creative ambition to bring fantastic concepts, compelling narratives, and cutting-edge platforms to life and to audiences in every corner of the globe.\n\nMajor hubs of ours can be found in Los Angeles, the UK, Manila, and other places around the world.",
"field_12571": null,
"field_12572": 4492,
"field_12573": 4508,
"field_12574": "Laura Sand",
"field_12575": "laura.sand@example.com",
"field_12576": "(435) 650-2126",
"field_12577": "www.breadboxbr.com",
"field_12578": "1349 Burnside Avenue",
"field_12579": null,
"field_12580": "Very lively crowd.",
"field_12581": [
14
]
},
{
"id": 15,
"order": "14.00000000000000000000",
"created_on": "2022-06-27T10:58:14.767406+00:00",
"updated_on": "2024-05-27T11:25:57.629111+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Gamine Services",
"field_12570": "What we do today lays the groundwork for tomorrow's possibilities, so it's incumbent upon us as a society and an industry to collaborate for a brighter, more sustainable tomorrow. \n \nOur mission is to use the transformative potential of mobile connectivity to build a better world, and our vision details the specific contribution that Gamine Services will make toward realizing that vision.\n \nOur technology was the first to connect people, and it will soon connect everything. \n \nOur role as a connector and orchestrator encompasses a wide range of responsibilities, including but not limited to: shaping and validating new solutions in innovation environments; fostering global partnerships to increase the positive impact of technology on a larger scale; and more.",
"field_12571": null,
"field_12572": 4503,
"field_12573": 4509,
"field_12574": "Gene Johnson",
"field_12575": "gene.johnson@example.com",
"field_12576": "(716) 505-4361",
"field_12577": "www.gamineservicesbr.com",
"field_12578": "98 Nuzum Court",
"field_12579": null,
"field_12580": "Big office in downtown.",
"field_12581": [
8,
9
]
},
{
"id": 16,
"order": "15.00000000000000000000",
"created_on": "2022-06-27T10:58:20.686177+00:00",
"updated_on": "2024-05-27T11:26:06.353817+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Kernel Industries",
"field_12570": "A rented storefront in Santa Rosa's suburbs was the first location for Kernel Industries. We had seven employees, a few carpenters, a computer, and two folding card tables. We were motivated, dedicated, energetic, and had a clear goal in mind.\n \nOur competitive advantage lies in our team's ability to understand your requirements, create a compelling vision for them, and then execute on that vision.\n \nIn the event of a new build, an addition, or a remodel, we develop individualized strategies. To ensure that you receive the precise creative solutions, technology, and materials you require, we have assembled a team of in-house experts in addition to a wide network of specialists. Our goal with every project is to design and build a space that exceeds expectations and delights our clients.",
"field_12571": null,
"field_12572": 4490,
"field_12573": 4509,
"field_12574": "Marybeth Elder",
"field_12575": "marybeth.elder@example.com",
"field_12576": "(917) 560-8657",
"field_12577": "www.kernelindustriesbr.com",
"field_12578": "878 Duncan Avenue",
"field_12579": null,
"field_12580": "Ships a lot of steel every month.",
"field_12581": []
},
{
"id": 17,
"order": "16.00000000000000000000",
"created_on": "2022-06-27T10:58:22.004937+00:00",
"updated_on": "2024-05-27T11:26:09.711237+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Midway Systems",
"field_12570": "AI-powered laptops, automated servers that outwit threats, proactive storage solutions, and a streamlined cloud experience will help you get from concept to completion more quickly.\nYou can be sure of reaching your sustainability goals if you use services and products that were made to reduce the world's carbon footprint. At Midway Systems, we incorporate environmental and social responsibility into all of our operations.\nWe design our devices with a full lifetime in mind, from the components used to construct the product and its packaging to the reliability and security of our supply chain. Each year, we aim to improve upon the previous one's record of sustainability.",
"field_12571": null,
"field_12572": 4488,
"field_12573": 4510,
"field_12574": "Robert Haskins",
"field_12575": "robert.haskins@example.com",
"field_12576": "(908) 787-1958",
"field_12577": "www.midwaysystemsbr.com",
"field_12578": "1497 Beechwood Avenue",
"field_12579": null,
"field_12580": "They got a cool office for their workforce.",
"field_12581": [
16
]
},
{
"id": 18,
"order": "17.00000000000000000000",
"created_on": "2022-06-27T10:59:16.660155+00:00",
"updated_on": "2024-05-27T11:26:04.586334+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Green Loop",
"field_12570": "Every weekday, we field over 2.5 million calls, emails, and chats related to trip planning via our contact center, mobile apps, websites, and third-party information services.\n\n\nAll rail customers can access a wide variety of rail-related information on Green Loop, including trip planning tools, real-time data, ticket and fare details, and more.",
"field_12571": null,
"field_12572": 4504,
"field_12573": 4510,
"field_12574": "Kenneth Cook",
"field_12575": "kenneth.cook@example.com",
"field_12576": "(832) 433-7230",
"field_12577": "www.greenloopbr.com",
"field_12578": "2512 Wines Lane",
"field_12579": null,
"field_12580": "Very advance in tech.",
"field_12581": []
},
{
"id": 19,
"order": "18.00000000000000000000",
"created_on": "2022-06-27T10:59:17.989652+00:00",
"updated_on": "2024-05-27T11:26:11.657279+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Mojito Systems",
"field_12570": "Mojito Systems, which began in 2005 with the production of a single beer in a single brewery, has expanded its offerings over the past decade to include a wide variety of beer styles and flavors to meet the needs of beer drinkers in every region of Asia. As of now, its portfolio includes ten well-known and respected beer labels.\u00a0\n\n\nWith nine production facilities spread out across Asia, Mojito Systems can guarantee both the availability and freshness of its products. It also has a well-developed distribution network that supplies more than 200,000 stores.",
"field_12571": null,
"field_12572": 4494,
"field_12573": 4508,
"field_12574": "Marc Baker",
"field_12575": "marc.baker@example.com",
"field_12576": "(479) 890-6853",
"field_12577": "www.mojitosystemsbr.com",
"field_12578": "4909 Cambridge Court",
"field_12579": null,
"field_12580": "They regularly invite us to hang out.",
"field_12581": []
},
{
"id": 20,
"order": "19.00000000000000000000",
"created_on": "2022-06-27T20:13:51.263068+00:00",
"updated_on": "2024-05-27T11:26:17.525046+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12569": "Sunflower East Side Homes",
"field_12570": "Sunflower East Side Homes is a real estate company that started in 1995. We have catered for thousands of satisfied customers.",
"field_12571": null,
"field_12572": 4500,
"field_12573": 4506,
"field_12574": "Brian McDoughnery",
"field_12575": "brian.mcdoughnery@example.com",
"field_12576": "(352) 303-5555",
"field_12577": "www.seshbr.com",
"field_12578": "55 Rhodes Avenue",
"field_12579": null,
"field_12580": "They have been in business for a long time.",
"field_12581": [
11
]
}
]
},
{
"id": 1177,
"name": "Projects",
"order": 4,
"fields": [
{
"id": 12582,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 12583,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 12584,
"type": "link_row",
"name": "Client",
"order": 2,
"primary": false,
"link_row_table_id": 1176,
"link_row_related_field_id": 12581,
"has_related_field": true
},
{
"id": 12585,
"type": "single_select",
"name": "Field of work",
"order": 3,
"primary": false,
"select_options": [
{
"id": 4513,
"value": "\ud83d\udcd6 Accounting",
"color": "light-gray",
"order": 0
},
{
"id": 4514,
"value": "\ud83d\udc6e Administrative",
"color": "light-gray",
"order": 1
},
{
"id": 4515,
"value": "\ud83d\udcde Customer service",
"color": "light-gray",
"order": 2
},
{
"id": 4516,
"value": "\ud83d\udce3 Digital marketing",
"color": "light-gray",
"order": 3
},
{
"id": 4517,
"value": "\ud83d\uded2 Ecommerce",
"color": "light-gray",
"order": 4
},
{
"id": 4518,
"value": "\ud83e\uddd1\u200d\ud83e\udd1d\u200d\ud83e\uddd1 HR and recruiting",
"color": "light-gray",
"order": 5
},
{
"id": 4519,
"value": "\ud83c\udfe0 Real estate",
"color": "light-gray",
"order": 6
},
{
"id": 4520,
"value": "\ud83d\udcbb Software development",
"color": "light-gray",
"order": 7
},
{
"id": 4521,
"value": "\ud83e\ude7a Therapy",
"color": "light-gray",
"order": 8
}
]
},
{
"id": 12586,
"type": "single_select",
"name": "Status",
"order": 4,
"primary": false,
"select_options": [
{
"id": 4522,
"value": "Proposed",
"color": "light-gray",
"order": 0
},
{
"id": 4523,
"value": "Planning and design",
"color": "orange",
"order": 1
},
{
"id": 4524,
"value": "In progress",
"color": "blue",
"order": 2
},
{
"id": 4525,
"value": "On hold",
"color": "light-red",
"order": 3
},
{
"id": 4526,
"value": "Cancelled",
"color": "red",
"order": 4
},
{
"id": 4527,
"value": "Completed",
"color": "green",
"order": 5
}
]
},
{
"id": 12587,
"type": "date",
"name": "Kickoff date",
"order": 5,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 12588,
"type": "date",
"name": "Due date",
"order": 6,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 12589,
"type": "number",
"name": "Budget",
"order": 7,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 12590,
"type": "lookup",
"name": "Client industry",
"order": 8,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": "single_select",
"date_format": null,
"nullable": true,
"date_include_time": null,
"through_field_id": 12584,
"through_field_name": "Client",
"target_field_id": 12572,
"target_field_name": "Industry"
},
{
"id": 12591,
"type": "single_select",
"name": "Region",
"order": 9,
"primary": false,
"select_options": [
{
"id": 4528,
"value": "Australia",
"color": "light-gray",
"order": 0
},
{
"id": 4529,
"value": "Canada",
"color": "light-gray",
"order": 1
},
{
"id": 4530,
"value": "Germany",
"color": "light-gray",
"order": 2
},
{
"id": 4531,
"value": "Israel",
"color": "light-gray",
"order": 3
},
{
"id": 4532,
"value": "Netherlands",
"color": "light-gray",
"order": 4
},
{
"id": 4533,
"value": "New Zealand",
"color": "light-gray",
"order": 5
},
{
"id": 4534,
"value": "Singapore",
"color": "light-gray",
"order": 6
},
{
"id": 4535,
"value": "United Arab Emirates",
"color": "light-gray",
"order": 7
},
{
"id": 4536,
"value": "United Kingdom",
"color": "light-gray",
"order": 8
},
{
"id": 4537,
"value": "United States",
"color": "light-gray",
"order": 9
}
]
},
{
"id": 12592,
"type": "link_row",
"name": "Project lead",
"order": 10,
"primary": false,
"link_row_table_id": 1175,
"link_row_related_field_id": 12566,
"has_related_field": true
},
{
"id": 12593,
"type": "link_row",
"name": "Freelancers",
"order": 11,
"primary": false,
"link_row_table_id": 1175,
"link_row_related_field_id": 12567,
"has_related_field": true
},
{
"id": 12594,
"type": "formula",
"name": "Is repeat client",
"order": 12,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": "boolean",
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "lookup(\"Client\", \"Project count\") > 1",
"formula_type": "array"
},
{
"id": 12595,
"type": "file",
"name": "Attachments",
"order": 13,
"primary": false
},
{
"id": 12596,
"type": "long_text",
"name": "Notes",
"order": 14,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 12597,
"type": "formula",
"name": "Duration (weeks)",
"order": 16,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "ceil(field(\"Estimated working days\") / 5)",
"formula_type": "number"
},
{
"id": 12598,
"type": "formula",
"name": "Estimated freelancer cost",
"order": 19,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 2,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "sum(lookup('Project lead','Hourly rate')) * field('Estimated working days') * 8 + sum(lookup('Freelancers','Hourly rate')) * field('Estimated working days') * 8",
"formula_type": "number"
},
{
"id": 12599,
"type": "formula",
"name": "Over/under",
"order": 23,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 2,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "minus(\n field(\"Budget\"), \n field(\"Estimated freelancer cost\") \n)",
"formula_type": "number"
},
{
"id": 12600,
"type": "formula",
"name": "Estimated working days",
"order": 24,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "ceil((date_diff('dd',field('Kickoff date'),field('Due date')) / 7) * 5)",
"formula_type": "number"
},
{
"id": 13146,
"type": "link_row",
"name": "Actions",
"order": 25,
"primary": false,
"link_row_table_id": 1257,
"link_row_related_field_id": 13145,
"has_related_field": true
},
{
"id": 13238,
"type": "formula",
"name": "Status symbol",
"order": 26,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": false,
"date_include_time": null,
"formula": "if(totext(field('Status')) = 'Completed','\ud83d\udfe2',if(totext(field('Status')) = 'In progress','\ud83d\udd35',if(totext(field('Status')) = 'Proposed','\u26aa',if(totext(field('Status')) = 'Planning and design','\ud83d\udfe1','\ud83d\udd34'))))",
"formula_type": "text"
}
],
"views": [
{
"id": 5609,
"type": "grid",
"name": "All projects",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 4779,
"field_id": 12587,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 2093,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ad58da10-f3c5-4cd0-95e5-5e76e9c22e77",
"color": "light-red",
"filters": [
{
"id": "a85d889e-b265-4b8e-ac79-03677cf83041",
"type": "lower_than",
"field": 12599,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 49702,
"field_id": 12583,
"width": 212,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49704,
"field_id": 12585,
"width": 190,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49703,
"field_id": 12584,
"width": 170,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49709,
"field_id": 12590,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49713,
"field_id": 12594,
"width": 164,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49705,
"field_id": 12586,
"width": 178,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49706,
"field_id": 12587,
"width": 153,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49707,
"field_id": 12588,
"width": 129,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49719,
"field_id": 12600,
"width": 220,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49716,
"field_id": 12597,
"width": 178,
"hidden": false,
"order": 9,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49708,
"field_id": 12589,
"width": 123,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49717,
"field_id": 12598,
"width": 241,
"hidden": false,
"order": 12,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 49718,
"field_id": 12599,
"width": 153,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49710,
"field_id": 12591,
"width": 172,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49711,
"field_id": 12592,
"width": 160,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49712,
"field_id": 12593,
"width": 217,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49715,
"field_id": 12596,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49714,
"field_id": 12595,
"width": 152,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 49701,
"field_id": 12582,
"width": 211,
"hidden": false,
"order": 19,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 50935,
"field_id": 13146,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51241,
"field_id": 13238,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5841,
"type": "grid",
"name": "Projects with insufficient budget",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 3187,
"field_id": 12599,
"type": "lower_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 51289,
"field_id": 12582,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51290,
"field_id": 12583,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51291,
"field_id": 12584,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51292,
"field_id": 12585,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51293,
"field_id": 12586,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51294,
"field_id": 12587,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51295,
"field_id": 12588,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51296,
"field_id": 12589,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51297,
"field_id": 12590,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51298,
"field_id": 12591,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51299,
"field_id": 12592,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51300,
"field_id": 12593,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51301,
"field_id": 12594,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51302,
"field_id": 12595,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51303,
"field_id": 12596,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51304,
"field_id": 12597,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51305,
"field_id": 12598,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51306,
"field_id": 12599,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51307,
"field_id": 12600,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51308,
"field_id": 13146,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51309,
"field_id": 13238,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5610,
"type": "form",
"name": "Add a project",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"public": false,
"title": "Add a project",
"description": "",
"cover_image": {
"name": "ykgvKGH0NtH3AVlu3niywsaKwrJHNNLy_b06951455d9d43b6b81c17f57c18b5a24232ccd99ba6bd6d432d61d670eee218.jpg",
"original_name": "Header_Projects.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A project was successfully added. To add another project, please reload this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 5466,
"field_id": 12582,
"name": "",
"description": "Please enter the project's title, which will serve as a unique identifier for this project.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5467,
"field_id": 12585,
"name": "",
"description": "Choose the project's main category based on the related industry.",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5468,
"field_id": 12583,
"name": "",
"description": "Enter the project's description or the project's detailed instructions.",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5469,
"field_id": 12584,
"name": "",
"description": "Select the client this project is for.",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5470,
"field_id": 12586,
"name": "",
"description": "Please select the project's current status.",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5471,
"field_id": 12587,
"name": "",
"description": "The start date of the project's implementation.",
"enabled": true,
"required": false,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5472,
"field_id": 12588,
"name": "",
"description": "The project's expected time of completion.",
"enabled": true,
"required": false,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5473,
"field_id": 12589,
"name": "",
"description": "The client's budget for this project.",
"enabled": true,
"required": false,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5474,
"field_id": 12591,
"name": "",
"description": "Choose the region in which this project will be based.",
"enabled": true,
"required": false,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5475,
"field_id": 12592,
"name": "",
"description": "Select the project's team leader.",
"enabled": true,
"required": false,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5476,
"field_id": 12593,
"name": "",
"description": "Select the professional(s) working for this project.",
"enabled": true,
"required": false,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5477,
"field_id": 12596,
"name": "",
"description": "Please write down any notes or remarks about this project.",
"enabled": true,
"required": false,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5478,
"field_id": 12590,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5479,
"field_id": 12594,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5480,
"field_id": 12595,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5481,
"field_id": 12597,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5482,
"field_id": 12598,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5483,
"field_id": 12599,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 17,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5484,
"field_id": 12600,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 18,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5666,
"field_id": 13146,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5667,
"field_id": 13238,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
},
{
"id": 5611,
"type": "kanban",
"name": "Projects by status",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 2128,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "8b6ca183-813e-4487-8535-62a1fd7e97ba",
"color": "red",
"filters": [
{
"id": "872f34dd-8e78-46a3-85a5-56d27aed97d2",
"type": "lower_than",
"field": 12599,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 12586,
"field_options": [
{
"id": 8623,
"field_id": 12582,
"hidden": false,
"order": 32767
},
{
"id": 8624,
"field_id": 12583,
"hidden": true,
"order": 32767
},
{
"id": 8625,
"field_id": 12584,
"hidden": false,
"order": 32767
},
{
"id": 8626,
"field_id": 12585,
"hidden": false,
"order": 32767
},
{
"id": 8627,
"field_id": 12586,
"hidden": true,
"order": 32767
},
{
"id": 8628,
"field_id": 12587,
"hidden": true,
"order": 32767
},
{
"id": 8629,
"field_id": 12588,
"hidden": false,
"order": 32767
},
{
"id": 8630,
"field_id": 12589,
"hidden": true,
"order": 32767
},
{
"id": 8631,
"field_id": 12590,
"hidden": true,
"order": 32767
},
{
"id": 8632,
"field_id": 12591,
"hidden": true,
"order": 32767
},
{
"id": 8633,
"field_id": 12592,
"hidden": true,
"order": 32767
},
{
"id": 8634,
"field_id": 12593,
"hidden": true,
"order": 32767
},
{
"id": 8635,
"field_id": 12594,
"hidden": true,
"order": 32767
},
{
"id": 8636,
"field_id": 12595,
"hidden": true,
"order": 32767
},
{
"id": 8637,
"field_id": 12596,
"hidden": true,
"order": 32767
},
{
"id": 8638,
"field_id": 12597,
"hidden": true,
"order": 32767
},
{
"id": 8639,
"field_id": 12598,
"hidden": true,
"order": 32767
},
{
"id": 8640,
"field_id": 12599,
"hidden": true,
"order": 32767
},
{
"id": 8641,
"field_id": 12600,
"hidden": true,
"order": 32767
},
{
"id": 8863,
"field_id": 13146,
"hidden": true,
"order": 32767
},
{
"id": 8864,
"field_id": 13238,
"hidden": true,
"order": 32767
}
]
},
{
"id": 5612,
"type": "kanban",
"name": "Projects by category",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 2127,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "98067bf0-8213-4308-acb9-ece17828f2de",
"color": "red",
"filters": [
{
"id": "b2076977-67e0-4e15-8822-e88378345f94",
"type": "lower_than",
"field": 12599,
"group": null,
"value": "0"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 12585,
"field_options": [
{
"id": 8642,
"field_id": 12582,
"hidden": false,
"order": 0
},
{
"id": 8643,
"field_id": 12583,
"hidden": true,
"order": 1
},
{
"id": 8644,
"field_id": 12584,
"hidden": false,
"order": 2
},
{
"id": 8645,
"field_id": 12585,
"hidden": true,
"order": 3
},
{
"id": 8646,
"field_id": 12586,
"hidden": false,
"order": 4
},
{
"id": 8647,
"field_id": 12589,
"hidden": false,
"order": 5
},
{
"id": 8648,
"field_id": 12587,
"hidden": false,
"order": 6
},
{
"id": 8649,
"field_id": 12588,
"hidden": true,
"order": 7
},
{
"id": 8650,
"field_id": 12590,
"hidden": true,
"order": 8
},
{
"id": 8651,
"field_id": 12591,
"hidden": true,
"order": 9
},
{
"id": 8652,
"field_id": 12592,
"hidden": true,
"order": 10
},
{
"id": 8653,
"field_id": 12593,
"hidden": true,
"order": 11
},
{
"id": 8654,
"field_id": 12594,
"hidden": true,
"order": 12
},
{
"id": 8655,
"field_id": 12595,
"hidden": true,
"order": 13
},
{
"id": 8656,
"field_id": 12596,
"hidden": true,
"order": 14
},
{
"id": 8657,
"field_id": 12597,
"hidden": true,
"order": 15
},
{
"id": 8658,
"field_id": 12598,
"hidden": true,
"order": 16
},
{
"id": 8659,
"field_id": 12599,
"hidden": true,
"order": 17
},
{
"id": 8660,
"field_id": 12600,
"hidden": true,
"order": 18
},
{
"id": 8865,
"field_id": 13146,
"hidden": true,
"order": 32767
},
{
"id": 8866,
"field_id": 13238,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-06-25T17:47:01.236222+00:00",
"updated_on": "2024-05-24T12:57:20.786604+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Copyrighting for LUI launch",
"field_12583": "Our client from the agriculture sector asked us to make several snippets for their online promotions which are related to their business launch.",
"field_12584": [
1
],
"field_12585": 4516,
"field_12586": 4522,
"field_12587": "2024-07-04",
"field_12588": "2024-07-08",
"field_12589": "2500.00",
"field_12590": null,
"field_12591": 4529,
"field_12592": [
17
],
"field_12593": [
20
],
"field_12594": null,
"field_12595": [],
"field_12596": "They want somebody close to their location to work on their projects due to tax requirements.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [],
"field_13238": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-06-25T17:47:01.238949+00:00",
"updated_on": "2024-05-24T07:13:39.160827+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Photography project for event",
"field_12583": "The exhibit for this client's business achievements is nearing. They need photographs related to their business. Prints will follow soon after.",
"field_12584": [
2
],
"field_12585": 4516,
"field_12586": 4523,
"field_12587": "2024-07-04",
"field_12588": "2024-07-15",
"field_12589": "5500.00",
"field_12590": null,
"field_12591": 4536,
"field_12592": [
12
],
"field_12593": [
15
],
"field_12594": null,
"field_12595": [],
"field_12596": "They added that they wanted two photographers, with one as the lead, for this project.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [
14,
18
],
"field_13238": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-06-25T19:33:22.704416+00:00",
"updated_on": "2024-05-24T07:13:39.177795+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Animation project for LUI launch",
"field_12583": "Our client in the agriculture industry asked us to make a few animation files for their online business launch promotions.",
"field_12584": [
1
],
"field_12585": 4516,
"field_12586": 4524,
"field_12587": "2024-06-19",
"field_12588": "2024-06-30",
"field_12589": "3000.00",
"field_12590": null,
"field_12591": 4529,
"field_12592": [],
"field_12593": [
17
],
"field_12594": null,
"field_12595": [],
"field_12596": "They want somebody close to their location to work on their projects due to tax requirements.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [],
"field_13238": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-06-27T19:21:02.296418+00:00",
"updated_on": "2024-05-27T12:51:40.823021+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "SMM 2022 for the Blue Open Mind",
"field_12583": "The client requested three talents to manage their online store's social media pages for the entire year of 2022.",
"field_12584": [
3
],
"field_12585": 4517,
"field_12586": 4524,
"field_12587": "2023-11-07",
"field_12588": "2024-12-31",
"field_12589": "225000.00",
"field_12590": null,
"field_12591": 4528,
"field_12592": [
1
],
"field_12593": [
3,
19
],
"field_12594": null,
"field_12595": [],
"field_12596": "Quite a big project.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [
1,
2,
15,
16
],
"field_13238": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-06-27T19:27:24.286056+00:00",
"updated_on": "2024-05-24T07:13:39.211007+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Mobile app for RSF Q1",
"field_12583": "A client is requesting to have a mobile app tailored for their business.",
"field_12584": [
8
],
"field_12585": 4520,
"field_12586": 4527,
"field_12587": "2024-02-29",
"field_12588": "2024-03-30",
"field_12589": "7500.00",
"field_12590": null,
"field_12591": 4537,
"field_12592": [],
"field_12593": [
18
],
"field_12594": null,
"field_12595": [
{
"name": "FybfLrlntXsr0P8G9HRaKgocxQtcH2pG_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "FybfLrlntXsr0P8G9HRaKgocxQtcH2pG_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
],
"field_12596": "Client prefers a talent from Brazil.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [
5,
6
],
"field_13238": null
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2022-06-27T19:33:48.440201+00:00",
"updated_on": "2024-05-24T07:13:39.227622+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Manage an online shop for DS Q1",
"field_12583": "A popular retail business asked for a talent who can manage their online store for 2022 Q1.",
"field_12584": [
5
],
"field_12585": 4517,
"field_12586": 4527,
"field_12587": "2024-01-04",
"field_12588": "2024-03-31",
"field_12589": "25000.00",
"field_12590": null,
"field_12591": 4532,
"field_12592": [],
"field_12593": [
19
],
"field_12594": null,
"field_12595": [
{
"name": "FybfLrlntXsr0P8G9HRaKgocxQtcH2pG_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "FybfLrlntXsr0P8G9HRaKgocxQtcH2pG_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
],
"field_12596": "Keep in touch with this client to get the next quarter.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [
3,
4
],
"field_13238": null
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2022-06-27T19:50:11.805740+00:00",
"updated_on": "2024-05-24T07:13:39.244451+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Gamine Services requires a CSR for Q2",
"field_12583": "This client requires a couple of customer support representatives for 2022 Q2.",
"field_12584": [
15
],
"field_12585": 4515,
"field_12586": 4524,
"field_12587": "2024-03-31",
"field_12588": "2024-06-30",
"field_12589": "30000.00",
"field_12590": null,
"field_12591": 4533,
"field_12592": [],
"field_12593": [
4,
9
],
"field_12594": null,
"field_12595": [],
"field_12596": "Monitor client's feedback.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [
7,
8
],
"field_13238": null
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2022-06-27T19:56:45.439313+00:00",
"updated_on": "2024-05-24T07:13:39.260739+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Gamine Services proposes CSR for Q3",
"field_12583": "This client requires a couple of customer support representatives for 2022 Q3.",
"field_12584": [
15
],
"field_12585": 4515,
"field_12586": 4522,
"field_12587": "2024-06-30",
"field_12588": "2024-09-30",
"field_12589": "30000.00",
"field_12590": null,
"field_12591": 4533,
"field_12592": [],
"field_12593": [
4,
9
],
"field_12594": null,
"field_12595": [],
"field_12596": "Keep monitoring client's feedback.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [],
"field_13238": null
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2022-06-27T20:04:29.827050+00:00",
"updated_on": "2024-05-24T07:13:39.277827+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Phone therapist for Skylight Technologies",
"field_12583": "They need a CSR with experience or background in career coaching therapy for a week.",
"field_12584": [
4
],
"field_12585": 4521,
"field_12586": 4527,
"field_12587": "2024-05-02",
"field_12588": "2024-05-07",
"field_12589": "2500.00",
"field_12590": null,
"field_12591": 4531,
"field_12592": [],
"field_12593": [
11
],
"field_12594": null,
"field_12595": [
{
"name": "FybfLrlntXsr0P8G9HRaKgocxQtcH2pG_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "FybfLrlntXsr0P8G9HRaKgocxQtcH2pG_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
],
"field_12596": "One of those unique projects.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [],
"field_13238": null
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2022-06-27T20:18:58.947657+00:00",
"updated_on": "2024-05-24T07:13:39.294619+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Real estate expert required by SESH for 2022 Q2",
"field_12583": "A client requested a marketing writer expert in real estate for Q2.",
"field_12584": [
20
],
"field_12585": 4519,
"field_12586": 4524,
"field_12587": "2024-03-31",
"field_12588": "2024-06-30",
"field_12589": "25000.00",
"field_12590": null,
"field_12591": 4534,
"field_12592": [],
"field_12593": [
8
],
"field_12594": null,
"field_12595": [],
"field_12596": "They need someone who can work for three months.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [
9,
10
],
"field_13238": null
},
{
"id": 12,
"order": "11.00000000000000000000",
"created_on": "2022-06-27T20:24:56.168476+00:00",
"updated_on": "2024-05-24T07:13:39.314667+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Accountant for",
"field_12583": "A financial statement is to be submitted for the client's fiscal year soon.",
"field_12584": [
7
],
"field_12585": 4513,
"field_12586": 4524,
"field_12587": "2024-05-31",
"field_12588": "2024-06-30",
"field_12589": "12000.00",
"field_12590": null,
"field_12591": 4537,
"field_12592": [],
"field_12593": [
5
],
"field_12594": null,
"field_12595": [],
"field_12596": "Glad they chose us.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [],
"field_13238": null
},
{
"id": 14,
"order": "12.00000000000000000000",
"created_on": "2022-06-27T20:28:52.214912+00:00",
"updated_on": "2024-05-24T12:57:14.286428+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "VA for Breadbox 2022 Q3",
"field_12583": "This client requires help from a virtual assistant to sort out all their documents and monitor the business schedules.",
"field_12584": [
14
],
"field_12585": 4514,
"field_12586": 4522,
"field_12587": "2024-06-30",
"field_12588": "2024-09-30",
"field_12589": "18000.00",
"field_12590": null,
"field_12591": 4530,
"field_12592": [],
"field_12593": [],
"field_12594": null,
"field_12595": [],
"field_12596": "This business has a large network of potential clients.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [],
"field_13238": null
},
{
"id": 15,
"order": "13.00000000000000000000",
"created_on": "2022-06-27T20:33:39.925028+00:00",
"updated_on": "2024-05-24T07:13:39.351874+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Real estate trainee for GGG 2022",
"field_12583": "This business is asking for promotional snippets for their social media posts.",
"field_12584": [
12
],
"field_12585": 4516,
"field_12586": 4527,
"field_12587": "2024-05-31",
"field_12588": "2024-06-03",
"field_12589": "750.00",
"field_12590": null,
"field_12591": 4533,
"field_12592": [],
"field_12593": [
14
],
"field_12594": null,
"field_12595": [
{
"name": "FybfLrlntXsr0P8G9HRaKgocxQtcH2pG_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg",
"visible_name": "sales_invoice.receipt.jpg",
"original_name": "FybfLrlntXsr0P8G9HRaKgocxQtcH2pG_49f475cb370171a6f8507719fdb9d8df805ce46bc15b17f5a77f2d46513e2cd6.jpg"
}
],
"field_12596": "Requires someone that is willing to work at night.",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [],
"field_13238": null
},
{
"id": 16,
"order": "14.00000000000000000000",
"created_on": "2022-06-27T20:40:08.531431+00:00",
"updated_on": "2024-05-24T12:57:24.116513+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "User testing for GGS 2022 Q4",
"field_12583": "Client needs a quality assurance specialist for one of their products.",
"field_12584": [
17
],
"field_12585": 4516,
"field_12586": 4522,
"field_12587": "2024-07-18",
"field_12588": "2024-07-23",
"field_12589": "2000.00",
"field_12590": null,
"field_12591": 4535,
"field_12592": [],
"field_12593": [],
"field_12594": null,
"field_12595": [],
"field_12596": "New client. Cheers!",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [],
"field_13238": null
},
{
"id": 17,
"order": "15.00000000000000000000",
"created_on": "2022-06-27T20:44:52.134136+00:00",
"updated_on": "2024-06-04T17:06:31.248561+00:00",
"last_modified_by": "frederik@baserow.io",
"field_12582": "Software for Sentinel Factory P2",
"field_12583": "This client asked for three people with good ideas who could make an app for one of their products.\n\nReplace somthing",
"field_12584": [
11
],
"field_12585": 4520,
"field_12586": 4524,
"field_12587": "2024-05-01",
"field_12588": "2024-07-18",
"field_12589": "75000.00",
"field_12590": null,
"field_12591": 4531,
"field_12592": [
16
],
"field_12593": [
17,
18
],
"field_12594": null,
"field_12595": [],
"field_12596": "Interesting business. Add something",
"field_12597": null,
"field_12598": null,
"field_12599": null,
"field_12600": null,
"field_13146": [
17,
19
],
"field_13238": null
}
]
},
{
"id": 1257,
"name": "Actions",
"order": 5,
"fields": [
{
"id": 13143,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 13144,
"type": "long_text",
"name": "Notes",
"order": 1,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 13145,
"type": "link_row",
"name": "Project",
"order": 2,
"primary": false,
"link_row_table_id": 1177,
"link_row_related_field_id": 13146,
"has_related_field": true
},
{
"id": 13147,
"type": "link_row",
"name": "Author",
"order": 3,
"primary": false,
"link_row_table_id": 1175,
"link_row_related_field_id": 13148,
"has_related_field": true
},
{
"id": 13150,
"type": "created_on",
"name": "Created on",
"order": 4,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 13151,
"type": "file",
"name": "Attachments",
"order": 5,
"primary": false
},
{
"id": 13239,
"type": "formula",
"name": "Created on format",
"order": 6,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": true,
"date_include_time": null,
"formula": "datetime_format(field('Created on'),'YYYY-MM-DD')",
"formula_type": "text"
},
{
"id": 13243,
"type": "rollup",
"name": "Project name",
"order": 7,
"primary": false,
"date_force_timezone": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"error": null,
"date_time_format": null,
"array_formula_type": null,
"date_format": null,
"nullable": true,
"date_include_time": null,
"through_field_id": 13145,
"target_field_id": 12582,
"rollup_function": "min"
}
],
"views": [
{
"id": 5801,
"type": "grid",
"name": "All actions",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 4915,
"field_id": 13150,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 50931,
"field_id": 13143,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50930,
"field_id": 13145,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50932,
"field_id": 13147,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50929,
"field_id": 13144,
"width": 400,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50934,
"field_id": 13151,
"width": 149,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 50933,
"field_id": 13150,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51353,
"field_id": 13243,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51263,
"field_id": 13239,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5845,
"type": "grid",
"name": "All actions grouped by project",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 4916,
"field_id": 13150,
"order": "DESC"
}
],
"group_bys": [
{
"id": 706,
"field_id": 13243,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 51354,
"field_id": 13143,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51355,
"field_id": 13145,
"width": 133,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51356,
"field_id": 13147,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51357,
"field_id": 13144,
"width": 400,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51358,
"field_id": 13151,
"width": 149,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51359,
"field_id": 13150,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51360,
"field_id": 13243,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 51361,
"field_id": 13239,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5802,
"type": "form",
"name": "Add new action",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"public": true,
"title": "",
"description": "",
"cover_image": null,
"logo_image": null,
"submit_text": "Add action",
"submit_action": "MESSAGE",
"submit_action_message": "Action was added",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 5626,
"field_id": 13145,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5627,
"field_id": 13147,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5624,
"field_id": 13143,
"name": "Title",
"description": "Describe the action in a single line.",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5625,
"field_id": 13144,
"name": "",
"description": "Describe the action",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5629,
"field_id": 13151,
"name": "",
"description": "Upload any related documents",
"enabled": true,
"required": false,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5628,
"field_id": 13150,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 5639,
"field_id": 13239,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 6933,
"field_id": 13243,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-05-24T08:26:44.406581+00:00",
"updated_on": "2024-05-24T08:46:11.914897+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "Social Media Strategy Development",
"field_13144": "Develop a comprehensive social media strategy tailored to the client's brand, including content calendars, engagement tactics, and performance metrics.",
"field_13145": [
4
],
"field_13147": [
1
],
"field_13150": null,
"field_13151": [
{
"name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf",
"visible_name": "sample-doc (1).pdf",
"original_name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf"
}
],
"field_13239": null,
"field_13243": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-05-24T08:26:44.406673+00:00",
"updated_on": "2024-05-24T08:43:31.209217+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "Talent Onboarding and Training",
"field_13144": "Recruit and train three social media talents on the client's brand voice, content guidelines, and performance expectations.",
"field_13145": [
4
],
"field_13147": [
3
],
"field_13150": null,
"field_13151": [],
"field_13239": null,
"field_13243": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-05-24T08:40:01.416356+00:00",
"updated_on": "2024-05-24T08:46:14.449228+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "E-Commerce Platform Optimization",
"field_13144": "Optimize the online store\u2019s layout, navigation, and checkout process to enhance user experience and increase sales.",
"field_13145": [
7
],
"field_13147": [
19
],
"field_13150": null,
"field_13151": [
{
"name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf",
"visible_name": "sample-doc (1).pdf",
"original_name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf"
}
],
"field_13239": null,
"field_13243": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-05-24T08:40:08.120649+00:00",
"updated_on": "2024-05-24T08:46:15.385047+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "Inventory Management System Setup",
"field_13144": "Implement an efficient inventory management system to keep track of stock levels, process orders, and manage returns.",
"field_13145": [
7
],
"field_13147": [
19
],
"field_13150": null,
"field_13151": [
{
"name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf",
"visible_name": "sample-doc (1).pdf",
"original_name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf"
}
],
"field_13239": null,
"field_13243": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-05-24T08:40:19.602828+00:00",
"updated_on": "2024-05-24T08:43:53.614617+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "Requirements Gathering and Analysis",
"field_13144": "Conduct meetings with the client to gather detailed requirements for the mobile app, ensuring all business needs are captured.",
"field_13145": [
5
],
"field_13147": [
18
],
"field_13150": null,
"field_13151": [],
"field_13239": null,
"field_13243": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-05-24T08:40:35.093211+00:00",
"updated_on": "2024-05-24T08:46:16.011760+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "Prototype Development",
"field_13144": "Create a functional prototype of the mobile app to demonstrate the proposed design and functionality to the client for feedback.",
"field_13145": [
5
],
"field_13147": [
18
],
"field_13150": null,
"field_13151": [
{
"name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf",
"visible_name": "sample-doc (1).pdf",
"original_name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf"
}
],
"field_13239": null,
"field_13243": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-05-24T08:40:44.178818+00:00",
"updated_on": "2024-05-24T08:44:03.067427+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "CSR Recruitment and Training",
"field_13144": "Recruit customer support representatives and provide training on the company's products, services, and customer interaction protocols.",
"field_13145": [
8
],
"field_13147": [
4
],
"field_13150": null,
"field_13151": [],
"field_13239": null,
"field_13243": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-05-24T08:40:51.964176+00:00",
"updated_on": "2024-05-24T08:46:16.559292+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "Customer Support System Implementation",
"field_13144": "Set up a customer support system, including ticketing, live chat, and reporting tools to streamline customer service operations.",
"field_13145": [
8
],
"field_13147": [
4
],
"field_13150": null,
"field_13151": [
{
"name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf",
"visible_name": "sample-doc (1).pdf",
"original_name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf"
}
],
"field_13239": null,
"field_13243": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-05-24T08:40:54.121682+00:00",
"updated_on": "2024-05-24T08:46:17.721915+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "Real Estate Content Creation",
"field_13144": "Develop high-quality marketing content, including articles, blogs, and social media posts, focused on real estate trends and insights.",
"field_13145": [
11
],
"field_13147": [
8
],
"field_13150": null,
"field_13151": [
{
"name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf",
"visible_name": "sample-doc (1).pdf",
"original_name": "uM2LfXLIi5QkpALStv1O4yl6ODR7eVUH_f42d4e0432d0f8a8c1202e999f65bd32923fa253386bfef6fec2796952225a22.pdf"
}
],
"field_13239": null,
"field_13243": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-05-24T08:41:01.542476+00:00",
"updated_on": "2024-05-24T08:44:12.848705+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "Market Analysis and Strategy",
"field_13144": "Conduct a thorough analysis of the real estate market and develop a marketing strategy that aligns with current trends and client goals.",
"field_13145": [
11
],
"field_13147": [
8
],
"field_13150": null,
"field_13151": [],
"field_13239": null,
"field_13243": null
},
{
"id": 19,
"order": "11.00000000000000000000",
"created_on": "2024-05-30T12:43:32.751961+00:00",
"updated_on": "2024-05-30T12:43:32.751961+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_13143": "A new action",
"field_13144": "Some comments",
"field_13145": [
17
],
"field_13147": [
17
],
"field_13150": null,
"field_13151": [],
"field_13239": null,
"field_13243": null
}
]
}
]
},
{
"pages": [
{
"id": 746,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"elements": [
{
"id": 7416,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_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": "center"
},
{
"id": 18890,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 7416,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 7418,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udd10 Login'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 7419,
"order": "3.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"login_button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 73
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 837,
"type": "open_page",
"order": 1,
"page_id": 746,
"element_id": 7419,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 747,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"url": ""
}
]
},
{
"id": 747,
"name": "Dashboard",
"order": 2,
"path": "/dashboard",
"path_params": [],
"elements": [
{
"id": 7420,
"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": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_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": 50,
"alignment": "center"
},
{
"id": 7423,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 7420,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'",
"width": "auto",
"alignment": "right",
"button_color": "primary"
},
{
"id": 7425,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 7421,
"place_in_container": "2",
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 746,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button",
"width": "auto",
"alignment": "right",
"button_color": "primary"
},
{
"id": 7561,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 7560,
"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": 8,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 8,
"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": 7562,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 7561,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "#ffffffff"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 4,
"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": "primary",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('current_record.field_12582')",
"font_color": "#ffffffff",
"level": 3,
"alignment": "left"
},
{
"id": 18891,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 7420,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 18892,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 7421,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 7421,
"order": "1.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 20,
"alignment": "center"
},
{
"id": 7427,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\uddc2\ufe0f My projects'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 7563,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 7561,
"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": 16,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 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('**Client:** ', get('current_record.field_12584.0.value'), ' (', get('current_record.field_12591.value'), ')')",
"alignment": "left",
"format": "markdown"
},
{
"id": 7549,
"order": "3.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 1433,
"items_per_page": 20,
"button_load_more_label": "",
"fields": [
{
"uid": "2ccb2623-c157-448e-bf00-d57bd639527a",
"name": "Name",
"type": "text",
"config": {
"value": "get('current_record.field_12582')"
}
},
{
"uid": "f46fd4c1-42b4-4aa2-8c7a-7298e77484ff",
"name": "Client",
"type": "text",
"config": {
"value": "concat(get('current_record.field_12584.*.value'), ' (', get('current_record.field_12591.value'), ')')"
}
},
{
"uid": "05c21d10-3a8c-4cdf-b721-532843b6d10c",
"name": "Status",
"type": "text",
"config": {
"value": "concat(get('current_record.field_13238'), ' ', get('current_record.field_12586.value'))"
}
},
{
"uid": "8f554f2b-93a9-44c9-98e8-5be95273ace6",
"name": "Kickoff date",
"type": "text",
"config": {
"value": "get('current_record.field_12587')"
}
},
{
"uid": "d3716306-c252-43ce-8d7d-6c60655257f3",
"name": "Due date",
"type": "text",
"config": {
"value": "get('current_record.field_12588')"
}
},
{
"uid": "78f724c9-8461-4be8-bd47-760a2e48f608",
"name": "Budget",
"type": "text",
"config": {
"value": "concat('$ ', get('current_record.field_12589'))"
}
},
{
"uid": "df5fb8ae-1967-4a3c-9a06-0f5fc589e394",
"name": "-",
"type": "link",
"config": {
"navigation_type": "page",
"navigate_to_page_id": 754,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'"
}
}
],
"button_color": "primary",
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 7564,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 7561,
"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": 16,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 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_13238'), ' **Status:** ', get('current_record.field_12586.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7550,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\uddc2\ufe0f Open projects'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 7565,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 7561,
"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": 16,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 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\udcc5 **Kickoff:** ', get('current_record.field_12587'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7566,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 7561,
"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": 16,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 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\udcc5 **Due date:** ', get('current_record.field_12588'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7567,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 7561,
"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": 16,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 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\udcb5 **Budget:** $ ', get('current_record.field_12589'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7602,
"order": "7.00000000000000000000",
"type": "link",
"parent_element_id": 7561,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_width": "full",
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 16,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 16,
"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:info@company.com?subject=info about ', get('current_record.field_12582'), ' project')",
"target": "self",
"value": "'\u2709\ufe0f REQUEST MORE INFO'",
"variant": "button",
"width": "full",
"alignment": "center",
"button_color": "primary"
},
{
"id": 7560,
"order": "12.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": 1434,
"items_per_page": 20,
"button_load_more_label": "",
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 1
}
}
],
"data_sources": [
{
"id": 1433,
"name": "My projects",
"order": "1.00000000000000000000",
"service": {
"id": 1550,
"integration_id": 94,
"type": "local_baserow_list_rows",
"table_id": 1177,
"view_id": 5609,
"search_query": "",
"filter_type": "OR",
"filters": [
{
"field_id": 12592,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
},
{
"field_id": 12593,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
],
"sortings": []
}
},
{
"id": 1434,
"name": "Open projects",
"order": "2.00000000000000000000",
"service": {
"id": 1551,
"integration_id": 94,
"type": "local_baserow_list_rows",
"table_id": 1177,
"view_id": 5609,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 12592,
"type": "empty",
"value": "",
"value_is_formula": false
},
{
"field_id": 12593,
"type": "empty",
"value": "",
"value_is_formula": false
}
],
"sortings": []
}
}
],
"workflow_actions": [
{
"id": 838,
"type": "open_page",
"order": 1,
"page_id": 747,
"element_id": 7423,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 746,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"url": "'/'"
},
{
"id": 839,
"type": "logout",
"order": 2,
"page_id": 747,
"element_id": 7423,
"event": "click"
}
]
},
{
"id": 754,
"name": "Project details",
"order": 3,
"path": "/project-details/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 7541,
"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": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_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": 50,
"alignment": "center"
},
{
"id": 7544,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 7541,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'",
"width": "auto",
"alignment": "right",
"button_color": "primary"
},
{
"id": 7546,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 7542,
"place_in_container": "2",
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 746,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button",
"width": "auto",
"alignment": "right",
"button_color": "primary"
},
{
"id": 7613,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 7612,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Client:** ', get('data_source.1437.field_12584.*.value'), ' (', get('data_source.1437.field_12591.value'), ')')",
"alignment": "left",
"format": "markdown"
},
{
"id": 7625,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 7624,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_4_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 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_13143')",
"font_color": "default",
"level": 4,
"alignment": "left"
},
{
"id": 7629,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 7612,
"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": "concat('**Description:** ', get('data_source.1437.field_12583'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 18893,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 7541,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 18894,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 7542,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 7542,
"order": "1.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 20,
"alignment": "center"
},
{
"id": 7627,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 7624,
"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('*By ', get('current_record.field_13147.0.value'), ' on ', get('current_record.field_13239'), '*')",
"alignment": "left",
"format": "markdown"
},
{
"id": 7547,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 7541,
"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": "page",
"navigate_to_page_id": 747,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "concat('My dashboard (',get('user.username'),')')",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 7548,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\uddc2\ufe0f ', get('data_source.1437.field_12582'))",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 7614,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 7612,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Field of work:** ', get('data_source.1437.field_12585.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7626,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 7624,
"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_13144')",
"alignment": "left",
"format": "plain"
},
{
"id": 7630,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 7612,
"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": "concat('**Notes:** ', get('data_source.1437.field_12596'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8065,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 7624,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('current_record.field_13151.0.url')",
"target": "blank",
"value": "concat('Attachment: ', get('current_record.field_13151.0.visible_name'))",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 7615,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 7612,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Kickoff date:** ', get('data_source.1437.field_12587'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7628,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 7624,
"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",
"value": "'---'",
"alignment": "left",
"format": "markdown"
},
{
"id": 7622,
"order": "3.66666666666666651864",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u2139\ufe0f General info'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 7658,
"order": "3.75000000000000000000",
"type": "link",
"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": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 759,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.1437.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'\u270f\ufe0f Edit project info'",
"variant": "button",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 7612,
"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": 7616,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 7612,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Due date:** ', get('data_source.1437.field_12588'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7617,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 7612,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Estimated working days:** ', get('data_source.1437.field_12600'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7623,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26a1 Actions'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 8064,
"order": "5.50000000000000000000",
"type": "link",
"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": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('http://localhost:3000/form/c99EHHt1VIrj2lHUKR6YBXM5mvNCFe-qDFvRVFOgqi0?prefill_Project=', get('data_source.1437.field_12582'), '&prefill_Author=', get('user.username'), '&hide_Project&hide_Author')",
"target": "blank",
"value": "'\u2795 Add new action'",
"variant": "button",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 7618,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 7612,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Duration (weeks):** ', get('data_source.1437.field_12597'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7624,
"order": "6.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": 1438,
"items_per_page": 20,
"button_load_more_label": "",
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
}
],
"data_sources": [
{
"id": 1437,
"name": "Project",
"order": "1.00000000000000000000",
"service": {
"id": 1638,
"integration_id": 94,
"type": "local_baserow_get_row",
"table_id": 1177,
"view_id": null,
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')",
"search_query": ""
}
},
{
"id": 1438,
"name": "Actions",
"order": "2.00000000000000000000",
"service": {
"id": 1556,
"integration_id": 94,
"type": "local_baserow_list_rows",
"table_id": 1257,
"view_id": 5801,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 13145,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
}
],
"workflow_actions": [
{
"id": 860,
"type": "open_page",
"order": 1,
"page_id": 754,
"element_id": 7544,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 746,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"url": "'/'"
},
{
"id": 861,
"type": "logout",
"order": 2,
"page_id": 754,
"element_id": 7544,
"event": "click"
}
]
},
{
"id": 759,
"name": "Edit project details",
"order": 4,
"path": "/edit-project-details/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 7659,
"order": "0.50000000000000000000",
"type": "input_text",
"parent_element_id": 7635,
"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",
"label": "'Description'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.1439.field_12583')",
"is_multiline": true,
"rows": 5,
"input_type": "text"
},
{
"id": 7633,
"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": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_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": 50,
"alignment": "center"
},
{
"id": 7638,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 7633,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Logout'",
"width": "auto",
"alignment": "right",
"button_color": "primary"
},
{
"id": 7640,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 7634,
"place_in_container": "2",
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 746,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'Login'",
"variant": "button",
"width": "auto",
"alignment": "right",
"button_color": "primary"
},
{
"id": 7641,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 7635,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Client:** ',get('data_source.1439.field_12584.*.value'),' (',get('data_source.1439.field_12591.value'),')')",
"alignment": "left",
"format": "markdown"
},
{
"id": 7642,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 7636,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_4_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 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_13143')",
"font_color": "default",
"level": 4,
"alignment": "left"
},
{
"id": 7660,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 7635,
"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",
"label": "'Notes'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.1439.field_12596')",
"is_multiline": true,
"rows": 3,
"input_type": "text"
},
{
"id": 18895,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 7633,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 18896,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 7634,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 7634,
"order": "1.50000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "not-logged",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 20,
"alignment": "center"
},
{
"id": 7644,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 7636,
"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('*By ',get('current_record.field_13147.0.value'),' on ',get('current_record.field_13239'),'*')",
"alignment": "left",
"format": "markdown"
},
{
"id": 7645,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 7633,
"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": "page",
"navigate_to_page_id": 747,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "concat('My dashboard (',get('user.username'),')')",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 7646,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\uddc2\ufe0f ',get('data_source.1439.field_12582'))",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 7647,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 7635,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Field of work:** ',get('data_source.1439.field_12585.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7648,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 7636,
"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_13144')",
"alignment": "left",
"format": "plain"
},
{
"id": 7661,
"order": "2.50000000000000000000",
"type": "input_text",
"parent_element_id": 7635,
"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": 1,
"style_padding_right": 200,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"label": "'Kickoff date'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.1439.field_12587')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 8066,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": 7636,
"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",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('current_record.field_13151.0.url')",
"target": "self",
"value": "concat('Attachment: ', get('current_record.field_13151.0.visible_name'))",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 7662,
"order": "2.66666666666666651864",
"type": "input_text",
"parent_element_id": 7635,
"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": 1,
"style_padding_right": 200,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"label": "'Due date'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.1439.field_12588')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 7651,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 7636,
"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",
"value": "'---'",
"alignment": "left",
"format": "markdown"
},
{
"id": 7652,
"order": "3.66666666666666651864",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u2139\ufe0f General info'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 7653,
"order": "3.75000000000000000000",
"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": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_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\udcbe Save project info'",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 7635,
"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": 7655,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 7635,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Estimated working days:** ',get('data_source.1439.field_12600'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 7656,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "logged-in",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u26a1 Actions'",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 7636,
"order": "6.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": 1440,
"items_per_page": 20,
"button_load_more_label": "",
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
},
{
"id": 7657,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 7635,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 1,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Duration (weeks):** ',get('data_source.1439.field_12597'))",
"alignment": "left",
"format": "markdown"
}
],
"data_sources": [
{
"id": 1439,
"name": "Project",
"order": "1.00000000000000000000",
"service": {
"id": 1557,
"integration_id": 94,
"type": "local_baserow_get_row",
"table_id": 1177,
"view_id": null,
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')",
"search_query": ""
}
},
{
"id": 1440,
"name": "Actions",
"order": "2.00000000000000000000",
"service": {
"id": 1558,
"integration_id": 94,
"type": "local_baserow_list_rows",
"table_id": 1257,
"view_id": 5801,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 13145,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
],
"sortings": []
}
}
],
"workflow_actions": [
{
"id": 869,
"type": "open_page",
"order": 1,
"page_id": 759,
"element_id": 7638,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 746,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"url": "'/'"
},
{
"id": 870,
"type": "logout",
"order": 2,
"page_id": 759,
"element_id": 7638,
"event": "click"
},
{
"id": 875,
"type": "open_page",
"order": 2,
"page_id": 759,
"element_id": 7653,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": 754,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.1439.id')"
}
],
"navigate_to_url": "",
"target": "self",
"url": ""
},
{
"id": 873,
"type": "update_row",
"order": 1,
"page_id": 759,
"element_id": 7653,
"event": "click",
"service": {
"id": 1559,
"integration_id": 94,
"type": "local_baserow_upsert_row",
"row_id": "get('page_parameter.id')",
"table_id": 1177,
"field_mappings": [
{
"field_id": 12583,
"value": "get('form_data.7659')"
},
{
"field_id": 12587,
"value": "get('form_data.7661')"
},
{
"field_id": 12588,
"value": "get('form_data.7662')"
},
{
"field_id": 12596,
"value": "get('form_data.7660')"
}
]
}
}
]
}
],
"integrations": [
{
"id": 94,
"name": "Local Baserow",
"order": "1.00000000000000000000",
"type": "local_baserow",
"authorized_user": "frederik@baserow.io"
}
],
"theme": {
"primary_color": "#5190efff",
"secondary_color": "#0eaa42ff",
"border_color": "#d7d8d9ff",
"main_success_color": "#12D452",
"main_warning_color": "#FCC74A",
"main_error_color": "#FF5A4A",
"body_font_family": "inter",
"body_font_size": 14,
"body_text_color": "#070810ff",
"body_text_alignment": "left",
"heading_1_font_family": "inter",
"heading_1_font_size": 24,
"heading_1_text_color": "#070810ff",
"heading_1_text_alignment": "left",
"heading_2_font_family": "inter",
"heading_2_font_size": 20,
"heading_2_text_color": "#070810ff",
"heading_2_text_alignment": "left",
"heading_3_font_family": "inter",
"heading_3_font_size": 16,
"heading_3_text_color": "#070810ff",
"heading_3_text_alignment": "left",
"heading_4_font_family": "inter",
"heading_4_font_size": 16,
"heading_4_text_color": "#070810ff",
"heading_4_text_alignment": "left",
"heading_5_font_family": "inter",
"heading_5_font_size": 14,
"heading_5_text_color": "#070810ff",
"heading_5_text_alignment": "left",
"heading_6_font_family": "inter",
"heading_6_font_size": 14,
"heading_6_text_color": "#202128",
"heading_6_text_alignment": "left",
"button_font_family": "inter",
"button_font_size": 13,
"button_alignment": "left",
"button_text_alignment": "center",
"button_width": "auto",
"button_background_color": "primary",
"button_text_color": "#ffffffff",
"button_border_color": "border",
"button_border_size": 0,
"button_border_radius": 4,
"button_vertical_padding": 12,
"button_horizontal_padding": 12,
"button_hover_background_color": "#96baf6ff",
"button_hover_text_color": "#ffffffff",
"button_hover_border_color": "border",
"link_font_family": "inter",
"link_font_size": 13,
"link_text_alignment": "left",
"link_text_color": "primary",
"link_hover_text_color": "#96baf6ff",
"image_alignment": "left",
"image_max_width": 100,
"image_max_height": null,
"image_constraint": "contain",
"page_background_color": "#ffffffff",
"page_background_file_id": null,
"page_background_mode": "tile"
},
"user_sources": [
{
"id": 73,
"name": "Freelancers",
"order": "1.00000000000000000000",
"type": "local_baserow",
"uid": "73_1175_12560",
"integration_id": 94,
"auth_providers": [
{
"id": 73,
"type": "local_baserow_password",
"domain": null,
"enabled": true,
"password_field_id": 13237
}
],
"table_id": 1175,
"email_field_id": 12560,
"name_field_id": 12552,
"role_field_id": null
}
],
"favicon_file": null,
"id": 337,
"name": "Project Manager",
"order": 4,
"type": "builder"
},
{
"pages": [
{
"id": 821,
"name": "Homepage",
"order": 1,
"path": "/",
"path_params": [],
"elements": [
{
"id": 8652,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 50,
"alignment": "center"
},
{
"id": 8733,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 8732,
"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": 20,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 9011,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 9009,
"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",
"label": "'Search by skills'",
"required": false,
"validation_type": "any",
"placeholder": "'Video...'",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 18888,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 8652,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 18889,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 8733,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_12553.0.url')",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 8739,
"order": "1.50000000000000000000",
"type": "link",
"parent_element_id": 8733,
"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": 825,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc64 Full profile'",
"variant": "button",
"width": "full",
"alignment": "left",
"button_color": "primary"
},
{
"id": 8659,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbb\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb Freelancers'",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 8735,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 8733,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('current_record.field_12552'), ' ', get('current_record.field_13242'))",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 9015,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 9009,
"place_in_container": "0",
"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",
"navigation_type": "page",
"navigate_to_page_id": 840,
"page_parameters": [
{
"name": "skill",
"value": "get('form_data.9011')"
}
],
"navigate_to_url": "",
"target": "blank",
"value": "'Search'",
"variant": "button",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 9009,
"order": "2.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": "primary",
"style_border_bottom_size": 4,
"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": "#d8ebffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 2,
"alignment": "center"
},
{
"id": 8732,
"order": "3.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 1519,
"items_per_page": 20,
"button_load_more_label": "",
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 1
}
},
{
"id": 8736,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 8733,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Region:** ', get('current_record.field_12557.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8738,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 8733,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Field:** ', get('current_record.field_12555.value'), ' (', get('current_record.field_12554.value'), ') testing')",
"alignment": "left",
"format": "markdown"
},
{
"id": 8737,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 8733,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Skills:** ', get('current_record.field_13082.*.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8755,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 8733,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Is available:** ', get('current_record.field_13241'))",
"alignment": "left",
"format": "markdown"
}
],
"data_sources": [
{
"id": 1519,
"name": "Freelancers",
"order": "1.00000000000000000000",
"service": {
"id": 1653,
"integration_id": 108,
"type": "local_baserow_list_rows",
"table_id": 1175,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"sortings": []
}
}
],
"workflow_actions": []
},
{
"id": 840,
"name": "Freelancers",
"order": 2,
"path": "/freelancers/:skill",
"path_params": [
{
"name": "skill",
"type": "text"
}
],
"elements": [
{
"id": 8997,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 50,
"alignment": "center"
},
{
"id": 9001,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 8998,
"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": 20,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 20,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 18884,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 9001,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_12553.0.url')",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 18887,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 8997,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 9003,
"order": "1.50000000000000000000",
"type": "link",
"parent_element_id": 9001,
"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": 825,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'\ud83d\udc64 Full profile'",
"variant": "button",
"width": "full",
"alignment": "left",
"button_color": "primary"
},
{
"id": 9000,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbb\ud83d\udc69\ud83c\udffb\u200d\ud83d\udcbb Freelancers with skills containing: ', get('page_parameter.skill'))",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 9004,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": 9001,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('current_record.field_12552'),' ',get('current_record.field_13242'))",
"font_color": "default",
"level": 3,
"alignment": "left"
},
{
"id": 8998,
"order": "3.00000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 1533,
"items_per_page": 20,
"button_load_more_label": "",
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 3,
"smartphone": 1
}
},
{
"id": 9005,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 9001,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Region:** ',get('current_record.field_12557.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 9006,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 9001,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Field:** ',get('current_record.field_12555.value'),' (',get('current_record.field_12554.value'),') testing')",
"alignment": "left",
"format": "markdown"
},
{
"id": 9007,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 9001,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Skills:** ',get('current_record.field_13082.*.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 9008,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 9001,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Is available:** ',get('current_record.field_13241'))",
"alignment": "left",
"format": "markdown"
}
],
"data_sources": [
{
"id": 1533,
"name": "Freelancers by skill",
"order": "1.00000000000000000000",
"service": {
"id": 1668,
"integration_id": 108,
"type": "local_baserow_list_rows",
"table_id": 1175,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 13082,
"type": "link_row_contains",
"value": "get('page_parameter.skill')",
"value_is_formula": true
}
],
"sortings": []
}
}
],
"workflow_actions": []
},
{
"id": 825,
"name": "Freelancer details",
"order": 3,
"path": "/freelancer-details/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"elements": [
{
"id": 8740,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 3,
"column_gap": 50,
"alignment": "center"
},
{
"id": 8758,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 8756,
"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": "concat('**Field:** ', get('data_source.1520.field_12555.value'), ' (', get('data_source.1520.field_12554.value'), ')')",
"alignment": "left",
"format": "markdown"
},
{
"id": 18885,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 8756,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.1520.field_12553.0.url')",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 18886,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 8740,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": null,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": null,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": null,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": null,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": null,
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "rCUxTXc0N2wW4ZzJx4MZDGbyzXAK8Y9K_1d0cf27831f8650524b324c832b5d04829e721cd20d537fafef50fd282eaf815.png",
"original_name": "baserow-logo.png"
},
"image_url": "",
"alt_text": "",
"alignment": "left",
"style_image_constraint": "contain",
"style_max_width": 100,
"style_max_height": null
},
{
"id": 8761,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 8756,
"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": "concat('**Region:** ', get('data_source.1520.field_12557.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8765,
"order": "1.60000000000000008882",
"type": "text",
"parent_element_id": 8756,
"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": "concat('**Skills:** ', get('data_source.1520.field_13082.*.value'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8762,
"order": "1.66666666666666674068",
"type": "text",
"parent_element_id": 8756,
"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": "concat('**Available:** ', get('data_source.1520.field_13241'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8766,
"order": "1.75000000000000000000",
"type": "text",
"parent_element_id": 8756,
"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": "concat('**E-mail:** ',get('data_source.1520.field_12560'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8747,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('data_source.1520.field_12552'), ' ', get('data_source.1520.field_13242'))",
"font_color": "default",
"level": 2,
"alignment": "left"
},
{
"id": 8759,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 8756,
"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": "concat('**Phone** ', get('data_source.1520.field_12561'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8813,
"order": "2.33333333333333348136",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Notes:** ', get('data_source.1520.field_12565'))",
"alignment": "left",
"format": "markdown"
},
{
"id": 8772,
"order": "2.50000000000000000000",
"type": "link",
"parent_element_id": null,
"place_in_container": null,
"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": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('data_source.1520.field_12563.0.url')",
"target": "self",
"value": "'\ud83d\udcdd Resume'",
"variant": "button",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 8756,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 8771,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 8756,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "get('data_source.1520.field_12562')",
"target": "self",
"value": "concat('Portfolio: ', get('data_source.1520.field_12562'))",
"variant": "link",
"width": "auto",
"alignment": "left",
"button_color": "primary"
},
{
"id": 8770,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 8756,
"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": "concat('**Rate** $ ',get('data_source.1520.field_12558'),' / hour')",
"alignment": "left",
"format": "markdown"
},
{
"id": 8763,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 8756,
"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": "concat('**Total projects** ', get('data_source.1520.field_12564'))",
"alignment": "left",
"format": "markdown"
}
],
"data_sources": [
{
"id": 1520,
"name": "Freelancer",
"order": "1.00000000000000000000",
"service": {
"id": 1655,
"integration_id": 108,
"type": "local_baserow_get_row",
"table_id": 1175,
"view_id": null,
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')",
"search_query": ""
}
}
],
"workflow_actions": []
}
],
"integrations": [
{
"id": 108,
"name": "Local Baserow",
"order": "1.00000000000000000000",
"type": "local_baserow",
"authorized_user": "frederik@baserow.io"
}
],
"theme": {
"primary_color": "#5190efff",
"secondary_color": "#0eaa42ff",
"border_color": "#d7d8d9ff",
"main_success_color": "#12D452",
"main_warning_color": "#FCC74A",
"main_error_color": "#FF5A4A",
"body_font_family": "inter",
"body_font_size": 14,
"body_text_color": "#070810ff",
"body_text_alignment": "left",
"heading_1_font_family": "inter",
"heading_1_font_size": 24,
"heading_1_text_color": "#070810ff",
"heading_1_text_alignment": "left",
"heading_2_font_family": "inter",
"heading_2_font_size": 20,
"heading_2_text_color": "#070810ff",
"heading_2_text_alignment": "left",
"heading_3_font_family": "inter",
"heading_3_font_size": 16,
"heading_3_text_color": "#070810ff",
"heading_3_text_alignment": "left",
"heading_4_font_family": "inter",
"heading_4_font_size": 16,
"heading_4_text_color": "#070810ff",
"heading_4_text_alignment": "left",
"heading_5_font_family": "inter",
"heading_5_font_size": 14,
"heading_5_text_color": "#070810ff",
"heading_5_text_alignment": "left",
"heading_6_font_family": "inter",
"heading_6_font_size": 14,
"heading_6_text_color": "#202128",
"heading_6_text_alignment": "left",
"button_font_family": "inter",
"button_font_size": 13,
"button_alignment": "left",
"button_text_alignment": "center",
"button_width": "auto",
"button_background_color": "primary",
"button_text_color": "#ffffffff",
"button_border_color": "border",
"button_border_size": 0,
"button_border_radius": 4,
"button_vertical_padding": 12,
"button_horizontal_padding": 12,
"button_hover_background_color": "#96baf6ff",
"button_hover_text_color": "#ffffffff",
"button_hover_border_color": "border",
"link_font_family": "inter",
"link_font_size": 13,
"link_text_alignment": "left",
"link_text_color": "primary",
"link_hover_text_color": "#96baf6ff",
"image_alignment": "left",
"image_max_width": 100,
"image_max_height": null,
"image_constraint": "contain",
"page_background_color": "#ffffffff",
"page_background_file_id": null,
"page_background_mode": "tile"
},
"user_sources": [],
"favicon_file": null,
"id": 351,
"name": "Freelance Manager",
"order": 5,
"type": "builder"
}
]
}