flowchart TD
V2["SyncAssetsV2View.get\nfirst v2 account status poll"] --> SOC["sync_account_assets_on_connect\ncreates onboarding backfill run"]
SOC --> ASL["AccountSyncLog\nsync_type BACKFILL\nemail_sent_at nullable"]
SOC --> SA["sync_assets\ncreative branch"]
SOC --> CH["dispatch_clickhouse_onboarding_backfill\nstats branch"]
SOC --> RECQ["schedule_onboarding_reconcile\npoll terminal state"]
RECQ --> REC["reconcile_onboarding_run"]
REC --> REF["refresh_onboarding_run"]
REF --> CRE["_derive_ad_creative_sync_status"]
REF --> STATS["_derive_stats_sync_status"]
REF --> AIR["_derive_ai_reports_status"]
CRE --> OVERALL["_derive_overall_status"]
STATS --> OVERALL
AIR --> OVERALL
OVERALL --> SUCCESS{"overall_status == success?"}
SUCCESS -- no --> REQUEUE["reschedule reconcile\nor fail on timeout"]
REQUEUE --> RECQ
SUCCESS -- yes --> FIRST{"BACKFILL + first run +\nemail_sent_at is null?"}
FIRST -- no --> DONE["no email\nincremental/retry/successive backfill ignored"]
FIRST -- yes --> EMAIL["send onboarding success email\nthen set email_sent_at"]
EMAIL --> SECTIONS["existing success side effect\nupdate_account_sections"]
click V2 "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/views.py&line=3168&column=5"
click SOC "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/tasks/ad_creative_task.py&line=1757&column=1"
click ASL "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/models.py&line=440&column=1"
click CH "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/tasks/ad_creative_task.py&line=2121&column=1"
click RECQ "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/tasks/ad_creative_task.py&line=2157&column=1"
click REC "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/tasks/ad_creative_task.py&line=2175&column=1"
click REF "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/services/onboarding_service.py&line=381&column=1"
click CRE "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/services/onboarding_service.py&line=463&column=1"
click STATS "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/services/onboarding_service.py&line=500&column=1"
click AIR "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/services/onboarding_service.py&line=555&column=1"
click OVERALL "zed-open://open?path=/Users/pranavanurag/Documents/code/crus_ferrous_insights_app/creative_module/services/onboarding_service.py&line=778&column=1"