o2o-infinith-demo/src/components/report
Haewon Kam 7557ef774c feat: Pipeline V2 — 3-phase analysis with verified channel discovery
Restructured the entire analysis pipeline from AI-guessing social
handles to deterministic 3-phase discovery + collection + generation.

Phase 1 (discover-channels): 3-source channel discovery
  - Firecrawl scrape: extract social links from HTML
  - Perplexity search: find handles via web search
  - URL regex parsing: deterministic link extraction
  - Handle verification: HEAD requests + YouTube API
  - DB: creates row with verified_channels + scrape_data

Phase 2 (collect-channel-data): 9 parallel data collectors
  - Instagram (Apify), YouTube (Data API v3), Facebook (Apify)
  - 강남언니 (Firecrawl), Naver Blog + Place (Naver API)
  - Google Maps (Apify), Market analysis (Perplexity 4x parallel)
  - DB: stores ALL raw data in channel_data column

Phase 3 (generate-report): AI report from real data
  - Reads channel_data + analysis_data from DB
  - Builds channel summary with real metrics
  - AI generates report using only verified data
  - V1 backwards compatibility preserved (url-based flow)

Supporting changes:
  - DB migration: status, verified_channels, channel_data columns
  - _shared/extractSocialLinks.ts: regex-based social link parser
  - _shared/verifyHandles.ts: multi-platform handle verifier
  - AnalysisLoadingPage: real 3-phase progress + channel panel
  - useReport: channel_data column support + V2 enrichment merge
  - 강남언니 rating: auto-correct 5→10 scale + search fallback
  - KPIDashboard: navigate() instead of <a href>
  - Loading text: 20-30초 → 1-2분

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 21:49:13 +09:00
..
ui feat: real API integration + YouTube Data API v3 + progressive loading 2026-04-02 10:57:14 +09:00
ChannelOverview.tsx feat: P0 fixes — date formatting, channel labels, dynamic marketing plan 2026-04-02 13:58:40 +09:00
ClinicSnapshot.tsx feat: Pipeline V2 — 3-phase analysis with verified channel discovery 2026-04-03 21:49:13 +09:00
FacebookAudit.tsx feat: Content Director engine + report diagnosis/roadmap/KPI overhaul + PDF export fix 2026-04-03 20:07:39 +09:00
InstagramAudit.tsx feat: Content Director engine + report diagnosis/roadmap/KPI overhaul + PDF export fix 2026-04-03 20:07:39 +09:00
KPIDashboard.tsx feat: Pipeline V2 — 3-phase analysis with verified channel discovery 2026-04-03 21:49:13 +09:00
OtherChannels.tsx feat: INFINITH Marketing Platform — Phase 1 MVP 2026-03-24 16:48:11 +09:00
ProblemDiagnosis.tsx feat: Content Director engine + report diagnosis/roadmap/KPI overhaul + PDF export fix 2026-04-03 20:07:39 +09:00
ReportHeader.tsx feat: P0 fixes — date formatting, channel labels, dynamic marketing plan 2026-04-02 13:58:40 +09:00
ReportNav.tsx feat: INFINITH Marketing Platform — Phase 1 MVP 2026-03-24 16:48:11 +09:00
RoadmapTimeline.tsx feat: Content Director engine + report diagnosis/roadmap/KPI overhaul + PDF export fix 2026-04-03 20:07:39 +09:00
TransformationProposal.tsx feat: INFINITH Marketing Platform — Phase 1 MVP 2026-03-24 16:48:11 +09:00
YouTubeAudit.tsx feat: Content Director engine + report diagnosis/roadmap/KPI overhaul + PDF export fix 2026-04-03 20:07:39 +09:00