mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-03 03:17:32 +00:00
5150 lines
No EOL
187 KiB
JSON
5150 lines
No EOL
187 KiB
JSON
{
|
|
"tooljet_database": [
|
|
{
|
|
"id": "e7e272da-f363-4b25-8a23-746745c4df33",
|
|
"table_name": "transportation_logistics",
|
|
"schema": {
|
|
"columns": [
|
|
{
|
|
"column_name": "id",
|
|
"data_type": "integer",
|
|
"column_default": "nextval(\"e7e272da-f363-4b25-8a23-746745c4df33_id_seq\"",
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 32,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": true,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "PRIMARY KEY",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "request_title",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "trip_date",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "status",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "pickup_date_time",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "trip_type",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "group_size",
|
|
"data_type": "integer",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 32,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "duration_days",
|
|
"data_type": "integer",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 32,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "transportation_type",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "pickup_address",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "dropoff_address",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "quote",
|
|
"data_type": "double precision",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 53,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "assigned_driver",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "contact_first_name",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "contact_last_name",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "contact_email",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "contact_phone",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "created_at",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "updated_at",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": false,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
}
|
|
],
|
|
"foreign_keys": []
|
|
}
|
|
}
|
|
],
|
|
"app": [
|
|
{
|
|
"definition": {
|
|
"appV2": {
|
|
"type": "front-end",
|
|
"id": "8a2c620a-40ae-424d-bfa0-e8e796b96422",
|
|
"name": "transporation-logistics-tracker-final",
|
|
"slug": "8a2c620a-40ae-424d-bfa0-e8e796b96422",
|
|
"isPublic": false,
|
|
"isMaintenanceOn": false,
|
|
"icon": "table",
|
|
"organizationId": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"currentVersionId": null,
|
|
"userId": "ccf51822-9d82-4d82-81dd-22df9f3cfcfc",
|
|
"workflowApiToken": null,
|
|
"workflowEnabled": false,
|
|
"createdAt": "2024-10-28T23:53:22.574Z",
|
|
"creationMode": "DEFAULT",
|
|
"updatedAt": "2024-10-28T23:53:23.115Z",
|
|
"editingVersion": {
|
|
"id": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"name": "v1",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": true,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": "",
|
|
"appMode": "auto"
|
|
},
|
|
"pageSettings": {
|
|
"properties": {
|
|
"disableMenu": {
|
|
"value": "{{true}}",
|
|
"fxActive": false
|
|
}
|
|
}
|
|
},
|
|
"showViewerNavigation": false,
|
|
"homePageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"appId": "8a2c620a-40ae-424d-bfa0-e8e796b96422",
|
|
"currentEnvironmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"promotedFrom": null,
|
|
"createdAt": "2024-10-28T23:53:22.586Z",
|
|
"updatedAt": "2024-12-03T00:21:16.079Z"
|
|
},
|
|
"components": [
|
|
{
|
|
"id": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"name": "DashboardContainer",
|
|
"type": "Container",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": null,
|
|
"properties": {
|
|
"visible": {
|
|
"value": "{{true}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff",
|
|
"fxActive": false
|
|
},
|
|
"borderRadius": {
|
|
"value": "12"
|
|
},
|
|
"borderColor": {
|
|
"value": "#eae9e9ff"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #ffffffff"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-12-03T00:21:01.992Z",
|
|
"layouts": [
|
|
{
|
|
"id": "9cfbb500-1d9c-4735-bd49-c508c307109a",
|
|
"type": "desktop",
|
|
"top": 70,
|
|
"left": 0,
|
|
"width": 43,
|
|
"height": 870,
|
|
"componentId": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:02:25.749Z"
|
|
},
|
|
{
|
|
"id": "6ff7b9a4-37c3-4240-833a-aa18ce407257",
|
|
"type": "mobile",
|
|
"top": 110,
|
|
"left": 0,
|
|
"width": 43,
|
|
"height": 880,
|
|
"componentId": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "04155b1f-5ae1-49a9-b204-b73175dcc83d",
|
|
"name": "AcceptedRequestsTable",
|
|
"type": "Table",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"properties": {
|
|
"columns": {
|
|
"value": [
|
|
{
|
|
"id": "d71ff65b-11f3-4cdb-8aba-0bb7fa04ba16",
|
|
"name": "id",
|
|
"key": "id",
|
|
"columnType": "number",
|
|
"autogenerated": true,
|
|
"isEditable": "{{false}}"
|
|
},
|
|
{
|
|
"id": "b6a25c8b-5576-4fec-940f-09d821a7ac8e",
|
|
"name": "request_title",
|
|
"key": "request_title",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "72ad4213-0793-4f80-bbfd-9c20289c7655",
|
|
"name": "trip_date",
|
|
"key": "trip_date",
|
|
"columnType": "string",
|
|
"autogenerated": true,
|
|
"isEditable": "{{false}}"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"id": "06664af5-6bea-4222-a703-d800ab925d22",
|
|
"isEditable": "{{false}}",
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "created_at",
|
|
"isTimeChecked": false,
|
|
"dateFormat": "DD.MM.YYYY",
|
|
"parseDateFormat": "DD/MM/YYYY",
|
|
"isDateSelectionEnabled": true
|
|
},
|
|
{
|
|
"name": "status",
|
|
"id": "967c0b71-5bd3-4efd-b919-2540fe7242d0",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "status",
|
|
"columnVisibility": "{{false}}"
|
|
},
|
|
{
|
|
"name": "pickup_address",
|
|
"id": "0ab1c378-b0d3-4f6e-ad5b-3c45e776cbea",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "pickup_address",
|
|
"columnVisibility": "{{false}}"
|
|
},
|
|
{
|
|
"name": "dropoff_address",
|
|
"id": "2eb86d4f-0f3a-4b5e-8d0a-984fba196f6a",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "dropoff_address",
|
|
"columnVisibility": "{{false}}"
|
|
}
|
|
]
|
|
},
|
|
"columnDeletionHistory": {
|
|
"value": [
|
|
"photo",
|
|
"date",
|
|
"interest",
|
|
"mobile_number",
|
|
"date",
|
|
"created_at",
|
|
"status",
|
|
"updated_at",
|
|
"trip_details",
|
|
"new_column1",
|
|
"pickup_date_time",
|
|
"trip_type",
|
|
"group_size",
|
|
"duration_days",
|
|
"pickup_address",
|
|
"dropoff_address",
|
|
"actions",
|
|
"transportation_type",
|
|
"quote",
|
|
"assigned_driver",
|
|
"contact_first_name",
|
|
"contact_last_name",
|
|
"contact_email",
|
|
"contact_phone",
|
|
"new_column4",
|
|
"new_column5",
|
|
"new_column6",
|
|
"new_column7"
|
|
]
|
|
},
|
|
"allowSelection": {
|
|
"value": "{{false}}"
|
|
},
|
|
"columnSizes": {
|
|
"value": {
|
|
"afc9a5091750a1bd4760e38760de3b4be11a43452ae8ae07ce2eebc569fe9a7f": 123,
|
|
"5d2a3744a006388aadd012fcc15cc0dbcb5f9130e0fbb64c558561c97118754a": 105,
|
|
"06664af5-6bea-4222-a703-d800ab925d22": 60,
|
|
"d9d794a9-ca49-4158-b484-9e7fe98f1c33": 128,
|
|
"72d170d6-3fb2-429f-8160-76d7446008e5": 329,
|
|
"d71ff65b-11f3-4cdb-8aba-0bb7fa04ba16": 53,
|
|
"72ad4213-0793-4f80-bbfd-9c20289c7655": 186,
|
|
"b6a25c8b-5576-4fec-940f-09d821a7ac8e": 161
|
|
}
|
|
},
|
|
"actions": {
|
|
"value": [
|
|
{
|
|
"name": "Action0",
|
|
"buttonText": "View Details",
|
|
"events": [],
|
|
"position": "right",
|
|
"backgroundColor": "#3e63ddff",
|
|
"textColor": "#ffffffff"
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"value": "{{queries.0226c6cd-baf6-4c5b-8a90-0cd76500903c.data.incomingRequests || []}}"
|
|
},
|
|
"useDynamicColumn": {
|
|
"value": "{{false}}"
|
|
},
|
|
"selectRowOnCellEdit": {
|
|
"value": "{{true}}"
|
|
},
|
|
"serverSideSearch": {
|
|
"value": true
|
|
},
|
|
"serverSideFilter": {
|
|
"value": true
|
|
},
|
|
"rowsPerPage": {
|
|
"value": "{{3}}"
|
|
},
|
|
"enabledSort": {
|
|
"value": "{{false}}"
|
|
},
|
|
"title": {
|
|
"value": "Table"
|
|
},
|
|
"visible": {
|
|
"value": "{{true}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"columnData": {
|
|
"value": "{{[{name: 'email', key: 'email', id: '1'}, {name: 'Full name', key: 'name', id: '2', isEditable: true}]}}"
|
|
},
|
|
"serverSidePagination": {
|
|
"value": "{{false}}"
|
|
},
|
|
"enableNextButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"enablePrevButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"totalRecords": {
|
|
"value": "{{10}}"
|
|
},
|
|
"enablePagination": {
|
|
"value": "{{true}}"
|
|
},
|
|
"serverSideSort": {
|
|
"value": "{{false}}"
|
|
},
|
|
"displaySearchBox": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showDownloadButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showFilterButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"autogenerateColumns": {
|
|
"value": true,
|
|
"generateNestedColumns": true
|
|
},
|
|
"isAllColumnsEditable": {
|
|
"value": "{{false}}"
|
|
},
|
|
"showBulkUpdateActions": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showBulkSelector": {
|
|
"value": "{{false}}"
|
|
},
|
|
"highlightSelectedRow": {
|
|
"value": "{{false}}"
|
|
},
|
|
"hideColumnSelectorButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"defaultSelectedRow": {
|
|
"value": "{{{\"id\":1}}}"
|
|
},
|
|
"showAddNewRowButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"actionButtonRadius": {
|
|
"value": "4"
|
|
},
|
|
"borderColor": {
|
|
"value": "#eae9e9ff"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"columnHeaderWrap": {
|
|
"value": "fixed"
|
|
},
|
|
"cellSize": {
|
|
"value": "regular"
|
|
},
|
|
"tableType": {
|
|
"value": "table-classic"
|
|
},
|
|
"maxRowHeight": {
|
|
"value": "auto"
|
|
},
|
|
"maxRowHeightValue": {
|
|
"value": "{{0}}"
|
|
},
|
|
"contentWrap": {
|
|
"value": "{{true}}"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-12-03T00:22:30.237Z",
|
|
"layouts": [
|
|
{
|
|
"id": "b7c76b11-5e6f-4349-9566-863757874fc9",
|
|
"type": "mobile",
|
|
"top": 80,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 340,
|
|
"componentId": "04155b1f-5ae1-49a9-b204-b73175dcc83d",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "eff58058-838d-4884-b1e2-a9931eb93fb2",
|
|
"type": "desktop",
|
|
"top": 100,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 340,
|
|
"componentId": "04155b1f-5ae1-49a9-b204-b73175dcc83d",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:59:21.900Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "1e449c4b-7717-4416-8465-c2f2088ef2f7",
|
|
"name": "TravelManagementSubHeader1",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Below is a comprehensive list of all requests that are accepted"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "f028f073-02ca-45b3-b65a-04e83f2b0ce4",
|
|
"type": "mobile",
|
|
"top": 40,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 30,
|
|
"componentId": "1e449c4b-7717-4416-8465-c2f2088ef2f7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "2e52f1b5-c88d-4a77-996e-5275ceea17e6",
|
|
"type": "desktop",
|
|
"top": 70,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 30,
|
|
"componentId": "1e449c4b-7717-4416-8465-c2f2088ef2f7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:45:51.537Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "dc04040e-6353-4a45-9301-814a47780cc7",
|
|
"name": "PickUpDateTime",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.pickup_date_time ?? \"\"}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff",
|
|
"fxActive": false
|
|
},
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-12-03T00:22:02.229Z",
|
|
"layouts": [
|
|
{
|
|
"id": "ef9c1384-6b13-4e71-a022-a8c3258f5ee8",
|
|
"type": "mobile",
|
|
"top": 60,
|
|
"left": 1,
|
|
"width": 12,
|
|
"height": 40,
|
|
"componentId": "dc04040e-6353-4a45-9301-814a47780cc7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "6b078574-9aab-4256-b1d2-33c9388664a4",
|
|
"type": "desktop",
|
|
"top": 60,
|
|
"left": 2,
|
|
"width": 16,
|
|
"height": 40,
|
|
"componentId": "dc04040e-6353-4a45-9301-814a47780cc7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:02:59.759Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "b85ce893-fc98-4505-bfc6-3abeffeb2b59",
|
|
"name": "Duration",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.duration_days ?? \"\"}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "side"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:25:20.453Z",
|
|
"layouts": [
|
|
{
|
|
"id": "09b8e212-6a77-407c-a74b-2a0562f24425",
|
|
"type": "mobile",
|
|
"top": 210,
|
|
"left": 1,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "b85ce893-fc98-4505-bfc6-3abeffeb2b59",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "ff3c80ac-1033-4b60-895f-766894856355",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 2,
|
|
"width": 7,
|
|
"height": 40,
|
|
"componentId": "b85ce893-fc98-4505-bfc6-3abeffeb2b59",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:02:44.218Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "d0866dd8-fdfb-4b65-a664-82043e247256",
|
|
"name": "PickUpAddress",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": "Pick-up Address"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.pickup_address ?? \"\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "top"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "fb9b5335-5f6d-4ac7-900d-f6c5cb3fabdf",
|
|
"type": "mobile",
|
|
"top": 450,
|
|
"left": 1,
|
|
"width": 11,
|
|
"height": 30,
|
|
"componentId": "d0866dd8-fdfb-4b65-a664-82043e247256",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "8ffee07d-563d-4591-bb4d-af3ec9c3b6f3",
|
|
"type": "desktop",
|
|
"top": 460,
|
|
"left": 2,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "d0866dd8-fdfb-4b65-a664-82043e247256",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:32.095Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "f30ef2f4-61b8-4b97-9e7d-5aaa115f8a76",
|
|
"name": "DropOffAddress",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": "Drop-off Address"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.dropoff_address ?? \"\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "top"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "63b56852-2b48-402c-af33-d7619a341b96",
|
|
"type": "mobile",
|
|
"top": 350,
|
|
"left": 1,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "f30ef2f4-61b8-4b97-9e7d-5aaa115f8a76",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "02521ae4-d6b6-40e3-8781-a24fbd7dbf36",
|
|
"type": "desktop",
|
|
"top": 460,
|
|
"left": 22,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "f30ef2f4-61b8-4b97-9e7d-5aaa115f8a76",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:32.095Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "0ab1346f-880f-48f4-984c-46496f81f0ed",
|
|
"name": "GroupSize",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.group_size ?? \"\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "side"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:18:33.159Z",
|
|
"layouts": [
|
|
{
|
|
"id": "41bd6774-a882-4385-a2e4-8c0b28837ffc",
|
|
"type": "mobile",
|
|
"top": 70,
|
|
"left": 24,
|
|
"width": 8,
|
|
"height": 40,
|
|
"componentId": "0ab1346f-880f-48f4-984c-46496f81f0ed",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "892552ae-7c83-47ae-9eae-95bad9dfb7a5",
|
|
"type": "desktop",
|
|
"top": 60,
|
|
"left": 33,
|
|
"width": 8,
|
|
"height": 40,
|
|
"componentId": "0ab1346f-880f-48f4-984c-46496f81f0ed",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:03:18.400Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "49f1ba0b-b9f0-4bec-9857-1d392eb9270a",
|
|
"name": "DeleteTripButton",
|
|
"type": "Button",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Delete Trip"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#f4433633"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"textColor": {
|
|
"value": "#f44336ff"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#f44336ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-11-10T20:25:24.262Z",
|
|
"layouts": [
|
|
{
|
|
"id": "d81c96cd-707c-4383-be81-90cfff2a6eb4",
|
|
"type": "mobile",
|
|
"top": 460,
|
|
"left": 27,
|
|
"width": 10,
|
|
"height": 30,
|
|
"componentId": "49f1ba0b-b9f0-4bec-9857-1d392eb9270a",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "e785bda4-bc6b-400e-ae76-d1fbe5ae379c",
|
|
"type": "desktop",
|
|
"top": 630,
|
|
"left": 2,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "49f1ba0b-b9f0-4bec-9857-1d392eb9270a",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:14.488Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "411279b7-3368-484e-b8d5-b42989ca9254",
|
|
"name": "OpenInMapsButton",
|
|
"type": "Button",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Open in Map"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"textColor": {
|
|
"value": "#375fcfff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-11-10T20:25:24.262Z",
|
|
"layouts": [
|
|
{
|
|
"id": "cc0eb91a-0345-4662-a32e-88c4211ba107",
|
|
"type": "mobile",
|
|
"top": 320,
|
|
"left": 26,
|
|
"width": 10,
|
|
"height": 30,
|
|
"componentId": "411279b7-3368-484e-b8d5-b42989ca9254",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "ff2bf32a-f372-4efb-970b-b69f346a5579",
|
|
"type": "desktop",
|
|
"top": 690,
|
|
"left": 2,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "411279b7-3368-484e-b8d5-b42989ca9254",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:03:35.725Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "735e4b24-d834-4ef6-9a00-51b64885f006",
|
|
"name": "EditTripDetailsButton",
|
|
"type": "Button",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Save Trip Details"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"boxShadow": {
|
|
"value": "1px 1px 0px 0px #9b9b9bff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-11-10T20:25:24.262Z",
|
|
"layouts": [
|
|
{
|
|
"id": "2d3b13c6-7055-42ff-9bb6-1220c499274e",
|
|
"type": "mobile",
|
|
"top": 390,
|
|
"left": 27,
|
|
"width": 10,
|
|
"height": 30,
|
|
"componentId": "735e4b24-d834-4ef6-9a00-51b64885f006",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "ead9c6db-32cb-4864-b85f-4cd2016d57fc",
|
|
"type": "desktop",
|
|
"top": 690,
|
|
"left": 13,
|
|
"width": 14,
|
|
"height": 40,
|
|
"componentId": "735e4b24-d834-4ef6-9a00-51b64885f006",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:05:41.996Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "3e5ff4a9-af10-4e09-b076-b228f5546e0c",
|
|
"name": "TravelDetailsHeader",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Travel Details"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"textColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"textIndent": {
|
|
"value": "10"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"textSize": {
|
|
"value": "15"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:57:37.354Z",
|
|
"layouts": [
|
|
{
|
|
"id": "530a5f45-d4c6-4728-85a5-f1f45fa4b5ad",
|
|
"type": "mobile",
|
|
"top": 30,
|
|
"left": 21,
|
|
"width": 21,
|
|
"height": 50,
|
|
"componentId": "3e5ff4a9-af10-4e09-b076-b228f5546e0c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "2c59ab8b-3a98-4f85-b655-6fb3cf67079a",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 21,
|
|
"width": 21,
|
|
"height": 50,
|
|
"componentId": "3e5ff4a9-af10-4e09-b076-b228f5546e0c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:58:48.497Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "32867aa0-eb40-42c3-97fb-991c1c151725",
|
|
"name": "MainHeader",
|
|
"type": "Container",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": null,
|
|
"properties": {
|
|
"visible": {
|
|
"value": "{{true}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderColor": {
|
|
"value": "#eae9e9ff"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff",
|
|
"fxActive": false
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"borderRadius": {
|
|
"value": "12"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-12-03T00:20:50.280Z",
|
|
"layouts": [
|
|
{
|
|
"id": "1c70b6cb-95b1-47dc-9387-c8924b5ac4c5",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 43,
|
|
"height": 70,
|
|
"componentId": "32867aa0-eb40-42c3-97fb-991c1c151725",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "2e7c96fc-d885-41b6-9e3d-a2b7d2d31052",
|
|
"type": "desktop",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 43,
|
|
"height": 70,
|
|
"componentId": "32867aa0-eb40-42c3-97fb-991c1c151725",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:01:14.093Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "44dc49d8-66c4-48e0-a1e3-da5440dc537c",
|
|
"name": "Logo",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "32867aa0-eb40-42c3-97fb-991c1c151725",
|
|
"properties": {
|
|
"text": {
|
|
"value": "LOGO"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textSize": {
|
|
"value": "28"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"textAlign": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "none"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"borderRadius": {
|
|
"value": "0"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"lineHeight": {
|
|
"value": "1.5"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "c7d2c9a1-1178-402a-8254-c9f3f3aa4a8f",
|
|
"type": "desktop",
|
|
"top": 0,
|
|
"left": 1,
|
|
"width": 5,
|
|
"height": 60,
|
|
"componentId": "44dc49d8-66c4-48e0-a1e3-da5440dc537c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "a78116d7-b89b-4e53-b8a2-85a3e1394899",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 1,
|
|
"width": 5,
|
|
"height": 60,
|
|
"componentId": "44dc49d8-66c4-48e0-a1e3-da5440dc537c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "55488661-50d9-457b-884e-1bef6f8c8f6c",
|
|
"name": "UserIcon",
|
|
"type": "Icon",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "32867aa0-eb40-42c3-97fb-991c1c151725",
|
|
"properties": {
|
|
"icon": {
|
|
"value": "IconBusStop"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T01:14:18.914Z",
|
|
"layouts": [
|
|
{
|
|
"id": "24ceb1cc-c1fc-4da0-9861-68abc1c112a5",
|
|
"type": "desktop",
|
|
"top": 10,
|
|
"left": 39,
|
|
"width": 2,
|
|
"height": 50,
|
|
"componentId": "55488661-50d9-457b-884e-1bef6f8c8f6c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "684989ef-828d-4f0e-a536-df245d97ee2f",
|
|
"type": "mobile",
|
|
"top": 10,
|
|
"left": 39,
|
|
"width": 2,
|
|
"height": 50,
|
|
"componentId": "55488661-50d9-457b-884e-1bef6f8c8f6c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "54280f2c-41bf-423a-a0e6-d4845297f959",
|
|
"name": "IncomingRequestsTable",
|
|
"type": "Table",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"properties": {
|
|
"data": {
|
|
"value": "{{queries.0226c6cd-baf6-4c5b-8a90-0cd76500903c.data.acceptedRequests || []}}"
|
|
},
|
|
"columns": {
|
|
"value": [
|
|
{
|
|
"id": "d71ff65b-11f3-4cdb-8aba-0bb7fa04ba16",
|
|
"name": "id",
|
|
"key": "id",
|
|
"columnType": "number",
|
|
"autogenerated": true,
|
|
"isEditable": "{{false}}"
|
|
},
|
|
{
|
|
"id": "8a68fdde-5fd3-49d7-a7a3-e8c1cc8df6f5",
|
|
"name": "request_title",
|
|
"key": "request_title",
|
|
"columnType": "string",
|
|
"autogenerated": true
|
|
},
|
|
{
|
|
"id": "72ad4213-0793-4f80-bbfd-9c20289c7655",
|
|
"name": "trip_date",
|
|
"key": "trip_date",
|
|
"columnType": "string",
|
|
"autogenerated": true,
|
|
"isEditable": "{{false}}"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"id": "06664af5-6bea-4222-a703-d800ab925d22",
|
|
"isEditable": "{{false}}",
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "created_at",
|
|
"isTimeChecked": false,
|
|
"dateFormat": "DD.MM.YYYY",
|
|
"parseDateFormat": "DD/MM/YYYY",
|
|
"isDateSelectionEnabled": true
|
|
},
|
|
{
|
|
"name": "status",
|
|
"id": "e5348a43-c781-4e11-b4d1-45fa0f13fd45",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "status",
|
|
"columnVisibility": "{{false}}"
|
|
},
|
|
{
|
|
"name": "pickup_address",
|
|
"id": "6ee2e76a-105b-4664-964e-99f35cce2464",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "pickup_address",
|
|
"columnVisibility": "{{false}}"
|
|
},
|
|
{
|
|
"name": "dropoff_address",
|
|
"id": "51dcbcf3-b4b6-4995-bfdb-117838b92e10",
|
|
"isEditable": false,
|
|
"fxActiveFields": [],
|
|
"columnType": "string",
|
|
"key": "dropoff_address",
|
|
"columnVisibility": "{{false}}"
|
|
}
|
|
]
|
|
},
|
|
"columnSizes": {
|
|
"value": {
|
|
"afc9a5091750a1bd4760e38760de3b4be11a43452ae8ae07ce2eebc569fe9a7f": 123,
|
|
"5d2a3744a006388aadd012fcc15cc0dbcb5f9130e0fbb64c558561c97118754a": 105,
|
|
"06664af5-6bea-4222-a703-d800ab925d22": 51,
|
|
"d9d794a9-ca49-4158-b484-9e7fe98f1c33": 128,
|
|
"72d170d6-3fb2-429f-8160-76d7446008e5": 329,
|
|
"d71ff65b-11f3-4cdb-8aba-0bb7fa04ba16": 55,
|
|
"72ad4213-0793-4f80-bbfd-9c20289c7655": 188,
|
|
"8a68fdde-5fd3-49d7-a7a3-e8c1cc8df6f5": 148
|
|
}
|
|
},
|
|
"actions": {
|
|
"value": [
|
|
{
|
|
"name": "Action0",
|
|
"buttonText": "View Details",
|
|
"events": [],
|
|
"position": "right",
|
|
"backgroundColor": "#3e63ddff",
|
|
"textColor": "#ffffffff"
|
|
}
|
|
]
|
|
},
|
|
"allowSelection": {
|
|
"value": "{{false}}"
|
|
},
|
|
"columnDeletionHistory": {
|
|
"value": [
|
|
"photo",
|
|
"date",
|
|
"interest",
|
|
"mobile_number",
|
|
"date",
|
|
"created_at",
|
|
"status",
|
|
"updated_at",
|
|
"trip_details",
|
|
"pickup_date_time",
|
|
"trip_type",
|
|
"group_size",
|
|
"duration_days",
|
|
"transportation_type",
|
|
"pickup_address",
|
|
"dropoff_address",
|
|
"quote",
|
|
"assigned_driver",
|
|
"contact_first_name",
|
|
"contact_last_name",
|
|
"contact_email",
|
|
"contact_phone"
|
|
]
|
|
},
|
|
"enabledSort": {
|
|
"value": "{{false}}"
|
|
},
|
|
"rowsPerPage": {
|
|
"value": "{{3}}"
|
|
},
|
|
"title": {
|
|
"value": "Table"
|
|
},
|
|
"visible": {
|
|
"value": "{{true}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"useDynamicColumn": {
|
|
"value": "{{false}}"
|
|
},
|
|
"columnData": {
|
|
"value": "{{[{name: 'email', key: 'email', id: '1'}, {name: 'Full name', key: 'name', id: '2', isEditable: true}]}}"
|
|
},
|
|
"serverSidePagination": {
|
|
"value": "{{false}}"
|
|
},
|
|
"enableNextButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"enablePrevButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"totalRecords": {
|
|
"value": "{{10}}"
|
|
},
|
|
"enablePagination": {
|
|
"value": "{{true}}"
|
|
},
|
|
"serverSideSort": {
|
|
"value": "{{false}}"
|
|
},
|
|
"serverSideFilter": {
|
|
"value": "{{false}}"
|
|
},
|
|
"displaySearchBox": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showDownloadButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showFilterButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"autogenerateColumns": {
|
|
"value": true,
|
|
"generateNestedColumns": true
|
|
},
|
|
"isAllColumnsEditable": {
|
|
"value": "{{false}}"
|
|
},
|
|
"showBulkUpdateActions": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showBulkSelector": {
|
|
"value": "{{false}}"
|
|
},
|
|
"highlightSelectedRow": {
|
|
"value": "{{false}}"
|
|
},
|
|
"hideColumnSelectorButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"defaultSelectedRow": {
|
|
"value": "{{{\"id\":1}}}"
|
|
},
|
|
"showAddNewRowButton": {
|
|
"value": "{{true}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"actionButtonRadius": {
|
|
"value": "4"
|
|
},
|
|
"borderColor": {
|
|
"value": "#eae9e9ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"textColor": {
|
|
"value": "#000"
|
|
},
|
|
"columnHeaderWrap": {
|
|
"value": "fixed"
|
|
},
|
|
"cellSize": {
|
|
"value": "regular"
|
|
},
|
|
"tableType": {
|
|
"value": "table-classic"
|
|
},
|
|
"maxRowHeight": {
|
|
"value": "auto"
|
|
},
|
|
"maxRowHeightValue": {
|
|
"value": "{{0}}"
|
|
},
|
|
"contentWrap": {
|
|
"value": "{{true}}"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-12-03T00:22:30.259Z",
|
|
"layouts": [
|
|
{
|
|
"id": "34ac6233-3d7f-4870-8c59-11034830aeb3",
|
|
"type": "mobile",
|
|
"top": 450,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 350,
|
|
"componentId": "54280f2c-41bf-423a-a0e6-d4845297f959",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "bd64e9ef-19ac-45bf-8827-636af1c88f97",
|
|
"type": "desktop",
|
|
"top": 490,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 350,
|
|
"componentId": "54280f2c-41bf-423a-a0e6-d4845297f959",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:59:21.900Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "e221c566-00c1-489d-9b53-f90d0041e442",
|
|
"name": "TravelManagementHeader",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Travel Management"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
},
|
|
"textSize": {
|
|
"value": "16"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:00:00.899Z",
|
|
"layouts": [
|
|
{
|
|
"id": "2962dd89-ba4b-4ed4-8423-e92a4e54a9f4",
|
|
"type": "mobile",
|
|
"top": 120,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "e221c566-00c1-489d-9b53-f90d0041e442",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "51c4fd28-6c84-449a-a69c-b6bafa173496",
|
|
"type": "desktop",
|
|
"top": 20,
|
|
"left": 1,
|
|
"width": 11,
|
|
"height": 40,
|
|
"componentId": "e221c566-00c1-489d-9b53-f90d0041e442",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:59:55.826Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "35f8a7b1-5139-44f9-9b78-e7971c8bac11",
|
|
"name": "TravelManagementSubHeader2",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Below is a comprehensive list of all incoming requests"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "ed3f4fb5-e400-48cb-8048-9508c98cc38a",
|
|
"type": "mobile",
|
|
"top": 420,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 30,
|
|
"componentId": "35f8a7b1-5139-44f9-9b78-e7971c8bac11",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "4cf870bf-555a-4b59-a80a-d2833c5d0070",
|
|
"type": "desktop",
|
|
"top": 460,
|
|
"left": 1,
|
|
"width": 19,
|
|
"height": 30,
|
|
"componentId": "35f8a7b1-5139-44f9-9b78-e7971c8bac11",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:45:59.068Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "944476dc-eb28-426c-97d4-da7939f5b0b4",
|
|
"name": "ContactFirstName",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": "First Name:"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.contact_first_name ?? \"\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "top"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:27:59.325Z",
|
|
"layouts": [
|
|
{
|
|
"id": "07b5cd05-1ec7-4d53-9bf8-3c7eb8d3d02e",
|
|
"type": "mobile",
|
|
"top": 70,
|
|
"left": 33,
|
|
"width": 9,
|
|
"height": 40,
|
|
"componentId": "944476dc-eb28-426c-97d4-da7939f5b0b4",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "e4320480-dcf5-409f-a710-ab3fc025e7ec",
|
|
"type": "desktop",
|
|
"top": 270,
|
|
"left": 2,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "944476dc-eb28-426c-97d4-da7939f5b0b4",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:49.176Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "02faa579-4055-4650-aa41-aacb9a748af2",
|
|
"name": "ContactLastName",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": "Last Name:"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.contact_last_name ?? \"\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "top"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:28:03.494Z",
|
|
"layouts": [
|
|
{
|
|
"id": "ac64c50b-833e-4732-998e-ae7ef3fe1de0",
|
|
"type": "mobile",
|
|
"top": 140,
|
|
"left": 33,
|
|
"width": 9,
|
|
"height": 40,
|
|
"componentId": "02faa579-4055-4650-aa41-aacb9a748af2",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "9081d4c9-b918-4fe8-bb07-47dc077a9891",
|
|
"type": "desktop",
|
|
"top": 270,
|
|
"left": 22,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "02faa579-4055-4650-aa41-aacb9a748af2",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:59.858Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "b61b5fc2-dd0a-4003-900a-bf61c79e89a8",
|
|
"name": "ContactEmail",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": "Email: "
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.contact_email ?? \"\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "top"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:28:17.807Z",
|
|
"layouts": [
|
|
{
|
|
"id": "8f5598b5-fd6f-4785-beb6-4115540cc847",
|
|
"type": "mobile",
|
|
"top": 180,
|
|
"left": 33,
|
|
"width": 9,
|
|
"height": 40,
|
|
"componentId": "b61b5fc2-dd0a-4003-900a-bf61c79e89a8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "c3a5454f-5328-4533-b577-4cafa73f9662",
|
|
"type": "desktop",
|
|
"top": 340,
|
|
"left": 2,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "b61b5fc2-dd0a-4003-900a-bf61c79e89a8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:49.176Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "518ab880-fdf5-466d-8f98-4cb6e562cf62",
|
|
"name": "ContactPhone",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": "Phone:"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.contact_phone ?? \"\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "top"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:28:10.242Z",
|
|
"layouts": [
|
|
{
|
|
"id": "069a3a28-5986-40fa-b9ba-833622ea9601",
|
|
"type": "mobile",
|
|
"top": 230,
|
|
"left": 33,
|
|
"width": 9,
|
|
"height": 40,
|
|
"componentId": "518ab880-fdf5-466d-8f98-4cb6e562cf62",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "914af00c-8a2f-4a18-849e-5a6e3117441f",
|
|
"type": "desktop",
|
|
"top": 340,
|
|
"left": 22,
|
|
"width": 19,
|
|
"height": 40,
|
|
"componentId": "518ab880-fdf5-466d-8f98-4cb6e562cf62",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:59.858Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "220ef8d4-7332-4bcc-af40-a1951e89bfe6",
|
|
"name": "ContactInfoHeader",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Contact Info:"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textSize": {
|
|
"value": "14"
|
|
},
|
|
"fontWeight": {
|
|
"value": "bold"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:30:04.610Z",
|
|
"layouts": [
|
|
{
|
|
"id": "0f4d2c6c-9d8f-4448-af02-e14c1fcdbaec",
|
|
"type": "mobile",
|
|
"top": 20,
|
|
"left": 33,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "220ef8d4-7332-4bcc-af40-a1951e89bfe6",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "a568566d-bd6c-45f0-b9c8-135f069ef101",
|
|
"type": "desktop",
|
|
"top": 230,
|
|
"left": 2,
|
|
"width": 12,
|
|
"height": 30,
|
|
"componentId": "220ef8d4-7332-4bcc-af40-a1951e89bfe6",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:49.176Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "f426d4bb-dc86-42b6-a82f-5daff2b99ff8",
|
|
"name": "AssignedDriver",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": "Assigned Driver"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{ variables.selectedRequest?.assigned_driver ?? \"\" }}"
|
|
},
|
|
"visibility": {
|
|
"fxActive": true,
|
|
"value": "{{variables.selectedRequest.status.toLowerCase() === \"accepted\"}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "top"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "e484c6c9-795a-49cb-8bb1-4fa70a5f80ce",
|
|
"type": "mobile",
|
|
"top": 180,
|
|
"left": 15,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "f426d4bb-dc86-42b6-a82f-5daff2b99ff8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "112d6341-ea03-403f-b3f4-68d216be86ad",
|
|
"type": "desktop",
|
|
"top": 540,
|
|
"left": 13,
|
|
"width": 28,
|
|
"height": 40,
|
|
"componentId": "f426d4bb-dc86-42b6-a82f-5daff2b99ff8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:16:09.524Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "857f4e90-4467-4d80-89d7-bb47f881ed56",
|
|
"name": "Quote",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": "Quote"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{ variables.selectedRequest?.quote ?? \"\" }}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "top"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "01e465b5-8897-46c5-ae3a-8ad7e4bcfca2",
|
|
"type": "mobile",
|
|
"top": 230,
|
|
"left": 15,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "857f4e90-4467-4d80-89d7-bb47f881ed56",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "e1eb066b-b7a9-4081-9a7a-c765b6b2a867",
|
|
"type": "desktop",
|
|
"top": 540,
|
|
"left": 2,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "857f4e90-4467-4d80-89d7-bb47f881ed56",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:16:07.029Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "cb9b0025-0f67-40e2-a2fa-4d7aa42e67a9",
|
|
"name": "SendQuoteButton",
|
|
"type": "Button",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Send Quote"
|
|
},
|
|
"visibility": {
|
|
"fxActive": false,
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"fxActive": true,
|
|
"value": "{{!queries.checkRequiredFields.data}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#3e63dd33"
|
|
},
|
|
"textColor": {
|
|
"value": "#3e63ddff"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#3e63ddff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-11-10T20:25:24.262Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a997ffeb-1e56-4b44-904c-318866bd2ee6",
|
|
"type": "mobile",
|
|
"top": 420,
|
|
"left": 27,
|
|
"width": 10,
|
|
"height": 30,
|
|
"componentId": "cb9b0025-0f67-40e2-a2fa-4d7aa42e67a9",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "d7701045-2165-46e9-a935-3f0f7ce82ccb",
|
|
"type": "desktop",
|
|
"top": 630,
|
|
"left": 13,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "cb9b0025-0f67-40e2-a2fa-4d7aa42e67a9",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:14.488Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "47380eea-d38e-44a5-8f1c-8befbc01fadd",
|
|
"name": "MapModal",
|
|
"type": "Modal",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": null,
|
|
"properties": {
|
|
"title": {
|
|
"value": "Select Trip Locations"
|
|
},
|
|
"triggerButtonLabel": {
|
|
"value": "Map"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"size": {
|
|
"value": "lg"
|
|
},
|
|
"closeOnClickingOutside": {
|
|
"value": "{{true}}"
|
|
},
|
|
"modalHeight": {
|
|
"value": "450px"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T01:13:37.322Z",
|
|
"layouts": [
|
|
{
|
|
"id": "424da2dd-5bb6-4b94-95e6-de2f299a4177",
|
|
"type": "mobile",
|
|
"top": 50,
|
|
"left": 21,
|
|
"width": 4,
|
|
"height": 50,
|
|
"componentId": "47380eea-d38e-44a5-8f1c-8befbc01fadd",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "0acb08d5-6b5d-47ae-a61e-51626d080788",
|
|
"type": "desktop",
|
|
"top": 980,
|
|
"left": 9,
|
|
"width": 5,
|
|
"height": 30,
|
|
"componentId": "47380eea-d38e-44a5-8f1c-8befbc01fadd",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:21:08.216Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "bcdae102-a72a-43d1-bc9f-43f23a77c180",
|
|
"name": "Map",
|
|
"type": "Map",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "47380eea-d38e-44a5-8f1c-8befbc01fadd",
|
|
"properties": {},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a778731c-6700-477d-b3aa-151de8765abf",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 43,
|
|
"height": 320,
|
|
"componentId": "bcdae102-a72a-43d1-bc9f-43f23a77c180",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "5679f791-4831-44ce-8e73-541158082e73",
|
|
"type": "desktop",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 43,
|
|
"height": 370,
|
|
"componentId": "bcdae102-a72a-43d1-bc9f-43f23a77c180",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:11:52.627Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "6e796853-edc8-4ccf-906d-2110e78a89d9",
|
|
"name": "AddPickUpButton",
|
|
"type": "Button",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "47380eea-d38e-44a5-8f1c-8befbc01fadd",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Set Pick-Up Location"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-11-10T20:25:24.262Z",
|
|
"layouts": [
|
|
{
|
|
"id": "103b3bf5-5ce8-4a7b-9396-d98359fd1536",
|
|
"type": "mobile",
|
|
"top": 360,
|
|
"left": 23,
|
|
"width": 9,
|
|
"height": 30,
|
|
"componentId": "6e796853-edc8-4ccf-906d-2110e78a89d9",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "5d0ed2ee-1b0f-4da3-a752-661abb3b3e1f",
|
|
"type": "desktop",
|
|
"top": 390,
|
|
"left": 11,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "6e796853-edc8-4ccf-906d-2110e78a89d9",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:12:02.516Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "dbd39a0a-e537-4025-b941-ccc88191a89c",
|
|
"name": "SendQuoteModal",
|
|
"type": "Modal",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": null,
|
|
"properties": {
|
|
"triggerButtonLabel": {
|
|
"value": "Quote"
|
|
},
|
|
"title": {
|
|
"value": "Please fill out the details to send a quote"
|
|
},
|
|
"useDefaultButton": {
|
|
"value": "{{false}}"
|
|
},
|
|
"size": {
|
|
"value": "sm"
|
|
},
|
|
"closeOnClickingOutside": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T01:13:31.738Z",
|
|
"layouts": [
|
|
{
|
|
"id": "0077b523-ade0-4394-a5bd-0332f3f97a4d",
|
|
"type": "mobile",
|
|
"top": 50,
|
|
"left": 25,
|
|
"width": 4,
|
|
"height": 30,
|
|
"componentId": "dbd39a0a-e537-4025-b941-ccc88191a89c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "67717c91-1b2b-45c2-bb97-f149d00edcfe",
|
|
"type": "desktop",
|
|
"top": 980,
|
|
"left": 2,
|
|
"width": 5,
|
|
"height": 30,
|
|
"componentId": "dbd39a0a-e537-4025-b941-ccc88191a89c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:13:39.851Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"name": "SendQuoteForm",
|
|
"type": "Form",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "dbd39a0a-e537-4025-b941-ccc88191a89c",
|
|
"properties": {
|
|
"buttonToSubmit": {
|
|
"value": "68ce9c7a-6267-460f-80e1-d246b7ccae6c"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffffff"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #ffffffff"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "f145edc2-e67f-4a5a-81f6-b74e8ab85e32",
|
|
"type": "desktop",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 43,
|
|
"height": 400,
|
|
"componentId": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "57a2b301-11b2-4fb6-a2dc-a6b5adb0b7ad",
|
|
"type": "mobile",
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 43,
|
|
"height": 400,
|
|
"componentId": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "2d370b2c-b19d-40f9-a3bd-45e1390783e8",
|
|
"name": "PickUpAddress2",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.pickup_address ?? \"\"}}"
|
|
},
|
|
"label": {
|
|
"value": "Pick-up Address"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"width": {
|
|
"value": "{{100}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "8114f7f1-2e8a-4790-83be-026fce8896c4",
|
|
"type": "mobile",
|
|
"top": 40,
|
|
"left": 5,
|
|
"width": 32,
|
|
"height": 30,
|
|
"componentId": "2d370b2c-b19d-40f9-a3bd-45e1390783e8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "81b2f02a-d300-491d-8797-00d1f749c88b",
|
|
"type": "desktop",
|
|
"top": 30,
|
|
"left": 5,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "2d370b2c-b19d-40f9-a3bd-45e1390783e8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "e6c1f982-4a98-4aed-a25d-18db20b2f448",
|
|
"name": "AddDropOffButton",
|
|
"type": "Button",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "47380eea-d38e-44a5-8f1c-8befbc01fadd",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Set Drop-Off Location"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-11-10T20:25:24.262Z",
|
|
"layouts": [
|
|
{
|
|
"id": "0b3b62b2-a07c-4050-8cc2-90fb05281dff",
|
|
"type": "mobile",
|
|
"top": 360,
|
|
"left": 33,
|
|
"width": 9,
|
|
"height": 30,
|
|
"componentId": "e6c1f982-4a98-4aed-a25d-18db20b2f448",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "ef47f9e8-e0a9-4d48-8d9f-e6f6d39ea803",
|
|
"type": "desktop",
|
|
"top": 390,
|
|
"left": 22,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "e6c1f982-4a98-4aed-a25d-18db20b2f448",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:12:06.787Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "a0d8a4c9-40fa-4be4-9f39-0ef0efb336ce",
|
|
"name": "Duration2",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.duration_days ?? \"\"}}"
|
|
},
|
|
"label": {
|
|
"value": "Duration"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"width": {
|
|
"value": "{{100}}"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5266eefc-8d67-4697-9c4f-6113b96d3c86",
|
|
"type": "mobile",
|
|
"top": 150,
|
|
"left": 4,
|
|
"width": 33,
|
|
"height": 30,
|
|
"componentId": "a0d8a4c9-40fa-4be4-9f39-0ef0efb336ce",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "f573d4fb-772b-4ea2-9ba6-0c4f268150d8",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 5,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "a0d8a4c9-40fa-4be4-9f39-0ef0efb336ce",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "0c276b2c-be10-49b2-97dd-a32460d5f74a",
|
|
"name": "Quote2",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.quote ?? \"\"}}"
|
|
},
|
|
"label": {
|
|
"value": "Quote"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"width": {
|
|
"value": "{{100}}"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "1703354c-b225-4ebb-bdae-bc67a3ec54d8",
|
|
"type": "desktop",
|
|
"top": 260,
|
|
"left": 5,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "0c276b2c-be10-49b2-97dd-a32460d5f74a",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "d497b038-3022-4e9e-8bc3-e06819b245f2",
|
|
"type": "mobile",
|
|
"top": 280,
|
|
"left": 6,
|
|
"width": 31,
|
|
"height": 30,
|
|
"componentId": "0c276b2c-be10-49b2-97dd-a32460d5f74a",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "1ae5e392-9071-4f14-a19e-7804d15db403",
|
|
"name": "DropOffAddress2",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.dropoff_address ?? \"\"}}"
|
|
},
|
|
"label": {
|
|
"value": "Drop-off Address"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"width": {
|
|
"value": "{{100}}"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5a0c9377-5bb0-45f7-9547-d2900ccbe2c4",
|
|
"type": "desktop",
|
|
"top": 90,
|
|
"left": 5,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "1ae5e392-9071-4f14-a19e-7804d15db403",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "a455481d-0f71-41b6-a547-92d25883e076",
|
|
"type": "mobile",
|
|
"top": 100,
|
|
"left": 5,
|
|
"width": 32,
|
|
"height": 30,
|
|
"componentId": "1ae5e392-9071-4f14-a19e-7804d15db403",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "939fb95a-2547-41e2-a1fb-81a0b89878a8",
|
|
"name": "GroupSize2",
|
|
"type": "TextInput",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.group_size ?? \"\"}}"
|
|
},
|
|
"label": {
|
|
"value": "Group Size"
|
|
},
|
|
"placeholder": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"width": {
|
|
"value": "{{100}}"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "eaabd890-ec5d-450f-b37b-424028ef123f",
|
|
"type": "mobile",
|
|
"top": 210,
|
|
"left": 5,
|
|
"width": 32,
|
|
"height": 30,
|
|
"componentId": "939fb95a-2547-41e2-a1fb-81a0b89878a8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "bd80de9e-f1e4-402b-9c03-bd13fb78f057",
|
|
"type": "desktop",
|
|
"top": 210,
|
|
"left": 5,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "939fb95a-2547-41e2-a1fb-81a0b89878a8",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"name": "RequestDetailsForm",
|
|
"type": "Form",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "ab99a653-134f-4068-83ad-3d27f2c8e2cc",
|
|
"properties": {
|
|
"buttonToSubmit": {
|
|
"value": "0801922b-5557-4146-81a9-5e3b9a691603"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "10"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ccd1d5ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"layouts": [
|
|
{
|
|
"id": "159d154a-ae04-471a-8ea4-dad6d83b38b3",
|
|
"type": "mobile",
|
|
"top": 80,
|
|
"left": 21,
|
|
"width": 21,
|
|
"height": 720,
|
|
"componentId": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "d750558e-f4fb-45d5-bf2a-2fe19f7d3190",
|
|
"type": "desktop",
|
|
"top": 70,
|
|
"left": 21,
|
|
"width": 21,
|
|
"height": 770,
|
|
"componentId": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:00:20.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "cc561045-2f53-4235-958a-54e515abf01b",
|
|
"name": "SendQuoteButton2",
|
|
"type": "Button",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "44f1d160-e6e7-4092-9c08-b5235dbb13a5",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Send"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-11-10T20:25:24.262Z",
|
|
"layouts": [
|
|
{
|
|
"id": "af524939-c016-4d9c-8b42-68d2c5e5e2a4",
|
|
"type": "desktop",
|
|
"top": 320,
|
|
"left": 13,
|
|
"width": 33,
|
|
"height": 40,
|
|
"componentId": "cc561045-2f53-4235-958a-54e515abf01b",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:50:52.736Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "3a12858c-a2ea-4070-8e06-8bd293264269",
|
|
"name": "AcceptTripButton",
|
|
"type": "Button",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "Accept Trip"
|
|
},
|
|
"disabledState": {
|
|
"fxActive": true,
|
|
"value": "{{!variables?.isTripAcceptable}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#4caf5033"
|
|
},
|
|
"borderColor": {
|
|
"value": "#ffffff00"
|
|
},
|
|
"textColor": {
|
|
"value": "#4caf50ff"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#4caf50ff"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-11-10T20:25:24.262Z",
|
|
"layouts": [
|
|
{
|
|
"id": "cd98115d-ed6a-4eaa-a841-aae30c6585a4",
|
|
"type": "desktop",
|
|
"top": 630,
|
|
"left": 24,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "3a12858c-a2ea-4070-8e06-8bd293264269",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:01:14.488Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "5ff49c3e-d288-4c1d-8df6-ae155b2b61d5",
|
|
"name": "TripType",
|
|
"type": "DropDown",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.trip_type ?? \"\"}}"
|
|
},
|
|
"values": {
|
|
"value": "{{[\"Daily\",\"Day Trip\",\"Hourly\",\"Monthly\",\"Multi-day\",\"Multi-week\",\"Nightly\",\"One-day\",\"One-night\",\"One-way\",\"Round-trip\",\"Weekend\",\"Weekly\"]}}"
|
|
},
|
|
"display_values": {
|
|
"value": "{{[\"Daily\",\"Day Trip\",\"Hourly\",\"Monthly\",\"Multi-day\",\"Multi-week\",\"Nightly\",\"One-day\",\"One-night\",\"One-way\",\"Round-trip\",\"Weekend\",\"Weekly\"]}}"
|
|
}
|
|
},
|
|
"general": null,
|
|
"styles": {
|
|
"borderRadius": {
|
|
"value": "6"
|
|
}
|
|
},
|
|
"generalStyles": null,
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-29T00:05:12.269Z",
|
|
"updatedAt": "2024-10-29T00:19:58.798Z",
|
|
"layouts": [
|
|
{
|
|
"id": "43932929-2c2f-48fd-b10b-be1759973cac",
|
|
"type": "mobile",
|
|
"top": 100,
|
|
"left": 8,
|
|
"width": 8,
|
|
"height": 30,
|
|
"componentId": "5ff49c3e-d288-4c1d-8df6-ae155b2b61d5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:05:12.269Z"
|
|
},
|
|
{
|
|
"id": "33606687-1d96-4f33-8c64-a737e85f615c",
|
|
"type": "desktop",
|
|
"top": 60,
|
|
"left": 19,
|
|
"width": 13,
|
|
"height": 40,
|
|
"componentId": "5ff49c3e-d288-4c1d-8df6-ae155b2b61d5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:03:07.167Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "b8984331-d4e1-4ea9-a0e5-c6691712d821",
|
|
"name": "text7",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "<font style=\"font-weight: 500;\">Trip type</font>"
|
|
}
|
|
},
|
|
"general": null,
|
|
"styles": {
|
|
"textSize": {
|
|
"value": "12"
|
|
},
|
|
"fontWeight": {
|
|
"value": "normal"
|
|
}
|
|
},
|
|
"generalStyles": null,
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-29T00:15:28.016Z",
|
|
"updatedAt": "2024-10-29T00:16:35.690Z",
|
|
"layouts": [
|
|
{
|
|
"id": "e37c682b-5fa2-4075-9c34-3d5eccda66f5",
|
|
"type": "desktop",
|
|
"top": 30,
|
|
"left": 19,
|
|
"width": 11,
|
|
"height": 30,
|
|
"componentId": "b8984331-d4e1-4ea9-a0e5-c6691712d821",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:03:07.167Z"
|
|
},
|
|
{
|
|
"id": "dc92c495-8284-4959-840c-d4204d7f1dfc",
|
|
"type": "mobile",
|
|
"top": 10,
|
|
"left": 14,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "b8984331-d4e1-4ea9-a0e5-c6691712d821",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:15:28.016Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "f57ba466-45b9-4669-8937-c1a5a4178f3b",
|
|
"name": "text8",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "<font style=\"font-weight: 500;\">Pick-up Date & Time</font>"
|
|
}
|
|
},
|
|
"general": null,
|
|
"styles": {
|
|
"textSize": {
|
|
"value": "12"
|
|
}
|
|
},
|
|
"generalStyles": null,
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-29T00:17:07.956Z",
|
|
"updatedAt": "2024-10-29T00:17:23.389Z",
|
|
"layouts": [
|
|
{
|
|
"id": "e0fcef50-0b2d-45aa-84f0-84dac4f04c6b",
|
|
"type": "desktop",
|
|
"top": 30,
|
|
"left": 2,
|
|
"width": 11,
|
|
"height": 30,
|
|
"componentId": "f57ba466-45b9-4669-8937-c1a5a4178f3b",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:02:59.759Z"
|
|
},
|
|
{
|
|
"id": "9fa43bd7-0820-461a-b348-b9e94b2c7e3e",
|
|
"type": "mobile",
|
|
"top": 10,
|
|
"left": 14,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "f57ba466-45b9-4669-8937-c1a5a4178f3b",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:17:07.956Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c06e8aae-3526-463f-902d-82959bc667c4",
|
|
"name": "text9",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "<font style=\"font-weight: 500;\">Group Size</font>"
|
|
}
|
|
},
|
|
"general": null,
|
|
"styles": {
|
|
"textSize": {
|
|
"value": "12"
|
|
}
|
|
},
|
|
"generalStyles": null,
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-29T00:18:01.855Z",
|
|
"updatedAt": "2024-10-29T00:18:26.052Z",
|
|
"layouts": [
|
|
{
|
|
"id": "661d5cc0-f3e5-4bec-80b9-41b847cc08a3",
|
|
"type": "mobile",
|
|
"top": 10,
|
|
"left": 14,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "c06e8aae-3526-463f-902d-82959bc667c4",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:18:01.855Z"
|
|
},
|
|
{
|
|
"id": "c4dcfd46-4b38-4379-97cd-1470c42e7463",
|
|
"type": "desktop",
|
|
"top": 30,
|
|
"left": 33,
|
|
"width": 8,
|
|
"height": 30,
|
|
"componentId": "c06e8aae-3526-463f-902d-82959bc667c4",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:03:18.400Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "c78532c0-e4e2-4cec-afc0-8a8fdd70019f",
|
|
"name": "TransportationType",
|
|
"type": "DropDown",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"label": {
|
|
"value": ""
|
|
},
|
|
"values": {
|
|
"value": "{{[\"Accessible Bus\",\"Business\",\"Charter Bus\",\"Electric Buses\",\"Executive\",\"Luxury Limo\",\"Moving Truck\",\"Multiple Coaches\",\"Multiple Shuttles\",\"Off-road Vehicles\",\"Party Bus\",\"Party Buses\",\"Production Vehicles\",\"Shuttle Bus\",\"Specialized Arctic Vehicles\",\"Standard\",\"Stretch Limo\",\"Themed Bus\",\"Various Luxury Vehicles\",\"Vintage Car\"]}}"
|
|
},
|
|
"display_values": {
|
|
"value": "{{[\"Accessible Bus\",\"Business\",\"Charter Bus\",\"Electric Buses\",\"Executive\",\"Luxury Limo\",\"Moving Truck\",\"Multiple Coaches\",\"Multiple Shuttles\",\"Off-road Vehicles\",\"Party Bus\",\"Party Buses\",\"Production Vehicles\",\"Shuttle Bus\",\"Specialized Arctic Vehicles\",\"Standard\",\"Stretch Limo\",\"Themed Bus\",\"Various Luxury Vehicles\",\"Vintage Car\"]}}"
|
|
},
|
|
"value": {
|
|
"value": "{{variables.selectedRequest?.transportation_type ?? \"\"}}"
|
|
}
|
|
},
|
|
"general": null,
|
|
"styles": {},
|
|
"generalStyles": null,
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-29T00:21:45.694Z",
|
|
"updatedAt": "2024-10-29T00:24:19.953Z",
|
|
"layouts": [
|
|
{
|
|
"id": "a37025d4-4fda-42ba-96b3-d4cbbdc2cce2",
|
|
"type": "desktop",
|
|
"top": 150,
|
|
"left": 10,
|
|
"width": 31,
|
|
"height": 40,
|
|
"componentId": "c78532c0-e4e2-4cec-afc0-8a8fdd70019f",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:02:44.218Z"
|
|
},
|
|
{
|
|
"id": "fdbc2975-ab5d-42f7-9410-58331f210c15",
|
|
"type": "mobile",
|
|
"top": 100,
|
|
"left": 11,
|
|
"width": 8,
|
|
"height": 30,
|
|
"componentId": "c78532c0-e4e2-4cec-afc0-8a8fdd70019f",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:21:45.694Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "6a15273b-915e-4b85-8d0b-f72135689077",
|
|
"name": "text10",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "<font style=\"font-weight: 500;\">Transportation Type</font>"
|
|
}
|
|
},
|
|
"general": null,
|
|
"styles": {
|
|
"textSize": {
|
|
"value": "12"
|
|
}
|
|
},
|
|
"generalStyles": null,
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-29T00:23:20.084Z",
|
|
"updatedAt": "2024-10-29T00:23:36.520Z",
|
|
"layouts": [
|
|
{
|
|
"id": "7e4c5843-1b76-4927-b6e1-72af15c3936b",
|
|
"type": "mobile",
|
|
"top": 10,
|
|
"left": 14,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "6a15273b-915e-4b85-8d0b-f72135689077",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:23:20.084Z"
|
|
},
|
|
{
|
|
"id": "c2a526ca-2511-4aa6-aa62-4a63a2b31a72",
|
|
"type": "desktop",
|
|
"top": 120,
|
|
"left": 10,
|
|
"width": 15,
|
|
"height": 30,
|
|
"componentId": "6a15273b-915e-4b85-8d0b-f72135689077",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:02:44.218Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "95ccbea7-5d0f-4913-b5f6-9bfe1f21bc43",
|
|
"name": "text11",
|
|
"type": "Text",
|
|
"pageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"parent": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"properties": {
|
|
"text": {
|
|
"value": "<font style=\"font-weight: 500;\">Duration</font>"
|
|
}
|
|
},
|
|
"general": null,
|
|
"styles": {
|
|
"textSize": {
|
|
"value": "12"
|
|
}
|
|
},
|
|
"generalStyles": null,
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2024-10-29T00:24:46.615Z",
|
|
"updatedAt": "2024-10-29T00:25:06.369Z",
|
|
"layouts": [
|
|
{
|
|
"id": "c3f79231-02d0-41a8-a646-3b57f8fc8906",
|
|
"type": "desktop",
|
|
"top": 120,
|
|
"left": 2,
|
|
"width": 7,
|
|
"height": 30,
|
|
"componentId": "95ccbea7-5d0f-4913-b5f6-9bfe1f21bc43",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T01:02:44.218Z"
|
|
},
|
|
{
|
|
"id": "41dcb376-670c-492b-906a-ecdc993a4caa",
|
|
"type": "mobile",
|
|
"top": 10,
|
|
"left": 14,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "95ccbea7-5d0f-4913-b5f6-9bfe1f21bc43",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2024-10-29T00:24:46.615Z"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"pages": [
|
|
{
|
|
"id": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"name": "Dashboard",
|
|
"handle": "dashboard",
|
|
"index": 1,
|
|
"disabled": false,
|
|
"hidden": false,
|
|
"icon": null,
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z",
|
|
"autoComputeLayout": true,
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"pageGroupIndex": null,
|
|
"pageGroupId": null,
|
|
"isPageGroup": false
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"id": "fc1dd3f1-b1f1-4ab8-b74a-f857de9f664a",
|
|
"name": "onRowClicked",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedRequest",
|
|
"value": "{{components.04155b1f-5ae1-49a9-b204-b73175dcc83d.selectedRow}}",
|
|
"eventId": "onRowClicked",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "04155b1f-5ae1-49a9-b204-b73175dcc83d",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.968Z"
|
|
},
|
|
{
|
|
"id": "52277767-66e9-40b0-b7e8-2369c4b23d4f",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action0",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "899e60c3-ee51-4c88-a1db-9ae2ca27d199",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "checkRequiredFields",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "04155b1f-5ae1-49a9-b204-b73175dcc83d",
|
|
"target": "table_action",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.974Z"
|
|
},
|
|
{
|
|
"id": "eb7f435a-d4fe-4b03-93e6-58a5b35605d1",
|
|
"name": "onFocus",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.a3f6f50d-0272-40d1-88a3-c17e5952b15c.data.PickUpAddress.value}}",
|
|
"eventId": "onFocus",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "d0866dd8-fdfb-4b65-a664-82043e247256",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.979Z"
|
|
},
|
|
{
|
|
"id": "7d7a6487-8832-44c8-aef6-86ee93241ec6",
|
|
"name": "onDataQueryFailure",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "We couldn't delete the request. Please try again later or contact support.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "5691e56d-eb1a-49b3-87a6-cd158d46522d",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:47:43.901Z"
|
|
},
|
|
{
|
|
"id": "73f44734-574f-4525-a685-e5d5d45094fa",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "The request has been accepted successfully. ",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "a2886034-e7b1-4970-943e-fa79316a7588",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "9f8a99ad-456d-4e98-a760-fc347532929e",
|
|
"name": "onDataQueryFailure",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "There was an error accepting the request. Please try again in a few moments.",
|
|
"actionId": "show-alert",
|
|
"alertType": "error"
|
|
},
|
|
"sourceId": "a2886034-e7b1-4970-943e-fa79316a7588",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "31111b15-e0d3-4f65-88d1-a6a5773f7420",
|
|
"name": "onDataQueryFailure",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Oops! We couldn't load the requests. Please check your internet connection and try again.",
|
|
"actionId": "show-alert",
|
|
"alertType": "error"
|
|
},
|
|
"sourceId": "0226c6cd-baf6-4c5b-8a90-0cd76500903c",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "bf0cb25b-6b6c-432e-9993-37a4e5e652b3",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "0226c6cd-baf6-4c5b-8a90-0cd76500903c",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getAllRequests",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "a2886034-e7b1-4970-943e-fa79316a7588",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.986Z"
|
|
},
|
|
{
|
|
"id": "8ce23660-65a3-4c59-9161-c88269464fb7",
|
|
"name": "onFocus",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.a3f6f50d-0272-40d1-88a3-c17e5952b15c.data.DropOffAddress.value}}",
|
|
"eventId": "onFocus",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "f30ef2f4-61b8-4b97-9e7d-5aaa115f8a76",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.992Z"
|
|
},
|
|
{
|
|
"id": "639902e6-9a70-4add-b0c1-21b669882621",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "",
|
|
"value": "",
|
|
"eventId": "onClick",
|
|
"message": "Please implement functionality to allow user to send a quote.",
|
|
"actionId": "show-alert",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "cc561045-2f53-4235-958a-54e515abf01b",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "e453c05a-d75b-4a3e-8b16-c0bf1d4ac712",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "The request has been successfully updated.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "751d6821-a3ab-4a5b-a27a-419280d89371",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "8fec592d-f8ca-4176-9f33-129f753138d3",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "The request has been successfully deleted from the system.",
|
|
"actionId": "show-alert",
|
|
"alertType": "success"
|
|
},
|
|
"sourceId": "5691e56d-eb1a-49b3-87a6-cd158d46522d",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "759280bb-f373-4a4e-89dc-33a6ea62491b",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "5691e56d-eb1a-49b3-87a6-cd158d46522d",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "deleteRequest",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "49f1ba0b-b9f0-4bec-9857-1d392eb9270a",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.997Z"
|
|
},
|
|
{
|
|
"id": "79706797-0de4-4c61-b601-89fa6fce533f",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "47380eea-d38e-44a5-8f1c-8befbc01fadd",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "411279b7-3368-484e-b8d5-b42989ca9254",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.005Z"
|
|
},
|
|
{
|
|
"id": "fcb3eb84-ad0f-4990-9de9-5a0e86015928",
|
|
"name": "onRowClicked",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedRequest",
|
|
"value": "{{components.54280f2c-41bf-423a-a0e6-d4845297f959.selectedRow}}",
|
|
"eventId": "onRowClicked",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "54280f2c-41bf-423a-a0e6-d4845297f959",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.010Z"
|
|
},
|
|
{
|
|
"id": "a505b399-a17d-4a70-9292-f8e9083122fb",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"ref": "Action0",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "899e60c3-ee51-4c88-a1db-9ae2ca27d199",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "checkRequiredFields",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "54280f2c-41bf-423a-a0e6-d4845297f959",
|
|
"target": "table_action",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.015Z"
|
|
},
|
|
{
|
|
"id": "f71afe7e-5df1-4150-b796-e52b50c46229",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"queryId": "a2886034-e7b1-4970-943e-fa79316a7588",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "acceptTrip",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "3a12858c-a2ea-4070-8e06-8bd293264269",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.020Z"
|
|
},
|
|
{
|
|
"id": "e9642a42-295b-48e5-8f9d-2d74a34d397b",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"modal": "dbd39a0a-e537-4025-b941-ccc88191a89c",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "show-modal",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "cb9b0025-0f67-40e2-a2fa-4d7aa42e67a9",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.026Z"
|
|
},
|
|
{
|
|
"id": "160901b7-8064-419b-a568-5b1cae673d98",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.bcdae102-a72a-43d1-bc9f-43f23a77c180}}",
|
|
"eventId": "onClick",
|
|
"message": "Please implement functionality to allow user to to select a pick-up address.",
|
|
"actionId": "show-alert",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "6e796853-edc8-4ccf-906d-2110e78a89d9",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.031Z"
|
|
},
|
|
{
|
|
"id": "f62fec08-826d-43a9-b5dc-e2dc52da8945",
|
|
"name": "onFocus",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.a3f6f50d-0272-40d1-88a3-c17e5952b15c.data.PickUpAddress.value}}",
|
|
"eventId": "onFocus",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "2d370b2c-b19d-40f9-a3bd-45e1390783e8",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.038Z"
|
|
},
|
|
{
|
|
"id": "10bdeb39-dab2-431d-b068-150a2f43c019",
|
|
"name": "onClick",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.bcdae102-a72a-43d1-bc9f-43f23a77c180}}",
|
|
"eventId": "onClick",
|
|
"message": "Please implement functionality to allow user to to select a drop-off address.",
|
|
"actionId": "show-alert",
|
|
"alertType": "info",
|
|
"runOnlyIf": ""
|
|
},
|
|
"sourceId": "e6c1f982-4a98-4aed-a25d-18db20b2f448",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.042Z"
|
|
},
|
|
{
|
|
"id": "dd03130e-6e18-4953-bceb-265bbe66ea91",
|
|
"name": "onFocus",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.a3f6f50d-0272-40d1-88a3-c17e5952b15c.data.PickUpAddress.value}}",
|
|
"eventId": "onFocus",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "a0d8a4c9-40fa-4be4-9f39-0ef0efb336ce",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.049Z"
|
|
},
|
|
{
|
|
"id": "c53e938a-6979-4637-ac73-f1938d4bf286",
|
|
"name": "onFocus",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.a3f6f50d-0272-40d1-88a3-c17e5952b15c.data.PickUpAddress.value}}",
|
|
"eventId": "onFocus",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "0c276b2c-be10-49b2-97dd-a32460d5f74a",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.055Z"
|
|
},
|
|
{
|
|
"id": "ce5bc5e9-a671-483d-b875-7880573c10c5",
|
|
"name": "onFocus",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.a3f6f50d-0272-40d1-88a3-c17e5952b15c.data.PickUpAddress.value}}",
|
|
"eventId": "onFocus",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "1ae5e392-9071-4f14-a19e-7804d15db403",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.060Z"
|
|
},
|
|
{
|
|
"id": "c2aa21d5-8757-4e33-8490-c4616f2182b0",
|
|
"name": "onFocus",
|
|
"index": 0,
|
|
"event": {
|
|
"key": "selectedAddress",
|
|
"value": "{{components.a3f6f50d-0272-40d1-88a3-c17e5952b15c.data.PickUpAddress.value}}",
|
|
"eventId": "onFocus",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "939fb95a-2547-41e2-a1fb-81a0b89878a8",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.064Z"
|
|
},
|
|
{
|
|
"id": "b2d62d7b-80b2-4fcc-b109-b5d2bec77d7a",
|
|
"name": "onSubmit",
|
|
"index": 0,
|
|
"event": {
|
|
"eventId": "onSubmit",
|
|
"message": "Hello world!",
|
|
"queryId": "751d6821-a3ab-4a5b-a27a-419280d89371",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "updateRequestDetails",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "a3f6f50d-0272-40d1-88a3-c17e5952b15c",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.069Z"
|
|
},
|
|
{
|
|
"id": "3cd84874-5649-41dc-9d98-9dc2b2b15ecb",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"key": "selectedRequest",
|
|
"value": "{{queries.751d6821-a3ab-4a5b-a27a-419280d89371.data[0]}}",
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "751d6821-a3ab-4a5b-a27a-419280d89371",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.077Z"
|
|
},
|
|
{
|
|
"id": "45e1f6ee-6af5-4e3f-a671-c950a30198c1",
|
|
"name": "onDataQuerySuccess",
|
|
"index": 1,
|
|
"event": {
|
|
"eventId": "onDataQuerySuccess",
|
|
"message": "Hello world!",
|
|
"queryId": "0226c6cd-baf6-4c5b-8a90-0cd76500903c",
|
|
"actionId": "run-query",
|
|
"alertType": "info",
|
|
"queryName": "getAllRequests",
|
|
"parameters": {}
|
|
},
|
|
"sourceId": "5691e56d-eb1a-49b3-87a6-cd158d46522d",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:23.082Z"
|
|
},
|
|
{
|
|
"id": "6c592379-b0d4-4f9e-b4d6-4370eb322780",
|
|
"name": "onClick",
|
|
"index": 1,
|
|
"event": {
|
|
"key": "selectedRequest",
|
|
"eventId": "onClick",
|
|
"message": "Hello world!",
|
|
"actionId": "unset-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "49f1ba0b-b9f0-4bec-9857-1d392eb9270a",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:41:57.995Z"
|
|
},
|
|
{
|
|
"id": "52efa2b4-a407-484c-b176-e1ba897832da",
|
|
"name": "onDataQueryFailure",
|
|
"index": 2,
|
|
"event": {
|
|
"eventId": "onDataQueryFailure",
|
|
"message": "Unable to update the request at this time. Please try again later.",
|
|
"actionId": "show-alert",
|
|
"alertType": "warning"
|
|
},
|
|
"sourceId": "751d6821-a3ab-4a5b-a27a-419280d89371",
|
|
"target": "data_query",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-29T00:47:33.357Z"
|
|
},
|
|
{
|
|
"id": "78d2e884-5a7c-4c21-9a90-0f16e2659780",
|
|
"name": "onRowClicked",
|
|
"index": 1,
|
|
"event": {
|
|
"key": "isTripAcceptable",
|
|
"value": "{{true}}",
|
|
"eventId": "onRowClicked",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "54280f2c-41bf-423a-a0e6-d4845297f959",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-29T00:51:54.029Z",
|
|
"updatedAt": "2024-10-29T01:04:14.669Z"
|
|
},
|
|
{
|
|
"id": "aa51fdd4-d84f-47db-93a4-ed84be49678d",
|
|
"name": "onRowClicked",
|
|
"index": 1,
|
|
"event": {
|
|
"key": "isTripAcceptable",
|
|
"value": "{{false}}",
|
|
"eventId": "onRowClicked",
|
|
"message": "Hello world!",
|
|
"actionId": "set-custom-variable",
|
|
"alertType": "info"
|
|
},
|
|
"sourceId": "04155b1f-5ae1-49a9-b204-b73175dcc83d",
|
|
"target": "component",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-29T00:53:23.597Z",
|
|
"updatedAt": "2024-10-29T01:04:25.253Z"
|
|
}
|
|
],
|
|
"dataQueries": [
|
|
{
|
|
"id": "899e60c3-ee51-4c88-a1db-9ae2ca27d199",
|
|
"name": "checkRequiredFields",
|
|
"options": {
|
|
"code": "const pickupAddress = variables.selectedRequest.pickup_address;\nconst dropOffAddress = variables.selectedRequest.dropoff_address;\nconst groupSize = variables.selectedRequest.group_size;\nconst duration = variables.selectedRequest.duration_days;\nconst quote = variables.selectedRequest.quote;\n\nif (!pickupAddress || !dropOffAddress || !groupSize || !duration || !quote) {\n return true;\n}\n\nreturn false;\n",
|
|
"parameters": []
|
|
},
|
|
"dataSourceId": "b1e67ce7-d951-4804-bfda-0b3ccc49cd58",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "751d6821-a3ab-4a5b-a27a-419280d89371",
|
|
"name": "updateRequestDetails",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"table_id": "e7e272da-f363-4b25-8a23-746745c4df33",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1722383082122,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "request_title",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "trip_date",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "pickup_date_time",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "trip_type",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "group_size",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "duration_days",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "transportation_type",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "pickup_address",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "dropoff_address",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "quote",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "assigned_driver",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_first_name",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_last_name",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_email",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_phone",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"runOnPageLoad": false,
|
|
"update_rows": {
|
|
"columns": {
|
|
"0": {
|
|
"column": "pickup_date_time",
|
|
"value": "{{components.RequestDetailsForm.data.PickUpDateTime.value ? components.RequestDetailsForm.data.PickUpDateTime.value : \"\" }}"
|
|
},
|
|
"1": {
|
|
"column": "trip_type",
|
|
"value": "{{components.RequestDetailsForm.data.TripType.value ? components.RequestDetailsForm.data.TripType.value : \"\"}}"
|
|
},
|
|
"2": {
|
|
"column": "group_size",
|
|
"value": "{{components.RequestDetailsForm.data.GroupSize.value ? components.RequestDetailsForm.data.GroupSize.value : 0}} "
|
|
},
|
|
"3": {
|
|
"column": "duration_days",
|
|
"value": "{{components.RequestDetailsForm.data.Duration.value ? components.RequestDetailsForm.data.Duration.value : 0}}"
|
|
},
|
|
"4": {
|
|
"column": "transportation_type",
|
|
"value": "{{components.RequestDetailsForm.data.TransportationType.value ? components.RequestDetailsForm.data.TransportationType.value : \"\"}}"
|
|
},
|
|
"5": {
|
|
"column": "pickup_address",
|
|
"value": "{{components.RequestDetailsForm.data.PickUpAddress.value ? components.RequestDetailsForm.data.PickUpAddress.value : \"\"}}"
|
|
},
|
|
"6": {
|
|
"column": "dropoff_address",
|
|
"value": "{{components.RequestDetailsForm.data.DropOffAddress.value ? components.RequestDetailsForm.data.DropOffAddress.value : \"\"}}"
|
|
},
|
|
"7": {
|
|
"column": "contact_first_name",
|
|
"value": "{{components.RequestDetailsForm.data.ContactFirstName.value ? components.RequestDetailsForm.data.ContactFirstName.value : \"\"}}"
|
|
},
|
|
"8": {
|
|
"column": "contact_last_name",
|
|
"value": "{{components.RequestDetailsForm.data.ContactLastName.value ? components.RequestDetailsForm.data.ContactLastName.value : \"\"}}"
|
|
},
|
|
"9": {
|
|
"column": "contact_email",
|
|
"value": "{{components.RequestDetailsForm.data.ContactEmail.value ? components.RequestDetailsForm.data.ContactEmail.value : \"\"}}"
|
|
},
|
|
"10": {
|
|
"column": "contact_phone",
|
|
"value": "{{components.RequestDetailsForm.data.ContactPhone.value ? components.RequestDetailsForm.data.ContactPhone.value : \"\"}}"
|
|
},
|
|
"11": {
|
|
"column": "quote",
|
|
"value": "{{components.RequestDetailsForm.data.Quote.value ? components.RequestDetailsForm.data.Quote.value : 0.00}}"
|
|
},
|
|
"12": {
|
|
"column": "assigned_driver",
|
|
"value": "{{components.RequestDetailsForm.data.AssignedDriver.value ? components.RequestDetailsForm.data.AssignedDriver.value : \"\"}}"
|
|
},
|
|
"13": {
|
|
"column": "updated_at",
|
|
"value": "{{moment().format('MM.DD.YYYY')}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"f9bc2f88-dc58-4687-90d5-dbdf58a6b79b": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{variables.selectedRequest.id}}",
|
|
"id": "f9bc2f88-dc58-4687-90d5-dbdf58a6b79b"
|
|
}
|
|
}
|
|
},
|
|
"showSuccessNotification": false,
|
|
"successMessage": "Success"
|
|
},
|
|
"dataSourceId": "83a5c33f-b67f-4edd-8f56-16ef09a9525d",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "5691e56d-eb1a-49b3-87a6-cd158d46522d",
|
|
"name": "deleteRequest",
|
|
"options": {
|
|
"operation": "delete_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"table_id": "e7e272da-f363-4b25-8a23-746745c4df33",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1722381901847,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "request_title",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "trip_date",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "pickup_date_time",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "trip_type",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "group_size",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "duration_days",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "transportation_type",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "pickup_address",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "dropoff_address",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "quote",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "assigned_driver",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_first_name",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_last_name",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_email",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_phone",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"delete_rows": {
|
|
"limit": 1,
|
|
"where_filters": {
|
|
"b4407ca0-a6fa-46fe-8865-d5b39e0e547f": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{variables.selectedRequest.id}}",
|
|
"id": "b4407ca0-a6fa-46fe-8865-d5b39e0e547f"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "83a5c33f-b67f-4edd-8f56-16ef09a9525d",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "a2886034-e7b1-4970-943e-fa79316a7588",
|
|
"name": "acceptRequest",
|
|
"options": {
|
|
"operation": "update_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"organization_id": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"table_id": "e7e272da-f363-4b25-8a23-746745c4df33",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1722381786348,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "request_title",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "trip_date",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "pickup_date_time",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "trip_type",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "group_size",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "duration_days",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "transportation_type",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "pickup_address",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "dropoff_address",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "quote",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "assigned_driver",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_first_name",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_last_name",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_email",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_phone",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"update_rows": {
|
|
"columns": {
|
|
"0": {
|
|
"column": "status",
|
|
"value": "accepted"
|
|
},
|
|
"a3238de7-64f8-4967-815d-5eee850326f1": {
|
|
"column": "updated_at",
|
|
"value": "{{moment().format('MM.DD.YYYY')}}"
|
|
}
|
|
},
|
|
"where_filters": {
|
|
"6b26048d-692e-4955-9aa6-75e429254417": {
|
|
"column": "id",
|
|
"operator": "eq",
|
|
"value": "{{variables.selectedRequest.id}}",
|
|
"id": "6b26048d-692e-4955-9aa6-75e429254417"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dataSourceId": "83a5c33f-b67f-4edd-8f56-16ef09a9525d",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-10-28T23:53:22.590Z"
|
|
},
|
|
{
|
|
"id": "0226c6cd-baf6-4c5b-8a90-0cd76500903c",
|
|
"name": "getAllRequests",
|
|
"options": {
|
|
"operation": "list_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": true,
|
|
"organization_id": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"table_id": "e7e272da-f363-4b25-8a23-746745c4df33",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1722377299793,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "request_title",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "trip_date",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "pickup_date_time",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "trip_type",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "group_size",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "duration_days",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "transportation_type",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "pickup_address",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "dropoff_address",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "quote",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "assigned_driver",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_first_name",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_last_name",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_email",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "contact_phone",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"table": "6aa74e0a-e522-4a7b-991f-3bb1754e9adc"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {
|
|
"limit": "",
|
|
"order_filters": {
|
|
"78d1edad-5cfa-4536-b18a-8a444ef9a76a": {
|
|
"column": "trip_date",
|
|
"order": "asc",
|
|
"id": "78d1edad-5cfa-4536-b18a-8a444ef9a76a"
|
|
}
|
|
},
|
|
"offset": ""
|
|
},
|
|
"runOnPageLoad": true,
|
|
"transformation": "const incomingRequests = data.filter(request => request.status.toLowerCase() === 'pending');\nconst acceptedRequests = data.filter(request => request.status.toLowerCase() === 'accepted');\n \nreturn { incomingRequests, acceptedRequests };\n"
|
|
},
|
|
"dataSourceId": "83a5c33f-b67f-4edd-8f56-16ef09a9525d",
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"createdAt": "2024-10-28T23:53:22.590Z",
|
|
"updatedAt": "2024-12-03T00:26:35.326Z"
|
|
}
|
|
],
|
|
"dataSources": [
|
|
{
|
|
"id": "2cf85c2f-b9b4-4399-beea-7a41e0f21ece",
|
|
"name": "restapidefault",
|
|
"kind": "restapi",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-10-28T23:53:22.595Z",
|
|
"updatedAt": "2024-10-28T23:53:22.595Z"
|
|
},
|
|
{
|
|
"id": "b1e67ce7-d951-4804-bfda-0b3ccc49cd58",
|
|
"name": "runjsdefault",
|
|
"kind": "runjs",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-10-28T23:53:22.602Z",
|
|
"updatedAt": "2024-10-28T23:53:22.602Z"
|
|
},
|
|
{
|
|
"id": "42210f6e-0ef5-411e-b635-3b7c7b531761",
|
|
"name": "runpydefault",
|
|
"kind": "runpy",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-10-28T23:53:22.610Z",
|
|
"updatedAt": "2024-10-28T23:53:22.610Z"
|
|
},
|
|
{
|
|
"id": "83a5c33f-b67f-4edd-8f56-16ef09a9525d",
|
|
"name": "tooljetdbdefault",
|
|
"kind": "tooljetdb",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-10-28T23:53:22.617Z",
|
|
"updatedAt": "2024-10-28T23:53:22.617Z"
|
|
},
|
|
{
|
|
"id": "83e86a08-c0d4-48e1-9073-8be5bf3aebb7",
|
|
"name": "workflowsdefault",
|
|
"kind": "workflows",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2024-10-28T23:53:22.625Z",
|
|
"updatedAt": "2024-10-28T23:53:22.625Z"
|
|
}
|
|
],
|
|
"appVersions": [
|
|
{
|
|
"id": "ce61aafb-7358-4605-b163-696241690abb",
|
|
"name": "v1",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": true,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": "",
|
|
"appMode": "auto"
|
|
},
|
|
"pageSettings": {
|
|
"properties": {
|
|
"disableMenu": {
|
|
"value": "{{true}}",
|
|
"fxActive": false
|
|
}
|
|
}
|
|
},
|
|
"showViewerNavigation": false,
|
|
"homePageId": "2767324d-42d6-474c-bec0-75ea669e9006",
|
|
"appId": "8a2c620a-40ae-424d-bfa0-e8e796b96422",
|
|
"currentEnvironmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"promotedFrom": null,
|
|
"createdAt": "2024-10-28T23:53:22.586Z",
|
|
"updatedAt": "2024-12-03T00:21:16.079Z"
|
|
}
|
|
],
|
|
"appEnvironments": [
|
|
{
|
|
"id": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"organizationId": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"name": "development",
|
|
"isDefault": false,
|
|
"priority": 1,
|
|
"enabled": true,
|
|
"createdAt": "2024-04-18T15:00:24.366Z",
|
|
"updatedAt": "2024-04-18T15:00:24.366Z"
|
|
},
|
|
{
|
|
"id": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"organizationId": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"name": "staging",
|
|
"isDefault": false,
|
|
"priority": 2,
|
|
"enabled": true,
|
|
"createdAt": "2024-04-18T15:00:24.366Z",
|
|
"updatedAt": "2024-04-18T15:00:24.366Z"
|
|
},
|
|
{
|
|
"id": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"organizationId": "7bc483fb-ec16-4179-a16e-e02d42a64963",
|
|
"name": "production",
|
|
"isDefault": true,
|
|
"priority": 3,
|
|
"enabled": true,
|
|
"createdAt": "2024-04-18T15:00:24.366Z",
|
|
"updatedAt": "2024-04-18T15:00:24.366Z"
|
|
}
|
|
],
|
|
"dataSourceOptions": [
|
|
{
|
|
"id": "0c516777-bbe8-41d7-92c9-ffd143508cd9",
|
|
"dataSourceId": "2cf85c2f-b9b4-4399-beea-7a41e0f21ece",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.600Z",
|
|
"updatedAt": "2024-10-28T23:53:22.600Z"
|
|
},
|
|
{
|
|
"id": "9854233f-094c-4997-83f8-30e8dad02bb6",
|
|
"dataSourceId": "2cf85c2f-b9b4-4399-beea-7a41e0f21ece",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.600Z",
|
|
"updatedAt": "2024-10-28T23:53:22.600Z"
|
|
},
|
|
{
|
|
"id": "74b34345-9a34-4335-a2d3-7dc7198a4590",
|
|
"dataSourceId": "2cf85c2f-b9b4-4399-beea-7a41e0f21ece",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.600Z",
|
|
"updatedAt": "2024-10-28T23:53:22.600Z"
|
|
},
|
|
{
|
|
"id": "91f14b2a-237f-48c0-b701-586a1c578bda",
|
|
"dataSourceId": "b1e67ce7-d951-4804-bfda-0b3ccc49cd58",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.608Z",
|
|
"updatedAt": "2024-10-28T23:53:22.608Z"
|
|
},
|
|
{
|
|
"id": "437b8b4d-6e38-4365-9e5d-03d1adc964b9",
|
|
"dataSourceId": "b1e67ce7-d951-4804-bfda-0b3ccc49cd58",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.608Z",
|
|
"updatedAt": "2024-10-28T23:53:22.608Z"
|
|
},
|
|
{
|
|
"id": "d73e4b7d-ebc3-4a7a-bddc-576185096e1d",
|
|
"dataSourceId": "b1e67ce7-d951-4804-bfda-0b3ccc49cd58",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.608Z",
|
|
"updatedAt": "2024-10-28T23:53:22.608Z"
|
|
},
|
|
{
|
|
"id": "8baf4d8e-519a-4521-aeaf-df599ec9a1b1",
|
|
"dataSourceId": "42210f6e-0ef5-411e-b635-3b7c7b531761",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.615Z",
|
|
"updatedAt": "2024-10-28T23:53:22.615Z"
|
|
},
|
|
{
|
|
"id": "3811a71f-3996-4ec9-8a66-026b09ecf41d",
|
|
"dataSourceId": "42210f6e-0ef5-411e-b635-3b7c7b531761",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.615Z",
|
|
"updatedAt": "2024-10-28T23:53:22.615Z"
|
|
},
|
|
{
|
|
"id": "0b026a1a-653d-4b15-9903-5852d90570cf",
|
|
"dataSourceId": "42210f6e-0ef5-411e-b635-3b7c7b531761",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.615Z",
|
|
"updatedAt": "2024-10-28T23:53:22.615Z"
|
|
},
|
|
{
|
|
"id": "252c8796-7874-4ba5-a1ca-79ec0755a5f7",
|
|
"dataSourceId": "83a5c33f-b67f-4edd-8f56-16ef09a9525d",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.623Z",
|
|
"updatedAt": "2024-10-28T23:53:22.623Z"
|
|
},
|
|
{
|
|
"id": "1402fd02-9546-4064-a74d-b6f2d9b230ff",
|
|
"dataSourceId": "83a5c33f-b67f-4edd-8f56-16ef09a9525d",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.623Z",
|
|
"updatedAt": "2024-10-28T23:53:22.623Z"
|
|
},
|
|
{
|
|
"id": "36032c97-5fe4-488e-8f5e-892156080c5d",
|
|
"dataSourceId": "83a5c33f-b67f-4edd-8f56-16ef09a9525d",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.623Z",
|
|
"updatedAt": "2024-10-28T23:53:22.623Z"
|
|
},
|
|
{
|
|
"id": "6fbcd21d-87df-4824-b449-7eed2a879e89",
|
|
"dataSourceId": "83e86a08-c0d4-48e1-9073-8be5bf3aebb7",
|
|
"environmentId": "f6827ca7-9413-42dc-92ac-44b36d7f3c37",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.630Z",
|
|
"updatedAt": "2024-10-28T23:53:22.630Z"
|
|
},
|
|
{
|
|
"id": "b3371f08-f703-4305-ac49-7dc2d2b88be2",
|
|
"dataSourceId": "83e86a08-c0d4-48e1-9073-8be5bf3aebb7",
|
|
"environmentId": "f635bf6d-7179-4756-baa2-c178ab76f2b5",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.630Z",
|
|
"updatedAt": "2024-10-28T23:53:22.630Z"
|
|
},
|
|
{
|
|
"id": "49ab26ad-f950-4eb0-96e7-51908bb64bf2",
|
|
"dataSourceId": "83e86a08-c0d4-48e1-9073-8be5bf3aebb7",
|
|
"environmentId": "582f97c4-5e07-4f77-88de-bc46fe0725bc",
|
|
"options": null,
|
|
"createdAt": "2024-10-28T23:53:22.630Z",
|
|
"updatedAt": "2024-10-28T23:53:22.630Z"
|
|
}
|
|
],
|
|
"schemaDetails": {
|
|
"multiPages": true,
|
|
"multiEnv": true,
|
|
"globalDataSources": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"tooljet_version": "3.0.15-cloud-lts"
|
|
} |