Files
Odoo-Modules/fusion_schedule/graphify-out/graph.html
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

257 lines
198 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/fusion_schedule/graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend"></div>
</div>
<div id="stats">207 nodes &middot; 322 edges &middot; 45 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_fusion_schedule_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_manifest_py", "label": "__manifest__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_utils_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/utils/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_account_py", "label": "fusion_calendar_account.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "fusion_calendar_account.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 7}, {"id": "fusion_calendar_account_fusioncalendaraccount", "label": "FusionCalendarAccount", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionCalendarAccount", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 35}, {"id": "fusion_calendar_account_compute_name", "label": "_compute_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 1}, {"id": "fusion_calendar_account_fusioncalendaraccount_get_google_client_id", "label": "._get_google_client_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_google_client_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_get_google_client_secret", "label": "._get_google_client_secret()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_google_client_secret()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 3}, {"id": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_id", "label": "._get_microsoft_client_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_microsoft_client_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_secret", "label": "._get_microsoft_client_secret()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_microsoft_client_secret()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 3}, {"id": "fusion_calendar_account_fusioncalendaraccount_get_valid_token", "label": "._get_valid_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_valid_token()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 7}, {"id": "fusion_calendar_account_fusioncalendaraccount_refresh_token", "label": "._refresh_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._refresh_token()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 6}, {"id": "fusion_calendar_account_fusioncalendaraccount_refresh_google_token", "label": "._refresh_google_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._refresh_google_token()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 6}, {"id": "fusion_calendar_account_fusioncalendaraccount_refresh_microsoft_token", "label": "._refresh_microsoft_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._refresh_microsoft_token()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 6}, {"id": "fusion_calendar_account_fusioncalendaraccount_exchange_google_code", "label": "._exchange_google_code()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._exchange_google_code()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 5}, {"id": "fusion_calendar_account_fusioncalendaraccount_exchange_microsoft_code", "label": "._exchange_microsoft_code()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._exchange_microsoft_code()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 5}, {"id": "fusion_calendar_account_fetch_google_email", "label": "_fetch_google_email()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_fetch_google_email()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 2}, {"id": "fusion_calendar_account_fetch_microsoft_email", "label": "_fetch_microsoft_email()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_fetch_microsoft_email()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 2}, {"id": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "label": "._sync_pull()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "._sync_pull()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 9}, {"id": "fusion_calendar_account_fusioncalendaraccount_sync_pull_google", "label": "._sync_pull_google()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._sync_pull_google()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 6}, {"id": "fusion_calendar_account_fusioncalendaraccount_google_request_with_retry", "label": "._google_request_with_retry()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._google_request_with_retry()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 3}, {"id": "fusion_calendar_account_fusioncalendaraccount_silent_ctx", "label": "._silent_ctx()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._silent_ctx()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_find_existing_event", "label": "._find_existing_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_existing_event()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_upsert_event_link", "label": "._upsert_event_link()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._upsert_event_link()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 6}, {"id": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "label": "._process_google_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._process_google_event()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 10}, {"id": "fusion_calendar_account_fusioncalendaraccount_google_event_to_odoo_vals", "label": "._google_event_to_odoo_vals()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._google_event_to_odoo_vals()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 3}, {"id": "fusion_calendar_account_fusioncalendaraccount_sync_pull_microsoft", "label": "._sync_pull_microsoft()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._sync_pull_microsoft()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 6}, {"id": "fusion_calendar_account_fusioncalendaraccount_microsoft_request_with_retry", "label": "._microsoft_request_with_retry()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._microsoft_request_with_retry()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 3}, {"id": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "label": "._process_microsoft_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._process_microsoft_event()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 10}, {"id": "fusion_calendar_account_fusioncalendaraccount_microsoft_event_to_odoo_vals", "label": "._microsoft_event_to_odoo_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._microsoft_event_to_odoo_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_fetch_microsoft_event_subject", "label": "._fetch_microsoft_event_subject()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_microsoft_event_subject()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 3}, {"id": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "label": "._sync_push_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._sync_push_event()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 10}, {"id": "fusion_calendar_account_fusioncalendaraccount_google_insert_event", "label": "._google_insert_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._google_insert_event()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_google_patch_event", "label": "._google_patch_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._google_patch_event()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_google_delete_event", "label": "._google_delete_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._google_delete_event()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_microsoft_insert_event", "label": "._microsoft_insert_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._microsoft_insert_event()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_microsoft_patch_event", "label": "._microsoft_patch_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._microsoft_patch_event()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_microsoft_delete_event", "label": "._microsoft_delete_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._microsoft_delete_event()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_google", "label": "._odoo_event_to_google()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._odoo_event_to_google()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_microsoft", "label": "._odoo_event_to_microsoft()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._odoo_event_to_microsoft()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_cross_calendar_push", "label": "._cross_calendar_push()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._cross_calendar_push()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_get_user_accounts_status", "label": "get_user_accounts_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user_accounts_status()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 1}, {"id": "fusion_calendar_account_sync_current_user", "label": "sync_current_user()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_current_user()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 2}, {"id": "fusion_calendar_account_cron_sync_all_accounts", "label": "_cron_sync_all_accounts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_sync_all_accounts()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 4}, {"id": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "label": ".action_disconnect()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_disconnect()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "code", "degree": 8}, {"id": "fusion_calendar_account_rationale_118", "label": "Return a valid access token, refreshing if necessary.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a valid access token, refreshing if necessary.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_131", "label": "Refresh the access token using the refresh token.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Refresh the access token using the refresh token.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_150", "label": "Refresh Google OAuth token.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Refresh Google OAuth token.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_171", "label": "Refresh Microsoft OAuth token.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Refresh Microsoft OAuth token.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_201", "label": "Exchange Google auth code for tokens.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Exchange Google auth code for tokens.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_214", "label": "Exchange Microsoft auth code for tokens.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Exchange Microsoft auth code for tokens.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_233", "label": "Get the email of the authenticated Google account.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the email of the authenticated Google account.", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_calendar_account_rationale_244", "label": "Get the email of the authenticated Microsoft account.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the email of the authenticated Microsoft account.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_calendar_account_rationale_259", "label": "Pull events from the external calendar into Odoo.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Pull events from the external calendar into Odoo.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_294", "label": "Pull events from Google Calendar.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Pull events from Google Calendar.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_363", "label": "GET request with automatic retry on 429 / 503 and connection errors.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "GET request with automatic retry on 429 / 503 and connection errors.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_390", "label": "Context flags to suppress all email notifications during sync.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Context flags to suppress all email notifications during sync.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_402", "label": "Find an existing calendar event matching name+start+stop to avoid duplicates.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Find an existing calendar event matching name+start+stop to avoid duplicates.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_415", "label": "Create or update a link between an Odoo event and an external event. If", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Create or update a link between an Odoo event and an external event. If", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_443", "label": "Process a single Google Calendar event.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a single Google Calendar event.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_497", "label": "Convert Google Calendar event dict to Odoo calendar.event vals.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert Google Calendar event dict to Odoo calendar.event vals.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_544", "label": "Pull events from Microsoft Calendar.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Pull events from Microsoft Calendar.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_636", "label": "GET request with automatic retry on 429 / 503 and connection errors.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "GET request with automatic retry on 429 / 503 and connection errors.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_665", "label": "Process a single Microsoft Calendar event.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a single Microsoft Calendar event.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_718", "label": "Convert Microsoft Graph API event dict to Odoo calendar.event vals.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert Microsoft Graph API event dict to Odoo calendar.event vals.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_778", "label": "Fetch subject from the full event when delta response omits it.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch subject from the full event when delta response omits it.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_801", "label": "Push an Odoo calendar event to this external calendar.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Push an Odoo calendar event to this external calendar.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_850", "label": "Create a new event on Google Calendar.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new event on Google Calendar.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_864", "label": "Update an existing event on Google Calendar.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Update an existing event on Google Calendar.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_876", "label": "Delete an event from Google Calendar.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete an event from Google Calendar.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_888", "label": "Create a new event on Microsoft Calendar.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new event on Microsoft Calendar.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_904", "label": "Update an existing event on Microsoft Calendar.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Update an existing event on Microsoft Calendar.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_918", "label": "Delete an event from Microsoft Calendar.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete an event from Microsoft Calendar.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_933", "label": "Convert Odoo calendar.event to Google Calendar API format.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert Odoo calendar.event to Google Calendar API format.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_957", "label": "Convert Odoo calendar.event to Microsoft Graph API format.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert Odoo calendar.event to Microsoft Graph API format.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_1002", "label": "Push Odoo-native events to the FIRST active external calendar only. Onl", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Push Odoo-native events to the FIRST active external calendar only. Onl", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_calendar_account_rationale_1046", "label": "Return connected calendar accounts for the current user (called from backend cal", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return connected calendar accounts for the current user (called from backend cal", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_calendar_account_rationale_1061", "label": "Trigger immediate sync for the current user's accounts (called from backend cale", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger immediate sync for the current user&#x27;s accounts (called from backend cale", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_calendar_account_rationale_1096", "label": "Cron entry point: sync all active accounts.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron entry point: sync all active accounts.", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_calendar_account_rationale_1141", "label": "Disconnect this calendar account and clean up.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Disconnect this calendar account and clean up.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_account.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_models_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_event_link_py", "label": "fusion_calendar_event_link.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_calendar_event_link.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_event_link.py", "file_type": "code", "degree": 1}, {"id": "fusion_calendar_event_link_fusioncalendareventlink", "label": "FusionCalendarEventLink", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionCalendarEventLink", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/fusion_calendar_event_link.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_models_calendar_event_py", "label": "calendar_event.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "calendar_event.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "code", "degree": 2}, {"id": "calendar_event_calendarevent", "label": "CalendarEvent", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CalendarEvent", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "code", "degree": 4}, {"id": "calendar_event_compute_is_external", "label": "_compute_is_external()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_external()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "code", "degree": 1}, {"id": "calendar_event_calendarevent_skip_fc_sync", "label": "._skip_fc_sync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._skip_fc_sync()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "code", "degree": 4}, {"id": "calendar_event_calendarevent_unlink", "label": ".unlink()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".unlink()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "code", "degree": 11}, {"id": "calendar_event_calendarevent_write", "label": ".write()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 28.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".write()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "code", "degree": 21}, {"id": "calendar_event_rationale_47", "label": "Check if Fusion Schedule should skip syncing (native Odoo sync active).", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if Fusion Schedule should skip syncing (native Odoo sync active).", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "rationale", "degree": 1}, {"id": "calendar_event_rationale_52", "label": "On delete, also remove from all linked external calendars.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "On delete, also remove from all linked external calendars.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "rationale", "degree": 1}, {"id": "calendar_event_rationale_77", "label": "On update, push changes to all linked external calendars.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "On update, push changes to all linked external calendars.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/calendar_event.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_models_res_users_py", "label": "res_users.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "res_users.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_users.py", "file_type": "code", "degree": 2}, {"id": "res_users_resusers", "label": "ResUsers", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ResUsers", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_users.py", "file_type": "code", "degree": 2}, {"id": "res_users_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.6, "font": {"size": 12, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_users.py", "file_type": "code", "degree": 10}, {"id": "res_users_resusers_generate_schedule_slug", "label": "._generate_schedule_slug()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_schedule_slug()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_users.py", "file_type": "code", "degree": 3}, {"id": "res_users_rationale_67", "label": "Generate a URL-safe slug from the user's name.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a URL-safe slug from the user&#x27;s name.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_users.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ResConfigSettings", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_compute_google_has_fallback", "label": "_compute_google_has_fallback()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_google_has_fallback()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_compute_microsoft_has_fallback", "label": "_compute_microsoft_has_fallback()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_microsoft_has_fallback()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "label": "portal_schedule_booking.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 20.3, "font": {"size": 12, "color": "#ffffff"}, "title": "portal_schedule_booking.js", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 12}, {"id": "portal_schedule_booking_getappointmenttypeid", "label": "getAppointmentTypeId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getAppointmentTypeId()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 3}, {"id": "portal_schedule_booking_truncate", "label": "truncate()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "truncate()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 2}, {"id": "portal_schedule_booking_formatdatestr", "label": "formatDateStr()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "formatDateStr()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 5}, {"id": "portal_schedule_booking_adddays", "label": "addDays()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "addDays()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 3}, {"id": "portal_schedule_booking_getmonday", "label": "getMonday()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "getMonday()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 3}, {"id": "portal_schedule_booking_selectday", "label": "selectDay()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "selectDay()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 4}, {"id": "portal_schedule_booking_fetchweekevents", "label": "fetchWeekEvents()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchWeekEvents()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 3}, {"id": "portal_schedule_booking_navigateweek", "label": "navigateWeek()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "navigateWeek()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 6}, {"id": "portal_schedule_booking_renderweekcalendar", "label": "renderWeekCalendar()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "renderWeekCalendar()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 5}, {"id": "portal_schedule_booking_fetchslots", "label": "fetchSlots()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchSlots()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 4}, {"id": "portal_schedule_booking_fetchaisuggestions", "label": "fetchAiSuggestions()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchAiSuggestions()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 3}, {"id": "portal_schedule_booking_setupaddressautocomplete", "label": "setupAddressAutocomplete()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "setupAddressAutocomplete()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_booking.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_accounts_js", "label": "portal_schedule_accounts.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "portal_schedule_accounts.js", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_accounts.js", "file_type": "code", "degree": 6}, {"id": "portal_schedule_accounts_localdatestr", "label": "localDateStr()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "localDateStr()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_accounts.js", "file_type": "code", "degree": 1}, {"id": "portal_schedule_accounts_jsonrpc", "label": "jsonRpc()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "jsonRpc()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_accounts.js", "file_type": "code", "degree": 1}, {"id": "portal_schedule_accounts_fusionconfirm", "label": "fusionConfirm()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusionConfirm()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_accounts.js", "file_type": "code", "degree": 1}, {"id": "portal_schedule_accounts_fusiontoast", "label": "fusionToast()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusionToast()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_accounts.js", "file_type": "code", "degree": 1}, {"id": "portal_schedule_accounts_closereschedulemodal", "label": "closeRescheduleModal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "closeRescheduleModal()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_accounts.js", "file_type": "code", "degree": 1}, {"id": "portal_schedule_accounts_closeoptimizemodal", "label": "closeOptimizeModal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "closeOptimizeModal()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/js/portal_schedule_accounts.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_views_fusion_calendar_controller_js", "label": "fusion_calendar_controller.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_calendar_controller.js", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/views/fusion_calendar_controller.js", "file_type": "code", "degree": 5}, {"id": "fusion_calendar_controller_setup", "label": "setup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "setup()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/views/fusion_calendar_controller.js", "file_type": "code", "degree": 1}, {"id": "fusion_calendar_controller_fusionaccounts", "label": "fusionAccounts()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusionAccounts()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/views/fusion_calendar_controller.js", "file_type": "code", "degree": 1}, {"id": "fusion_calendar_controller_fusionsyncing", "label": "fusionSyncing()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusionSyncing()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/views/fusion_calendar_controller.js", "file_type": "code", "degree": 1}, {"id": "fusion_calendar_controller_loadfusionaccounts", "label": "_loadFusionAccounts()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_loadFusionAccounts()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/views/fusion_calendar_controller.js", "file_type": "code", "degree": 2}, {"id": "fusion_calendar_controller_onfusionsyncnow", "label": "onFusionSyncNow()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "onFusionSyncNow()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/static/src/views/fusion_calendar_controller.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "label": "portal_schedule.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 31.4, "font": {"size": 12, "color": "#ffffff"}, "title": "portal_schedule.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 25}, {"id": "portal_schedule_portalschedule", "label": "PortalSchedule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 24.6, "font": {"size": 12, "color": "#ffffff"}, "title": "PortalSchedule", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 17}, {"id": "customerportal", "label": "CustomerPortal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomerPortal", "community": 0, "community_name": "Community 0", "source_file": "", "file_type": "code", "degree": 1}, {"id": "portal_schedule_portalschedule_get_schedule_values", "label": "._get_schedule_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_schedule_values()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 5}, {"id": "portal_schedule_portalschedule_get_user_timezone", "label": "._get_user_timezone()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_user_timezone()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 7}, {"id": "portal_schedule_portalschedule_resolve_timezone", "label": "._resolve_timezone()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.3, "font": {"size": 12, "color": "#ffffff"}, "title": "._resolve_timezone()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 12}, {"id": "portal_schedule_portalschedule_get_appointment_types", "label": "._get_appointment_types()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_appointment_types()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 6}, {"id": "portal_schedule_portalschedule_get_user_prefs", "label": "._get_user_prefs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_user_prefs()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 6}, {"id": "portal_schedule_portalschedule_get_maps_api_key", "label": "._get_maps_api_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_maps_api_key()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 6}, {"id": "portal_schedule_portalschedule_call_ai", "label": "._call_ai()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._call_ai()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 4}, {"id": "portal_schedule_portalschedule_get_travel_time", "label": "._get_travel_time()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_travel_time()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 6}, {"id": "portal_schedule_portalschedule_geocode_address", "label": "._geocode_address()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._geocode_address()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 4}, {"id": "portal_schedule_portalschedule_create_travel_blocks", "label": "._create_travel_blocks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.7, "font": {"size": 12, "color": "#ffffff"}, "title": "._create_travel_blocks()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 9}, {"id": "portal_schedule_schedule_page", "label": "schedule_page()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_page()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 5}, {"id": "portal_schedule_schedule_save_preferences", "label": "schedule_save_preferences()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_save_preferences()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 3}, {"id": "portal_schedule_schedule_book", "label": "schedule_book()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_book()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 4}, {"id": "portal_schedule_format_hour", "label": "_format_hour()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_hour()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 3}, {"id": "portal_schedule_portalschedule_generate_available_slots", "label": "._generate_available_slots()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._generate_available_slots()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 10}, {"id": "portal_schedule_schedule_available_slots", "label": "schedule_available_slots()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_available_slots()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 4}, {"id": "portal_schedule_schedule_week_events", "label": "schedule_week_events()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_week_events()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 2}, {"id": "portal_schedule_schedule_book_submit", "label": "schedule_book_submit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_book_submit()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 5}, {"id": "portal_schedule_schedule_event_cancel", "label": "schedule_event_cancel()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_event_cancel()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 2}, {"id": "portal_schedule_schedule_event_reschedule", "label": "schedule_event_reschedule()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_event_reschedule()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 3}, {"id": "portal_schedule_portalschedule_get_event_by_token", "label": "._get_event_by_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_event_by_token()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 6}, {"id": "portal_schedule_public_manage_page", "label": "public_manage_page()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "public_manage_page()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 3}, {"id": "portal_schedule_public_manage_cancel", "label": "public_manage_cancel()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "public_manage_cancel()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 3}, {"id": "portal_schedule_public_manage_reschedule", "label": "public_manage_reschedule()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_manage_reschedule()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 4}, {"id": "portal_schedule_public_manage_slots", "label": "public_manage_slots()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_manage_slots()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 4}, {"id": "portal_schedule_portalschedule_build_schedule_context", "label": "._build_schedule_context()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._build_schedule_context()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 7}, {"id": "portal_schedule_schedule_ai_suggest", "label": "schedule_ai_suggest()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "schedule_ai_suggest()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 6}, {"id": "portal_schedule_schedule_ai_optimize", "label": "schedule_ai_optimize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_ai_optimize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 4}, {"id": "portal_schedule_connect_google", "label": "connect_google()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "connect_google()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 2}, {"id": "portal_schedule_connect_microsoft", "label": "connect_microsoft()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "connect_microsoft()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 2}, {"id": "portal_schedule_oauth_callback", "label": "oauth_callback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "oauth_callback()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 8}, {"id": "portal_schedule_portalschedule_find_recently_connected_account", "label": "._find_recently_connected_account()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_recently_connected_account()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 3}, {"id": "portal_schedule_schedule_disconnect", "label": "schedule_disconnect()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_disconnect()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 2}, {"id": "portal_schedule_schedule_sync_now", "label": "schedule_sync_now()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_sync_now()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 2}, {"id": "portal_schedule_public_booking_page", "label": "public_booking_page()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "public_booking_page()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 2}, {"id": "portal_schedule_public_available_slots", "label": "public_available_slots()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "public_available_slots()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 3}, {"id": "portal_schedule_public_book_submit", "label": "public_book_submit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_book_submit()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 4}, {"id": "portal_schedule_schedule_toggle_booking", "label": "schedule_toggle_booking()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "schedule_toggle_booking()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "code", "degree": 2}, {"id": "portal_schedule_rationale_28", "label": "Portal controller for appointment scheduling and calendar management.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Portal controller for appointment scheduling and calendar management.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_31", "label": "Common values for schedule pages.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Common values for schedule pages.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_47", "label": "Resolve timezone: user pref -> browser cookie -> company calendar -> UTC.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve timezone: user pref -&gt; browser cookie -&gt; company calendar -&gt; UTC.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_70", "label": "Get appointment types available to the current user.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Get appointment types available to the current user.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_76", "label": "Return schedule preferences for the user, falling back to company defaults.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return schedule preferences for the user, falling back to company defaults.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_102", "label": "Get Google Maps API key via fusion.api.service with fallback.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Get Google Maps API key via fusion.api.service with fallback.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_115", "label": "Call OpenAI via fusion.api.service with fallback to direct HTTP.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Call OpenAI via fusion.api.service with fallback to direct HTTP.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_148", "label": "Travel time in minutes via Google Distance Matrix API.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Travel time in minutes via Google Distance Matrix API.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_179", "label": "Geocode an address string, return (lat, lng) or (0.0, 0.0).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Geocode an address string, return (lat, lng) or (0.0, 0.0).", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_201", "label": "After booking, calculate travel time from/to adjacent appointments and c", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "After booking, calculate travel time from/to adjacent appointments and c", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_289", "label": "Schedule overview: upcoming appointments, connected calendars, and shareable lin", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Schedule overview: upcoming appointments, connected calendars, and shareable lin", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_364", "label": "Save the user's schedule preferences.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Save the user&#x27;s schedule preferences.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_398", "label": "Booking form for a new appointment.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Booking form for a new appointment.", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_426", "label": "Convert a decimal hour (e.g. 13.5) to '1:30 PM'.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a decimal hour (e.g. 13.5) to &#x27;1:30 PM&#x27;.", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_436", "label": "Build available time slots for *target_date*. Uses the staff user's sch", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Build available time slots for *target_date*. Uses the staff user&#x27;s sch", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_531", "label": "JSON-RPC endpoint: return available time slots for a date.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JSON-RPC endpoint: return available time slots for a date.", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_561", "label": "Return the user's calendar events for the Mon-Sun week containing selected_date.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the user&#x27;s calendar events for the Mon-Sun week containing selected_date.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_631", "label": "Process the booking form submission.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process the booking form submission.", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_778", "label": "Cancel (delete) a calendar event owned by the current user.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel (delete) a calendar event owned by the current user.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_793", "label": "Reschedule a calendar event to a new date/time.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Reschedule a calendar event to a new date/time.", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_826", "label": "Look up a calendar event by its manage token.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Look up a calendar event by its manage token.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_835", "label": "Public page for visitors to view/manage their booked appointment.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Public page for visitors to view/manage their booked appointment.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_861", "label": "Public cancel -- visitor cancels their appointment via token.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Public cancel -- visitor cancels their appointment via token.", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_877", "label": "Public reschedule -- visitor picks a new slot via token.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Public reschedule -- visitor picks a new slot via token.", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_908", "label": "Return available slots for the staff user tied to this event.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return available slots for the staff user tied to this event.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_933", "label": "Build a structured schedule context string for AI prompts.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a structured schedule context string for AI prompts.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_985", "label": "AI-powered slot suggestions considering travel and schedule.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AI-powered slot suggestions considering travel and schedule.", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1094", "label": "AI-powered schedule optimization for an entire day.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AI-powered schedule optimization for an entire day.", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1156", "label": "Start Google OAuth flow to connect a Google Calendar account.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Start Google OAuth flow to connect a Google Calendar account.", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1193", "label": "Start Microsoft OAuth flow to connect an Outlook Calendar account.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Start Microsoft OAuth flow to connect an Outlook Calendar account.", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1231", "label": "Handle OAuth callback from Google or Microsoft.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle OAuth callback from Google or Microsoft.", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1337", "label": "Check if the current user already has a recently connected account for this prov", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if the current user already has a recently connected account for this prov", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 1}, {"id": "portal_schedule_rationale_1357", "label": "Disconnect a calendar account.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Disconnect a calendar account.", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1371", "label": "Trigger immediate sync for a calendar account.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger immediate sync for a calendar account.", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1399", "label": "Public booking page \u2014 no login required.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Public booking page \u2014 no login required.", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1432", "label": "Public endpoint: return available slots for a date (no login needed).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Public endpoint: return available slots for a date (no login needed).", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1466", "label": "Process public booking form submission.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process public booking form submission.", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}, {"id": "portal_schedule_rationale_1603", "label": "Enable or disable public booking page.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Enable or disable public booking page.", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_schedule/controllers/portal_schedule.py", "file_type": "rationale", "degree": 0}];
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_fusion_schedule_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_schedule_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_account_py", "to": "fusion_calendar_account_fusioncalendaraccount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_account_py", "to": "fusion_calendar_account_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_account_py", "to": "fusion_calendar_account_fetch_google_email", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_account_py", "to": "fusion_calendar_account_fetch_microsoft_email", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_account_py", "to": "fusion_calendar_account_get_user_accounts_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_account_py", "to": "fusion_calendar_account_sync_current_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_account_py", "to": "fusion_calendar_account_cron_sync_all_accounts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_get_google_client_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_get_google_client_secret", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_secret", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_get_valid_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_google_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_microsoft_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_exchange_google_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_exchange_microsoft_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_sync_pull_google", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_google_request_with_retry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_silent_ctx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_find_existing_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_upsert_event_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_google_event_to_odoo_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_sync_pull_microsoft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_request_with_retry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_event_to_odoo_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_fetch_microsoft_event_subject", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_google_insert_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_google_patch_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_google_delete_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_insert_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_patch_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_delete_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_google", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_microsoft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_cross_calendar_push", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount", "to": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_google_client_id", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_google_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_google_client_id", "to": "fusion_calendar_account_fusioncalendaraccount_exchange_google_code", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_google_client_id", "to": "portal_schedule_connect_google", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_google_client_secret", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_google_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_google_client_secret", "to": "fusion_calendar_account_fusioncalendaraccount_exchange_google_code", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_id", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_microsoft_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_id", "to": "fusion_calendar_account_fusioncalendaraccount_exchange_microsoft_code", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_id", "to": "portal_schedule_connect_microsoft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_secret", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_microsoft_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_microsoft_client_secret", "to": "fusion_calendar_account_fusioncalendaraccount_exchange_microsoft_code", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_valid_token", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_valid_token", "to": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_valid_token", "to": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_valid_token", "to": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_valid_token", "to": "fusion_calendar_account_rationale_118", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_get_valid_token", "to": "calendar_event_calendarevent_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_refresh_token", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_google_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_refresh_token", "to": "fusion_calendar_account_fusioncalendaraccount_refresh_microsoft_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_refresh_token", "to": "fusion_calendar_account_rationale_131", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_refresh_token", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_refresh_google_token", "to": "fusion_calendar_account_rationale_150", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_refresh_google_token", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_refresh_microsoft_token", "to": "fusion_calendar_account_rationale_171", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_refresh_microsoft_token", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_exchange_google_code", "to": "fusion_calendar_account_rationale_201", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_exchange_google_code", "to": "portal_schedule_oauth_callback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_exchange_microsoft_code", "to": "fusion_calendar_account_rationale_214", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_exchange_microsoft_code", "to": "portal_schedule_oauth_callback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fetch_google_email", "to": "portal_schedule_oauth_callback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fetch_microsoft_email", "to": "portal_schedule_oauth_callback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "to": "fusion_calendar_account_fusioncalendaraccount_sync_pull_google", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "to": "fusion_calendar_account_fusioncalendaraccount_sync_pull_microsoft", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "to": "fusion_calendar_account_sync_current_user", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "to": "fusion_calendar_account_cron_sync_all_accounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "to": "fusion_calendar_account_rationale_259", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull", "to": "portal_schedule_schedule_sync_now", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull_google", "to": "fusion_calendar_account_fusioncalendaraccount_google_request_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull_google", "to": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull_google", "to": "fusion_calendar_account_rationale_294", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull_google", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_request_with_retry", "to": "fusion_calendar_account_rationale_363", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_silent_ctx", "to": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_silent_ctx", "to": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_silent_ctx", "to": "fusion_calendar_account_rationale_390", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_find_existing_event", "to": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_find_existing_event", "to": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_find_existing_event", "to": "fusion_calendar_account_rationale_402", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_upsert_event_link", "to": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_upsert_event_link", "to": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_upsert_event_link", "to": "fusion_calendar_account_rationale_415", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_upsert_event_link", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_upsert_event_link", "to": "res_users_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "to": "fusion_calendar_account_fusioncalendaraccount_google_event_to_odoo_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "to": "fusion_calendar_account_rationale_443", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "to": "calendar_event_calendarevent_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_google_event", "to": "res_users_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_event_to_odoo_vals", "to": "fusion_calendar_account_rationale_497", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull_microsoft", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_request_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull_microsoft", "to": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull_microsoft", "to": "fusion_calendar_account_rationale_544", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_pull_microsoft", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_request_with_retry", "to": "fusion_calendar_account_rationale_636", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_event_to_odoo_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "to": "fusion_calendar_account_rationale_665", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "to": "calendar_event_calendarevent_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_process_microsoft_event", "to": "res_users_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_event_to_odoo_vals", "to": "fusion_calendar_account_fusioncalendaraccount_fetch_microsoft_event_subject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_event_to_odoo_vals", "to": "fusion_calendar_account_rationale_718", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_fetch_microsoft_event_subject", "to": "fusion_calendar_account_rationale_778", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "to": "fusion_calendar_account_fusioncalendaraccount_google_patch_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "to": "fusion_calendar_account_fusioncalendaraccount_google_insert_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_patch_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "to": "fusion_calendar_account_fusioncalendaraccount_microsoft_insert_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "to": "fusion_calendar_account_fusioncalendaraccount_cross_calendar_push", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "to": "fusion_calendar_account_rationale_801", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_sync_push_event", "to": "res_users_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_insert_event", "to": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_google", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_insert_event", "to": "fusion_calendar_account_rationale_850", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_patch_event", "to": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_google", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_patch_event", "to": "fusion_calendar_account_rationale_864", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_delete_event", "to": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_delete_event", "to": "fusion_calendar_account_rationale_876", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_google_delete_event", "to": "calendar_event_calendarevent_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_insert_event", "to": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_microsoft", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_insert_event", "to": "fusion_calendar_account_rationale_888", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_patch_event", "to": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_microsoft", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_patch_event", "to": "fusion_calendar_account_rationale_904", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_delete_event", "to": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_delete_event", "to": "fusion_calendar_account_rationale_918", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_microsoft_delete_event", "to": "calendar_event_calendarevent_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_google", "to": "fusion_calendar_account_rationale_933", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_odoo_event_to_microsoft", "to": "fusion_calendar_account_rationale_957", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_cross_calendar_push", "to": "fusion_calendar_account_cron_sync_all_accounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_cross_calendar_push", "to": "fusion_calendar_account_rationale_1002", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_cron_sync_all_accounts", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "to": "fusion_calendar_account_rationale_1141", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "to": "calendar_event_calendarevent_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_calendar_account_fusioncalendaraccount_action_disconnect", "to": "portal_schedule_schedule_disconnect", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_schedule_models_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_fusion_calendar_event_link_py", "to": "fusion_calendar_event_link_fusioncalendareventlink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_calendar_event_py", "to": "calendar_event_calendarevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_calendar_event_py", "to": "calendar_event_compute_is_external", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent", "to": "calendar_event_calendarevent_skip_fc_sync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent", "to": "calendar_event_calendarevent_unlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent", "to": "calendar_event_calendarevent_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent_skip_fc_sync", "to": "calendar_event_calendarevent_unlink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent_skip_fc_sync", "to": "calendar_event_calendarevent_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent_skip_fc_sync", "to": "calendar_event_rationale_47", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent_unlink", "to": "calendar_event_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent_unlink", "to": "portal_schedule_schedule_event_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_event_calendarevent_unlink", "to": "portal_schedule_public_manage_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_event_calendarevent_write", "to": "calendar_event_rationale_77", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "calendar_event_calendarevent_write", "to": "portal_schedule_portalschedule_create_travel_blocks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_event_calendarevent_write", "to": "portal_schedule_schedule_save_preferences", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_event_calendarevent_write", "to": "portal_schedule_schedule_event_reschedule", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_event_calendarevent_write", "to": "portal_schedule_public_manage_reschedule", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_event_calendarevent_write", "to": "portal_schedule_oauth_callback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "calendar_event_calendarevent_write", "to": "portal_schedule_schedule_toggle_booking", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_res_users_py", "to": "res_users_resusers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_res_users_py", "to": "res_users_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_users_resusers", "to": "res_users_resusers_generate_schedule_slug", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_users_create", "to": "res_users_resusers_generate_schedule_slug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_users_create", "to": "portal_schedule_portalschedule_create_travel_blocks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_users_create", "to": "portal_schedule_schedule_book_submit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_users_create", "to": "portal_schedule_oauth_callback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_users_create", "to": "portal_schedule_public_book_submit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_users_resusers_generate_schedule_slug", "to": "res_users_rationale_67", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_res_config_settings_py", "to": "res_config_settings_resconfigsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_res_config_settings_py", "to": "res_config_settings_compute_google_has_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_models_res_config_settings_py", "to": "res_config_settings_compute_microsoft_has_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_getappointmenttypeid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_truncate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_formatdatestr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_adddays", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_getmonday", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_selectday", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_fetchweekevents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_navigateweek", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_renderweekcalendar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_fetchslots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_fetchaisuggestions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_booking_js", "to": "portal_schedule_booking_setupaddressautocomplete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_getappointmenttypeid", "to": "portal_schedule_booking_fetchslots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_getappointmenttypeid", "to": "portal_schedule_booking_fetchaisuggestions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_truncate", "to": "portal_schedule_booking_renderweekcalendar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_formatdatestr", "to": "portal_schedule_booking_adddays", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_formatdatestr", "to": "portal_schedule_booking_getmonday", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_formatdatestr", "to": "portal_schedule_booking_navigateweek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_formatdatestr", "to": "portal_schedule_booking_renderweekcalendar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_adddays", "to": "portal_schedule_booking_navigateweek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_getmonday", "to": "portal_schedule_booking_navigateweek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_selectday", "to": "portal_schedule_booking_fetchslots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_selectday", "to": "portal_schedule_booking_renderweekcalendar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_selectday", "to": "portal_schedule_booking_navigateweek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_fetchweekevents", "to": "portal_schedule_booking_renderweekcalendar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_fetchweekevents", "to": "portal_schedule_booking_navigateweek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_booking_fetchslots", "to": "portal_schedule_booking_fetchaisuggestions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_accounts_js", "to": "portal_schedule_accounts_localdatestr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_accounts_js", "to": "portal_schedule_accounts_jsonrpc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_accounts_js", "to": "portal_schedule_accounts_fusionconfirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_accounts_js", "to": "portal_schedule_accounts_fusiontoast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_accounts_js", "to": "portal_schedule_accounts_closereschedulemodal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_js_portal_schedule_accounts_js", "to": "portal_schedule_accounts_closeoptimizemodal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_views_fusion_calendar_controller_js", "to": "fusion_calendar_controller_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_views_fusion_calendar_controller_js", "to": "fusion_calendar_controller_fusionaccounts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_views_fusion_calendar_controller_js", "to": "fusion_calendar_controller_fusionsyncing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_views_fusion_calendar_controller_js", "to": "fusion_calendar_controller_loadfusionaccounts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_static_src_views_fusion_calendar_controller_js", "to": "fusion_calendar_controller_onfusionsyncnow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_calendar_controller_loadfusionaccounts", "to": "fusion_calendar_controller_onfusionsyncnow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_portalschedule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_save_preferences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_book", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_format_hour", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_available_slots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_week_events", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_book_submit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_event_cancel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_event_reschedule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_public_manage_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_public_manage_cancel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_public_manage_reschedule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_public_manage_slots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_ai_suggest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_ai_optimize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_connect_google", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_connect_microsoft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_oauth_callback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_disconnect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_sync_now", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_public_booking_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_public_available_slots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_public_book_submit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_schedule_controllers_portal_schedule_py", "to": "portal_schedule_schedule_toggle_booking", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "customerportal", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_get_schedule_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_get_user_timezone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_resolve_timezone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_get_appointment_types", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_get_user_prefs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_get_maps_api_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_call_ai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_get_travel_time", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_geocode_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_create_travel_blocks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_generate_available_slots", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_get_event_by_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_build_schedule_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_portalschedule_find_recently_connected_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule", "to": "portal_schedule_rationale_28", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_schedule_values", "to": "portal_schedule_portalschedule_get_maps_api_key", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_schedule_values", "to": "portal_schedule_schedule_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_schedule_values", "to": "portal_schedule_schedule_book", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_schedule_values", "to": "portal_schedule_rationale_31", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_timezone", "to": "portal_schedule_portalschedule_resolve_timezone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_timezone", "to": "portal_schedule_schedule_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_timezone", "to": "portal_schedule_schedule_book", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_timezone", "to": "portal_schedule_schedule_week_events", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_timezone", "to": "portal_schedule_schedule_book_submit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_timezone", "to": "portal_schedule_schedule_event_reschedule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_portalschedule_create_travel_blocks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_portalschedule_generate_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_schedule_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_public_manage_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_public_manage_reschedule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_public_manage_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_portalschedule_build_schedule_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_public_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_public_book_submit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_resolve_timezone", "to": "portal_schedule_rationale_47", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_appointment_types", "to": "portal_schedule_schedule_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_appointment_types", "to": "portal_schedule_schedule_book", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_appointment_types", "to": "portal_schedule_schedule_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_appointment_types", "to": "portal_schedule_schedule_ai_suggest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_appointment_types", "to": "portal_schedule_rationale_70", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_prefs", "to": "portal_schedule_portalschedule_create_travel_blocks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_prefs", "to": "portal_schedule_schedule_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_prefs", "to": "portal_schedule_portalschedule_generate_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_prefs", "to": "portal_schedule_portalschedule_build_schedule_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_user_prefs", "to": "portal_schedule_rationale_76", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_maps_api_key", "to": "portal_schedule_portalschedule_get_travel_time", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_maps_api_key", "to": "portal_schedule_portalschedule_geocode_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_maps_api_key", "to": "portal_schedule_public_booking_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_maps_api_key", "to": "portal_schedule_rationale_102", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_call_ai", "to": "portal_schedule_schedule_ai_suggest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_call_ai", "to": "portal_schedule_schedule_ai_optimize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_call_ai", "to": "portal_schedule_rationale_115", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_travel_time", "to": "portal_schedule_portalschedule_create_travel_blocks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_travel_time", "to": "portal_schedule_schedule_ai_suggest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_travel_time", "to": "portal_schedule_schedule_ai_optimize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_travel_time", "to": "portal_schedule_rationale_148", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_geocode_address", "to": "portal_schedule_schedule_save_preferences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_geocode_address", "to": "portal_schedule_rationale_179", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_create_travel_blocks", "to": "portal_schedule_schedule_book_submit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_create_travel_blocks", "to": "portal_schedule_public_book_submit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_create_travel_blocks", "to": "portal_schedule_rationale_201", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_format_hour", "to": "portal_schedule_portalschedule_generate_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_format_hour", "to": "portal_schedule_portalschedule_build_schedule_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_generate_available_slots", "to": "portal_schedule_schedule_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_generate_available_slots", "to": "portal_schedule_schedule_book_submit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_generate_available_slots", "to": "portal_schedule_public_manage_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_generate_available_slots", "to": "portal_schedule_schedule_ai_suggest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_generate_available_slots", "to": "portal_schedule_public_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_generate_available_slots", "to": "portal_schedule_rationale_436", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_event_by_token", "to": "portal_schedule_public_manage_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_event_by_token", "to": "portal_schedule_public_manage_cancel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_event_by_token", "to": "portal_schedule_public_manage_reschedule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_event_by_token", "to": "portal_schedule_public_manage_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_get_event_by_token", "to": "portal_schedule_rationale_826", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_build_schedule_context", "to": "portal_schedule_schedule_ai_suggest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_build_schedule_context", "to": "portal_schedule_schedule_ai_optimize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_build_schedule_context", "to": "portal_schedule_rationale_933", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_oauth_callback", "to": "portal_schedule_portalschedule_find_recently_connected_account", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_schedule_portalschedule_find_recently_connected_account", "to": "portal_schedule_rationale_1337", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 43}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 35}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 21}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 19}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 19}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 13}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 7}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 6}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 4}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 4}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 2}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 1}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 1}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 1}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 1}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 1}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 1}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 1}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 1}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 1}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 1}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 1}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 1}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 1}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 1}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 1}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 1}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 1}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 1}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 1}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 1}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 1}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 1}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 1}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 1}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 1}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 1}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 1}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 1}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 1}, {"cid": 40, "color": "#4E79A7", "label": "Community 40", "count": 1}, {"cid": 41, "color": "#F28E2B", "label": "Community 41", "count": 1}, {"cid": 42, "color": "#E15759", "label": "Community 42", "count": 1}, {"cid": 43, "color": "#76B7B2", "label": "Community 43", "count": 1}, {"cid": 44, "color": "#59A14F", "label": "Community 44", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.onclick = () => {
if (hiddenCommunities.has(c.cid)) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: hiddenCommunities.has(c.cid) }));
nodesDS.update(updates);
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>