Skip to content

Google_Calendar_routing: checkpointv1#2051

Open
fused-io[bot] wants to merge 1 commit into
mainfrom
aman/googlecalendarr-188cc9
Open

Google_Calendar_routing: checkpointv1#2051
fused-io[bot] wants to merge 1 commit into
mainfrom
aman/googlecalendarr-188cc9

Conversation

@fused-io

@fused-io fused-io Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Google_Calendar_routing: checkpointv1

Made in Fused Workbench


Note

Medium Risk
Large serialized canvas change and note UDF content loss can break the demo UX; the new early-exit checks in routing depend on correct empty-data detection from upstream geocode.

Overview
This PR is a Fused Workbench export checkpoint for the Google_Calendar_routing public example, not new pipeline logic.

Canvas / collection: collection.json moves to canvas schema v2 (stable udf-node-<name>-<n> IDs, edgeDisplayMode, canvas_metadata). The prior outline/presentation viewports are cleared (outlineItems: []), so guided tour framing from the old export is dropped unless recreated in Studio.

UDF packaging: Multiple meta.json files drop inline code, heavy viz/sticky-note metadata, and point at source: *.py instead. Walkthrough_video switches iframe urlsrc.

Runtime guards: gcal_events_geocode returns an info row when there is no usable location data; nyc_meeting_routes bails early when geocode output has no latitude before filtering/routing.

Content regression risk: Sticky-note UDFs no longer embed their setup copy in meta.json; several .py note files were replaced with only the <!--fused:readme--> stub, so in-canvas instructions (API keys, public calendar steps, section headers) may disappear until restored in the .py sources or READMEs.

Reviewed by Cursor Bugbot for commit 77381b6. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 3 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 77381b6. Configure here.

# Filter out meetings without valid coordinates (lat/lon)

if not meetings_df.get('latitude'):
return pd.DataFrame({"info":["no location available"]})

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DataFrame latitude truthiness crash

High Severity

The new guard uses if not meetings_df.get('latitude') on a pandas DataFrame. When the latitude column exists (the normal path after geocoding), .get returns a Series, and boolean negation raises a truth-value ambiguity error, so nyc_meeting_routes fails instead of routing meetings.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 77381b6. Configure here.

@@ -1 +1,2 @@
## 1. Fetch Google Cal events No newline at end of file
<!--fused:readme-->
Exported from Fused UDF Workbench

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sticky note text removed

Medium Severity

Textbox UDFs now load body text from .py via meta.json source, but the step labels and setup instructions were deleted and replaced with a generic workbench export line. The canvas loses tutorial copy users relied on.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 77381b6. Configure here.

"version": "1.0.0",
"name": "Google_Calendar_routing",
"dashboard_body": "{\"type\":\"canvas\",\"studioState\":{\"nodes\":[{\"id\":\"udf-node-Fri Nov 14 2025 14:56:54 GMT-0500 (Eastern Standard Time)-950326313\",\"type\":\"simple-udf\",\"position\":{\"x\":21579.574890700544,\"y\":16929.852501802798},\"selected\":false,\"zIndex\":11,\"data\":{\"widgetKey\":\"udf_Fri Nov 14 2025 14:56:54 GMT-0500 (Eastern Standard Time)-950326313\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-160849639\",\"name\":\"gcal_today_events\",\"backendId\":\"44dc664d-80c7-4c79-8a48-7f1af212ee42\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"gcal_today_events\",\"udfUniqueId\":\"1776089567827-160849639\",\"udfType\":\"auto\",\"config\":{\"title\":\"gcal_today_events\",\"description\":\"UDF: gcal_today_events (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"Fri Nov 14 2025 14:56:54 GMT-0500 (Eastern Standard Time)-950326313\",\"frameType\":null},\"isDragging\":false,\"isOverlapping\":false,\"isExternalDragActive\":false,\"externalReloadTrigger\":1775644778416},\"style\":{\"width\":700,\"height\":500},\"measured\":{\"width\":700,\"height\":385},\"dragging\":false,\"width\":700,\"height\":385.127587174582,\"resizing\":false},{\"id\":\"udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"type\":\"simple-udf\",\"position\":{\"x\":22424.372943602113,\"y\":16928.19157050208},\"selected\":false,\"zIndex\":13,\"data\":{\"widgetKey\":\"udf_Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-859027137\",\"name\":\"gcal_events_geocode\",\"backendId\":\"94c0dc71-721c-44be-9b9b-3461658d1620\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"gcal_events_geocode\",\"udfUniqueId\":\"1776089567827-859027137\",\"udfType\":\"auto\",\"config\":{\"title\":\"gcal_events_geocode\",\"description\":\"UDF: gcal_events_geocode (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"frameType\":null},\"isDragging\":false,\"isOverlapping\":false,\"isExternalDragActive\":false,\"externalReloadTrigger\":1775644775164},\"style\":{\"width\":700,\"height\":500},\"measured\":{\"width\":697,\"height\":386.6609313007175},\"dragging\":false,\"width\":698.5,\"height\":386.7885184752995,\"resizing\":false},{\"id\":\"udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"type\":\"simple-udf\",\"position\":{\"x\":23277.761957580853,\"y\":16928.19157050208},\"selected\":false,\"zIndex\":15,\"data\":{\"widgetKey\":\"udf_Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-12504843\",\"name\":\"nyc_meeting_routes\",\"backendId\":\"c013af4d-07de-49de-b571-6b2a22d67a77\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"nyc_meeting_routes\",\"udfUniqueId\":\"1776089567827-12504843\",\"udfType\":\"auto\",\"config\":{\"title\":\"nyc_meeting_routes\",\"description\":\"UDF: nyc_meeting_routes (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"frameType\":null},\"isDragging\":false,\"isOverlapping\":false,\"isExternalDragActive\":false},\"style\":{\"width\":700,\"height\":500},\"measured\":{\"width\":700,\"height\":382},\"dragging\":false,\"width\":700,\"height\":381.88754821180555,\"resizing\":false},{\"id\":\"udf-node-Fri Nov 14 2025 15:01:06 GMT-0500 (Eastern Standard Time)-247211494\",\"type\":\"simple-udf\",\"position\":{\"x\":21579.574890700544,\"y\":16755.23875309303},\"selected\":false,\"zIndex\":19,\"data\":{\"widgetKey\":\"udf_Fri Nov 14 2025 15:01:06 GMT-0500 (Eastern Standard Time)-247211494\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-663651666\",\"name\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3\",\"udfUniqueId\":\"1776089567827-663651666\",\"udfType\":\"auto\",\"textBoxColor\":\"#A8D5F7\",\"textBoxSize\":\"medium\",\"config\":{\"title\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3\",\"description\":\"UDF: note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3 (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"Fri Nov 14 2025 15:01:06 GMT-0500 (Eastern Standard Time)-247211494\",\"frameType\":null},\"isDragging\":false,\"isOverlapping\":false,\"isExternalDragActive\":false,\"textBoxGradient\":true,\"textBoxScaleFactor\":2},\"style\":{\"width\":700,\"height\":127.76620123366008},\"measured\":{\"width\":700,\"height\":128},\"dragging\":false,\"width\":700,\"height\":127.76620123366008,\"resizing\":false},{\"id\":\"udf-node-Fri Nov 14 2025 15:01:45 GMT-0500 (Eastern Standard Time)-619577267\",\"type\":\"simple-udf\",\"position\":{\"x\":22422.372943602113,\"y\":16753.004954326683},\"selected\":false,\"zIndex\":20,\"data\":{\"widgetKey\":\"udf_Fri Nov 14 2025 15:01:45 GMT-0500 (Eastern Standard Time)-619577267\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-818193923\",\"name\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4\",\"udfUniqueId\":\"1776089567827-818193923\",\"udfType\":\"auto\",\"textBoxColor\":\"#A8D5F7\",\"textBoxSize\":\"medium\",\"config\":{\"title\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4\",\"description\":\"UDF: note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4 (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"Fri Nov 14 2025 15:01:45 GMT-0500 (Eastern Standard Time)-619577267\",\"frameType\":null},\"isDragging\":false,\"isOverlapping\":false,\"isExternalDragActive\":false,\"textBoxGradient\":true,\"textBoxScaleFactor\":2},\"style\":{\"width\":699,\"height\":127.76620123366008},\"measured\":{\"width\":699,\"height\":128},\"dragging\":false,\"width\":699,\"height\":127.76620123366008,\"resizing\":false},{\"id\":\"udf-node-Fri Nov 14 2025 15:24:30 GMT-0500 (Eastern Standard Time)-549352696\",\"type\":\"simple-udf\",\"position\":{\"x\":23277.761957580853,\"y\":18503.154490459045},\"selected\":false,\"zIndex\":22,\"data\":{\"widgetKey\":\"udf_Fri Nov 14 2025 15:24:30 GMT-0500 (Eastern Standard Time)-549352696\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-754152288\",\"name\":\"note_05b5ba7d_d175_493a_8fe5_41e177b8b442\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"note_05b5ba7d_d175_493a_8fe5_41e177b8b442\",\"udfUniqueId\":\"1776089567827-754152288\",\"udfType\":\"auto\",\"textBoxColor\":\"#A5DD6B\",\"textBoxSize\":\"medium\",\"config\":{\"title\":\"note_05b5ba7d_d175_493a_8fe5_41e177b8b442\",\"description\":\"UDF: note_05b5ba7d_d175_493a_8fe5_41e177b8b442 (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"Fri Nov 14 2025 15:24:30 GMT-0500 (Eastern Standard Time)-549352696\",\"frameType\":null},\"isDragging\":false,\"isOverlapping\":false,\"isExternalDragActive\":false,\"textBoxGradient\":false},\"style\":{\"width\":692.9418253310537,\"height\":287},\"measured\":{\"width\":699,\"height\":287},\"width\":699,\"height\":287,\"resizing\":false,\"dragging\":false},{\"id\":\"udf-node-1775639166595-278985615\",\"type\":\"simple-udf\",\"position\":{\"x\":24132.150971559593,\"y\":16928.19157050208},\"selected\":false,\"zIndex\":32,\"data\":{\"widgetKey\":\"udf_1775639166595-278985615\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-110070741\",\"name\":\"late_meetings\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"late_meetings\",\"udfUniqueId\":\"1776089567827-110070741\",\"udfType\":\"auto\",\"config\":{\"title\":\"late_meetings\",\"description\":\"UDF: late_meetings (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"1775639166595-278985615\",\"frameType\":null},\"isOverlapping\":false,\"isExternalDragActive\":false,\"isDragging\":false},\"style\":{\"width\":708,\"height\":677},\"measured\":{\"width\":705,\"height\":591.4208923379374},\"dragging\":false,\"width\":705,\"height\":614.3999470876079,\"resizing\":false},{\"id\":\"udf-node-1775727416914-197487864\",\"type\":\"simple-udf\",\"position\":{\"x\":23277.761957580853,\"y\":18319.25742811468},\"selected\":false,\"zIndex\":33,\"data\":{\"widgetKey\":\"udf_1775727416914-197487864\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-523220843\",\"name\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5\",\"udfUniqueId\":\"1776089567827-523220843\",\"udfType\":\"auto\",\"textBoxColor\":\"#A8D5F7\",\"textBoxGradient\":true,\"textBoxScaleFactor\":2,\"textBoxAlignment\":\"center\",\"config\":{\"title\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5\",\"description\":\"UDF: note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5 (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"1775727416914-197487864\",\"frameType\":null},\"isOverlapping\":false,\"isExternalDragActive\":false,\"isDragging\":false},\"style\":{\"width\":1555.38901397874,\"height\":130},\"measured\":{\"width\":1555,\"height\":130},\"dragging\":false,\"width\":1555.38901397874,\"height\":130,\"resizing\":false},{\"id\":\"udf-node-1775727483340-598113319\",\"type\":\"simple-udf\",\"position\":{\"x\":24132.150971559593,\"y\":18503.154490459045},\"selected\":false,\"zIndex\":34,\"data\":{\"widgetKey\":\"udf_1775727483340-598113319\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-418551101\",\"name\":\"note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2\",\"udfUniqueId\":\"1776089567827-418551101\",\"udfType\":\"auto\",\"textBoxColor\":\"#A5DD6B\",\"textBoxGradient\":false,\"textBoxScaleFactor\":1,\"textBoxAlignment\":\"left\",\"config\":{\"title\":\"note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2\",\"description\":\"UDF: note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2 (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"1775727483340-598113319\",\"frameType\":null},\"isOverlapping\":false,\"isExternalDragActive\":false,\"isDragging\":false},\"style\":{\"width\":692.9418253310537,\"height\":287},\"measured\":{\"width\":705,\"height\":287},\"dragging\":false,\"width\":701.0581746689459,\"height\":287,\"resizing\":false},{\"id\":\"udf-node-1775727553419-123215961\",\"type\":\"simple-udf\",\"position\":{\"x\":23277.761957580853,\"y\":16753.004954326683},\"selected\":false,\"zIndex\":35,\"data\":{\"widgetKey\":\"udf_1775727553419-123215961\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-767359941\",\"name\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6\",\"udfUniqueId\":\"1776089567827-767359941\",\"udfType\":\"auto\",\"textBoxColor\":\"#A8D5F7\",\"textBoxGradient\":true,\"textBoxScaleFactor\":2,\"textBoxAlignment\":\"center\",\"config\":{\"title\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6\",\"description\":\"UDF: note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6 (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"1775727553419-123215961\",\"frameType\":null},\"isOverlapping\":false,\"isExternalDragActive\":false,\"isDragging\":false},\"style\":{\"width\":699,\"height\":127.76620123366008},\"measured\":{\"width\":699,\"height\":128},\"dragging\":false,\"width\":699,\"height\":127.76620123366008},{\"id\":\"udf-node-1775727572519-23558283\",\"type\":\"simple-udf\",\"position\":{\"x\":23278.761957580853,\"y\":17331.612462840018},\"selected\":false,\"zIndex\":36,\"data\":{\"widgetKey\":\"udf_1775727572519-23558283\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-246941405\",\"name\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7\",\"udfUniqueId\":\"1776089567827-246941405\",\"udfType\":\"auto\",\"textBoxColor\":\"#A8D5F7\",\"textBoxGradient\":true,\"textBoxScaleFactor\":1.5,\"textBoxAlignment\":\"left\",\"config\":{\"title\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7\",\"description\":\"UDF: note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7 (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"1775727572519-23558283\",\"frameType\":null},\"isOverlapping\":false,\"isExternalDragActive\":false,\"isDragging\":false},\"style\":{\"width\":699,\"height\":95},\"measured\":{\"width\":699,\"height\":188},\"dragging\":false,\"width\":699,\"height\":188,\"resizing\":false},{\"id\":\"udf-node-1776073043825-585824996\",\"type\":\"simple-udf\",\"position\":{\"x\":23277.761957580853,\"y\":15630.579463342554},\"selected\":false,\"zIndex\":38,\"data\":{\"widgetKey\":\"udf_1776073043825-585824996\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089567827-440023025\",\"name\":\"Walkthrough_video\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"Walkthrough_video\",\"udfUniqueId\":\"1776089567827-440023025\",\"udfType\":\"auto\",\"config\":{\"title\":\"Walkthrough_video\",\"description\":\"UDF: Walkthrough_video (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"1776073043825-585824996\",\"frameType\":null},\"isOverlapping\":false,\"isExternalDragActive\":false,\"isDragging\":false},\"style\":{\"width\":700,\"height\":500},\"measured\":{\"width\":1555.38901397874,\"height\":952},\"dragging\":false,\"width\":1574,\"height\":952,\"resizing\":false},{\"id\":\"udf-node-1776089686717-366679322\",\"type\":\"simple-udf\",\"position\":{\"x\":24132.150971559593,\"y\":16753.004954326683},\"selected\":false,\"zIndex\":39,\"data\":{\"widgetKey\":\"udf_1776089686717-366679322\",\"widgetType\":\"simple-udf\",\"udfInfo\":{\"uniqueId\":\"1776089686717-366679322\",\"name\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8\",\"udfType\":\"auto\",\"isTextEditor\":false,\"frameType\":null},\"udfName\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8\",\"udfUniqueId\":\"1776089686717-366679322\",\"udfType\":\"auto\",\"textBoxColor\":\"#A8D5F7\",\"textBoxGradient\":true,\"textBoxScaleFactor\":2,\"textBoxAlignment\":\"center\",\"config\":{\"title\":\"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8\",\"description\":\"UDF: note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8 (auto)\",\"visible\":true,\"componentType\":\"udf\",\"renderType\":\"iframe\",\"canSend\":true,\"canReceive\":true,\"messageTypes\":[\"data\",\"filter\"],\"supportedFilters\":[\"spatial\",\"categorical\"],\"udfUniqueId\":\"1776089686717-366679322\",\"frameType\":null},\"isOverlapping\":false,\"isExternalDragActive\":false,\"isDragging\":false},\"style\":{\"width\":705,\"height\":127.76620123366008},\"measured\":{\"width\":705,\"height\":128},\"dragging\":false,\"width\":705,\"height\":127.76620123366008,\"resizing\":false}],\"edges\":[{\"id\":\"edge-1775636355047\",\"source\":\"udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"target\":\"udf-node-1775636352360-790823527\",\"sourceHandle\":\"source-bottom\",\"targetHandle\":\"target-top\",\"type\":\"studio\",\"data\":{\"managedBy\":\"user\",\"edgeType\":\"user\",\"animated\":true,\"isDirectional\":true,\"sourceUdfUniqueId\":\"1775632597458-628598451\",\"targetUdfUniqueId\":\"1775636352360-790823527\",\"sourceUdfName\":\"gcal_events_geocode\",\"targetUdfName\":\"map_gcal_events\"},\"selected\":false},{\"id\":\"edge-1775636453670\",\"source\":\"udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"target\":\"udf-node-1775636447197-906244667\",\"sourceHandle\":\"source-bottom\",\"targetHandle\":\"target-top\",\"type\":\"studio\",\"data\":{\"managedBy\":\"user\",\"edgeType\":\"user\",\"animated\":true,\"isDirectional\":true,\"sourceUdfUniqueId\":\"1775632597458-125572540\",\"targetUdfUniqueId\":\"1775636447197-906244667\",\"sourceUdfName\":\"nyc_meeting_routes\",\"targetUdfName\":\"map_gcal_routing\"},\"selected\":false},{\"id\":\"edge-1775637127654\",\"source\":\"udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"target\":\"udf-node-1775637124875-167313316\",\"sourceHandle\":\"source-right\",\"targetHandle\":\"target-left\",\"type\":\"studio\",\"data\":{\"managedBy\":\"user\",\"edgeType\":\"user\",\"animated\":true,\"isDirectional\":true,\"sourceUdfUniqueId\":\"1775632597458-125572540\",\"targetUdfUniqueId\":\"1775637124875-167313316\",\"sourceUdfName\":\"nyc_meeting_routes\",\"targetUdfName\":\"meeting_status_widget\"},\"selected\":false},{\"id\":\"edge-1775638336358\",\"source\":\"udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"target\":\"udf-node-1775638320949-646086549\",\"sourceHandle\":\"source-right\",\"targetHandle\":\"target-left\",\"type\":\"studio\",\"data\":{\"managedBy\":\"user\",\"edgeType\":\"user\",\"animated\":true,\"isDirectional\":true,\"sourceUdfUniqueId\":\"1775632597458-125572540\",\"targetUdfUniqueId\":\"1775638320949-646086549\",\"sourceUdfName\":\"nyc_meeting_routes\",\"targetUdfName\":\"meeting_table_simple\"},\"selected\":false},{\"id\":\"edge-1775639173113\",\"source\":\"udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"target\":\"udf-node-1775639166595-278985615\",\"sourceHandle\":\"source-bottom\",\"targetHandle\":\"target-left\",\"type\":\"studio\",\"data\":{\"managedBy\":\"user\",\"edgeType\":\"user\",\"animated\":true,\"isDirectional\":true,\"sourceUdfUniqueId\":\"1775638866339-374407999\",\"targetUdfUniqueId\":\"1775639166595-278985615\",\"sourceUdfName\":\"nyc_meeting_routes\",\"targetUdfName\":\"late_meetings\"},\"selected\":false},{\"id\":\"edge-1775639187316\",\"source\":\"udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"target\":\"udf-node-1775639166595-278985615\",\"sourceHandle\":\"source-bottom\",\"targetHandle\":\"target-left\",\"type\":\"studio\",\"data\":{\"managedBy\":\"user\",\"edgeType\":\"user\",\"animated\":true,\"isDirectional\":true,\"sourceUdfUniqueId\":\"1775638866339-368467384\",\"targetUdfUniqueId\":\"1775639166595-278985615\",\"sourceUdfName\":\"gcal_events_geocode\",\"targetUdfName\":\"late_meetings\"},\"selected\":false},{\"id\":\"edge-udf-node-Fri Nov 14 2025 14:56:54 GMT-0500 (Eastern Standard Time)-950326313-udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567-1775727205698\",\"source\":\"udf-node-Fri Nov 14 2025 14:56:54 GMT-0500 (Eastern Standard Time)-950326313\",\"target\":\"udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"type\":\"studio\",\"markerEnd\":\"arrowclosed\",\"data\":{\"managedBy\":\"udf-dependencies\",\"animated\":true,\"connectionStatus\":\"connected\",\"isDirectional\":true,\"sourceUdfName\":\"gcal_today_events\",\"targetUdfName\":\"gcal_events_geocode\",\"edgeType\":\"code-dependency\",\"loadType\":[\"load\"]},\"selected\":false},{\"id\":\"edge-udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567-udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909-1776082747559\",\"source\":\"udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"target\":\"udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"type\":\"studio\",\"markerEnd\":\"arrowclosed\",\"data\":{\"managedBy\":\"udf-dependencies\",\"animated\":true,\"connectionStatus\":\"connected\",\"isDirectional\":true,\"sourceUdfName\":\"gcal_events_geocode\",\"targetUdfName\":\"nyc_meeting_routes\",\"edgeType\":\"code-dependency\",\"loadType\":[\"load\"]},\"selected\":false}],\"viewport\":{\"x\":-7500.514659815033,\"y\":-5480.10358577944,\"zoom\":0.3523300856691768},\"selectedNodes\":[],\"selectedEdges\":[],\"annotations\":[],\"outlineItems\":[{\"id\":\"viewport-1776089728291\",\"type\":\"viewport\",\"name\":\"Google Calendar routing pipeline\",\"viewport\":{\"x\":-10681.160204441449,\"y\":-7713.081752386013,\"zoom\":0.4979600130098027},\"capturedNodeIds\":[\"udf-node-Fri Nov 14 2025 14:56:54 GMT-0500 (Eastern Standard Time)-950326313\",\"udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"udf-node-Fri Nov 14 2025 15:01:06 GMT-0500 (Eastern Standard Time)-247211494\",\"udf-node-Fri Nov 14 2025 15:01:45 GMT-0500 (Eastern Standard Time)-619577267\",\"udf-node-1775639166595-278985615\",\"udf-node-1775727553419-123215961\",\"udf-node-1775727572519-23558283\",\"udf-node-1776073043825-585824996\",\"udf-node-1776089686717-366679322\"],\"captureMode\":\"fitToNodes\",\"children\":[\"viewport-1776089735686\",\"viewport-1776089749507\",\"viewport-1776089771784\",\"viewport-1776089783297\",\"viewport-1776089808224\"]},{\"id\":\"viewport-1776089735686\",\"type\":\"viewport\",\"name\":\"Walkthrough_video\",\"viewport\":{\"x\":-9302.457092646284,\"y\":-6373.319150686414,\"zoom\":0.4284779056836707},\"capturedNodeIds\":[\"udf-node-1776073043825-585824996\"],\"captureMode\":\"fitToNodes\",\"children\":[]},{\"id\":\"viewport-1776089749507\",\"type\":\"viewport\",\"name\":\"1. Fetch Google Calendar events\",\"viewport\":{\"x\":-42953.64978140109,\"y\":-33391.36511538093,\"zoom\":2},\"capturedNodeIds\":[\"udf-node-Fri Nov 14 2025 14:56:54 GMT-0500 (Eastern Standard Time)-950326313\",\"udf-node-Fri Nov 14 2025 15:01:06 GMT-0500 (Eastern Standard Time)-247211494\"],\"captureMode\":\"fitToNodes\",\"children\":[]},{\"id\":\"viewport-1776089771784\",\"type\":\"viewport\",\"name\":\"2. Geocode & Route\",\"viewport\":{\"x\":-14877.843964433401,\"y\":-10779.449811051734,\"zoom\":0.6734480998278424},\"capturedNodeIds\":[\"udf-node-Fri Nov 14 2025 14:57:25 GMT-0500 (Eastern Standard Time)-882190567\",\"udf-node-Fri Nov 14 2025 15:01:45 GMT-0500 (Eastern Standard Time)-619577267\"],\"captureMode\":\"fitToNodes\",\"children\":[]},{\"id\":\"viewport-1776089783297\",\"type\":\"viewport\",\"name\":\"3. Fing late meetings\",\"viewport\":{\"x\":-15357.843964433403,\"y\":-10941.449811051734,\"zoom\":0.6734480998278424},\"capturedNodeIds\":[\"udf-node-Fri Nov 14 2025 14:57:59 GMT-0500 (Eastern Standard Time)-824175909\",\"udf-node-1775727553419-123215961\",\"udf-node-1775727572519-23558283\"],\"captureMode\":\"fitToNodes\",\"children\":[]},{\"id\":\"viewport-1776089808224\",\"type\":\"viewport\",\"name\":\"(Bonus) Widget visualization\",\"viewport\":{\"x\":-13669.670829772338,\"y\":-9947.461819238231,\"zoom\":0.6102152485557948},\"capturedNodeIds\":[\"udf-node-1775639166595-278985615\",\"udf-node-1776089686717-366679322\"],\"captureMode\":\"fitToNodes\",\"children\":[]},{\"id\":\"viewport-1776089825593\",\"type\":\"viewport\",\"name\":\"Build this yourself\",\"viewport\":{\"x\":-26045.032332983286,\"y\":-17004.741433033945,\"zoom\":1.0219435419825575},\"capturedNodeIds\":[\"udf-node-Fri Nov 14 2025 15:24:30 GMT-0500 (Eastern Standard Time)-549352696\",\"udf-node-1775633314464-995580882\",\"udf-node-1775727416914-197487864\",\"udf-node-1775727483340-598113319\"],\"captureMode\":\"fitToNodes\"}],\"isToolbarOpen\":true,\"isSidebarOpen\":true,\"sidebarWidth\":280,\"currentTool\":\"select\",\"isPresentationMode\":false,\"isCanvasLocked\":false,\"lastUpdated\":1776089948800,\"viewportBounds\":{\"minX\":21288.317304976626,\"minY\":15553.890538104737,\"maxX\":26427.45230550038,\"maxY\":19070.47924396782},\"suppressedAutoEdges\":[]}}"
"dashboard_body": "{\"type\": \"canvas\", \"version\": 2, \"studioState\": {\"isToolbarOpen\": true, \"isSidebarOpen\": true, \"sidebarWidth\": 280, \"currentTool\": \"select\", \"isCanvasLocked\": false, \"edgeDisplayMode\": \"floating\", \"lastUpdated\": 0, \"selectedUdf\": 1, \"selectedNodes\": [], \"selectedEdges\": [], \"annotations\": [], \"outlineItems\": [], \"suppressedAutoEdges\": [], \"isPresentationMode\": false, \"comments\": [], \"viewport\": {\"x\": -11895.640140258627, \"y\": -9227.559937520444, \"zoom\": 0.5601264818470172}, \"viewportBounds\": {\"minX\": 21237.41784361409, \"minY\": 16474.064763180922, \"maxX\": 22697.405538356663, \"maxY\": 17852.3248973105}, \"nodes\": [{\"id\": \"udf-node-gcal_today_events-0\", \"type\": \"simple-udf\", \"position\": {\"x\": 21579.574890700544, \"y\": 16929.852501802798}, \"selected\": false, \"zIndex\": 11, \"data\": {\"widgetKey\": \"udf_gcal_today_events\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-gcal_today_events-0\", \"name\": \"gcal_today_events\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"gcal_today_events\", \"udfUniqueId\": \"udf-node-gcal_today_events-0\", \"udfType\": \"auto\", \"nodeTitle\": \"gcal_today_events\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-gcal_today_events-0\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false}, \"style\": {\"width\": 700, \"height\": 385.127587174582}, \"measured\": {\"width\": 700, \"height\": 385.127587174582}}, {\"id\": \"udf-node-gcal_events_geocode-1\", \"type\": \"simple-udf\", \"position\": {\"x\": 22424.372943602113, \"y\": 16928.19157050208}, \"selected\": false, \"zIndex\": 13, \"data\": {\"widgetKey\": \"udf_gcal_events_geocode\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-gcal_events_geocode-1\", \"name\": \"gcal_events_geocode\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"gcal_events_geocode\", \"udfUniqueId\": \"udf-node-gcal_events_geocode-1\", \"udfType\": \"auto\", \"nodeTitle\": \"gcal_events_geocode\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-gcal_events_geocode-1\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false}, \"style\": {\"width\": 698.5, \"height\": 386.7885184752995}, \"measured\": {\"width\": 698.5, \"height\": 386.7885184752995}}, {\"id\": \"udf-node-nyc_meeting_routes-2\", \"type\": \"simple-udf\", \"position\": {\"x\": 23277.761957580853, \"y\": 16928.19157050208}, \"selected\": false, \"zIndex\": 15, \"data\": {\"widgetKey\": \"udf_nyc_meeting_routes\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-nyc_meeting_routes-2\", \"name\": \"nyc_meeting_routes\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"nyc_meeting_routes\", \"udfUniqueId\": \"udf-node-nyc_meeting_routes-2\", \"udfType\": \"auto\", \"nodeTitle\": \"nyc_meeting_routes\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-nyc_meeting_routes-2\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false}, \"style\": {\"width\": 700, \"height\": 381.88754821180555}, \"measured\": {\"width\": 700, \"height\": 381.88754821180555}}, {\"id\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3-3\", \"type\": \"simple-udf\", \"position\": {\"x\": 21579.574890700544, \"y\": 16755.23875309303}, \"selected\": false, \"zIndex\": 19, \"data\": {\"widgetKey\": \"udf_note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3-3\", \"name\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3\", \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3-3\", \"udfType\": \"auto\", \"nodeTitle\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_3-3\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false, \"textBoxColor\": \"#A8D5F7\", \"textBoxGradient\": true, \"textBoxScaleFactor\": 2}, \"style\": {\"width\": 700, \"height\": 127.76620123366008}, \"measured\": {\"width\": 700, \"height\": 127.76620123366008}}, {\"id\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4-4\", \"type\": \"simple-udf\", \"position\": {\"x\": 22422.372943602113, \"y\": 16753.004954326683}, \"selected\": false, \"zIndex\": 20, \"data\": {\"widgetKey\": \"udf_note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4-4\", \"name\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4\", \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4-4\", \"udfType\": \"auto\", \"nodeTitle\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_4-4\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false, \"textBoxColor\": \"#A8D5F7\", \"textBoxGradient\": true, \"textBoxScaleFactor\": 2}, \"style\": {\"width\": 699, \"height\": 127.76620123366008}, \"measured\": {\"width\": 699, \"height\": 127.76620123366008}}, {\"id\": \"udf-node-note_05b5ba7d_d175_493a_8fe5_41e177b8b442-5\", \"type\": \"simple-udf\", \"position\": {\"x\": 23277.761957580853, \"y\": 18503.154490459045}, \"selected\": false, \"zIndex\": 22, \"data\": {\"widgetKey\": \"udf_note_05b5ba7d_d175_493a_8fe5_41e177b8b442\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-note_05b5ba7d_d175_493a_8fe5_41e177b8b442-5\", \"name\": \"note_05b5ba7d_d175_493a_8fe5_41e177b8b442\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"note_05b5ba7d_d175_493a_8fe5_41e177b8b442\", \"udfUniqueId\": \"udf-node-note_05b5ba7d_d175_493a_8fe5_41e177b8b442-5\", \"udfType\": \"auto\", \"nodeTitle\": \"note_05b5ba7d_d175_493a_8fe5_41e177b8b442\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-note_05b5ba7d_d175_493a_8fe5_41e177b8b442-5\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false, \"textBoxColor\": \"#A5DD6B\", \"textBoxGradient\": false}, \"style\": {\"width\": 699, \"height\": 287}, \"measured\": {\"width\": 699, \"height\": 287}}, {\"id\": \"udf-node-late_meetings-6\", \"type\": \"simple-udf\", \"position\": {\"x\": 24132.150971559593, \"y\": 16928.19157050208}, \"selected\": false, \"zIndex\": 32, \"data\": {\"widgetKey\": \"udf_late_meetings\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-late_meetings-6\", \"name\": \"late_meetings\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"late_meetings\", \"udfUniqueId\": \"udf-node-late_meetings-6\", \"udfType\": \"auto\", \"nodeTitle\": \"late_meetings\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-late_meetings-6\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false}, \"style\": {\"width\": 705, \"height\": 614.3999470876079}, \"measured\": {\"width\": 705, \"height\": 614.3999470876079}}, {\"id\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5-7\", \"type\": \"simple-udf\", \"position\": {\"x\": 23277.761957580853, \"y\": 18319.25742811468}, \"selected\": false, \"zIndex\": 33, \"data\": {\"widgetKey\": \"udf_note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5-7\", \"name\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5\", \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5-7\", \"udfType\": \"auto\", \"nodeTitle\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_5-7\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false, \"textBoxColor\": \"#A8D5F7\", \"textBoxGradient\": true, \"textBoxScaleFactor\": 2, \"textBoxAlignment\": \"center\"}, \"style\": {\"width\": 1555.38901397874, \"height\": 130}, \"measured\": {\"width\": 1555.38901397874, \"height\": 130}}, {\"id\": \"udf-node-note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2-8\", \"type\": \"simple-udf\", \"position\": {\"x\": 24132.150971559593, \"y\": 18503.154490459045}, \"selected\": false, \"zIndex\": 34, \"data\": {\"widgetKey\": \"udf_note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2-8\", \"name\": \"note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2\", \"udfUniqueId\": \"udf-node-note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2-8\", \"udfType\": \"auto\", \"nodeTitle\": \"note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-note_05b5ba7d_d175_493a_8fe5_41e177b8b442_2-8\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false, \"textBoxColor\": \"#A5DD6B\", \"textBoxGradient\": false, \"textBoxScaleFactor\": 1, \"textBoxAlignment\": \"left\"}, \"style\": {\"width\": 701.0581746689459, \"height\": 287}, \"measured\": {\"width\": 701.0581746689459, \"height\": 287}}, {\"id\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6-9\", \"type\": \"simple-udf\", \"position\": {\"x\": 23277.761957580853, \"y\": 16753.004954326683}, \"selected\": false, \"zIndex\": 35, \"data\": {\"widgetKey\": \"udf_note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6-9\", \"name\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6\", \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6-9\", \"udfType\": \"auto\", \"nodeTitle\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_6-9\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false, \"textBoxColor\": \"#A8D5F7\", \"textBoxGradient\": true, \"textBoxScaleFactor\": 2, \"textBoxAlignment\": \"center\"}, \"style\": {\"width\": 699, \"height\": 127.76620123366008}, \"measured\": {\"width\": 699, \"height\": 127.76620123366008}}, {\"id\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7-10\", \"type\": \"simple-udf\", \"position\": {\"x\": 23278.761957580853, \"y\": 17331.612462840018}, \"selected\": false, \"zIndex\": 36, \"data\": {\"widgetKey\": \"udf_note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7-10\", \"name\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7\", \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7-10\", \"udfType\": \"auto\", \"nodeTitle\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_7-10\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false, \"textBoxColor\": \"#A8D5F7\", \"textBoxGradient\": true, \"textBoxScaleFactor\": 1.5, \"textBoxAlignment\": \"left\"}, \"style\": {\"width\": 699, \"height\": 188}, \"measured\": {\"width\": 699, \"height\": 188}}, {\"id\": \"udf-node-Walkthrough_video-11\", \"type\": \"simple-udf\", \"position\": {\"x\": 23277.761957580853, \"y\": 15630.579463342554}, \"selected\": false, \"zIndex\": 38, \"data\": {\"widgetKey\": \"udf_Walkthrough_video\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-Walkthrough_video-11\", \"name\": \"Walkthrough_video\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"Walkthrough_video\", \"udfUniqueId\": \"udf-node-Walkthrough_video-11\", \"udfType\": \"auto\", \"nodeTitle\": \"Walkthrough_video\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-Walkthrough_video-11\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false}, \"style\": {\"width\": 1574, \"height\": 952}, \"measured\": {\"width\": 1574, \"height\": 952}}, {\"id\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8-12\", \"type\": \"simple-udf\", \"position\": {\"x\": 24132.150971559593, \"y\": 16753.004954326683}, \"selected\": false, \"zIndex\": 39, \"data\": {\"widgetKey\": \"udf_note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8\", \"widgetType\": \"simple-udf\", \"udfInfo\": {\"uniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8-12\", \"name\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8\", \"udfType\": \"auto\", \"isTextEditor\": false, \"frameType\": null}, \"udfName\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8\", \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8-12\", \"udfType\": \"auto\", \"nodeTitle\": \"note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8\", \"nodeDescription\": \"Exported from Fused UDF Workbench\", \"config\": {\"visible\": true, \"componentType\": \"udf\", \"renderType\": \"iframe\", \"canSend\": true, \"canReceive\": true, \"messageTypes\": [\"data\", \"filter\"], \"supportedFilters\": [\"spatial\", \"categorical\"], \"udfUniqueId\": \"udf-node-note_1d9f0a3e_9acf_45d9_bcc2_ddade2e6ab56_8-12\", \"frameType\": null}, \"isOverlapping\": false, \"isExternalDragActive\": false, \"textBoxColor\": \"#A8D5F7\", \"textBoxGradient\": true, \"textBoxScaleFactor\": 2, \"textBoxAlignment\": \"center\"}, \"style\": {\"width\": 705, \"height\": 127.76620123366008}, \"measured\": {\"width\": 705, \"height\": 127.76620123366008}}], \"edges\": [{\"id\": \"edge-0-gcal_events_geocode-udf-node-1775636352360-790823527\", \"source\": \"udf-node-gcal_events_geocode-1\", \"target\": \"udf-node-1775636352360-790823527\", \"type\": \"studio\", \"data\": {\"managedBy\": \"user\", \"animated\": true, \"connectionStatus\": \"connected\", \"isDirectional\": true, \"sourceUdfName\": \"gcal_events_geocode\", \"targetUdfName\": \"udf-node-1775636352360-790823527\", \"edgeType\": \"user\"}}, {\"id\": \"edge-1-nyc_meeting_routes-udf-node-1775636447197-906244667\", \"source\": \"udf-node-nyc_meeting_routes-2\", \"target\": \"udf-node-1775636447197-906244667\", \"type\": \"studio\", \"data\": {\"managedBy\": \"user\", \"animated\": true, \"connectionStatus\": \"connected\", \"isDirectional\": true, \"sourceUdfName\": \"nyc_meeting_routes\", \"targetUdfName\": \"udf-node-1775636447197-906244667\", \"edgeType\": \"user\"}}, {\"id\": \"edge-2-nyc_meeting_routes-udf-node-1775637124875-167313316\", \"source\": \"udf-node-nyc_meeting_routes-2\", \"target\": \"udf-node-1775637124875-167313316\", \"type\": \"studio\", \"data\": {\"managedBy\": \"user\", \"animated\": true, \"connectionStatus\": \"connected\", \"isDirectional\": true, \"sourceUdfName\": \"nyc_meeting_routes\", \"targetUdfName\": \"udf-node-1775637124875-167313316\", \"edgeType\": \"user\"}}, {\"id\": \"edge-3-nyc_meeting_routes-udf-node-1775638320949-646086549\", \"source\": \"udf-node-nyc_meeting_routes-2\", \"target\": \"udf-node-1775638320949-646086549\", \"type\": \"studio\", \"data\": {\"managedBy\": \"user\", \"animated\": true, \"connectionStatus\": \"connected\", \"isDirectional\": true, \"sourceUdfName\": \"nyc_meeting_routes\", \"targetUdfName\": \"udf-node-1775638320949-646086549\", \"edgeType\": \"user\"}}, {\"id\": \"edge-4-nyc_meeting_routes-late_meetings\", \"source\": \"udf-node-nyc_meeting_routes-2\", \"target\": \"udf-node-late_meetings-6\", \"type\": \"studio\", \"data\": {\"managedBy\": \"user\", \"animated\": true, \"connectionStatus\": \"connected\", \"isDirectional\": true, \"sourceUdfName\": \"nyc_meeting_routes\", \"targetUdfName\": \"late_meetings\", \"edgeType\": \"user\"}}, {\"id\": \"edge-5-gcal_events_geocode-late_meetings\", \"source\": \"udf-node-gcal_events_geocode-1\", \"target\": \"udf-node-late_meetings-6\", \"type\": \"studio\", \"data\": {\"managedBy\": \"user\", \"animated\": true, \"connectionStatus\": \"connected\", \"isDirectional\": true, \"sourceUdfName\": \"gcal_events_geocode\", \"targetUdfName\": \"late_meetings\", \"edgeType\": \"user\"}}, {\"id\": \"edge-6-gcal_today_events-gcal_events_geocode\", \"source\": \"udf-node-gcal_today_events-0\", \"target\": \"udf-node-gcal_events_geocode-1\", \"type\": \"studio\", \"data\": {\"managedBy\": \"user\", \"animated\": true, \"connectionStatus\": \"connected\", \"isDirectional\": true, \"sourceUdfName\": \"gcal_today_events\", \"targetUdfName\": \"gcal_events_geocode\", \"edgeType\": \"user\"}}, {\"id\": \"edge-7-gcal_events_geocode-nyc_meeting_routes\", \"source\": \"udf-node-gcal_events_geocode-1\", \"target\": \"udf-node-nyc_meeting_routes-2\", \"type\": \"studio\", \"data\": {\"managedBy\": \"user\", \"animated\": true, \"connectionStatus\": \"connected\", \"isDirectional\": true, \"sourceUdfName\": \"gcal_events_geocode\", \"targetUdfName\": \"nyc_meeting_routes\", \"edgeType\": \"user\"}}]}, \"canvas_metadata\": {\"folderName\": \"Google_Calendar_routing\", \"gitRepo\": \"fusedio/udfs/public\", \"gitLastModified\": \"2026-04-13T14:22:10+00:00\"}}"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Canvas edges missing targets

Medium Severity

The exported dashboard_body keeps edges pointing at node ids such as udf-node-1775636352360-790823527, but those nodes are not in the nodes list anymore. Studio connections to map/widget nodes are broken after the v2 export.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 77381b6. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant