Commit Graph

2 Commits

Author SHA1 Message Date
chiguyong b41da42d74 feat(geo): U1-U9 monetization closed loop implementation
U1: GEO diagnosis auto data collection (DataCollectorService + 11 tests)
U2: Free GEO health score public page (HealthScoreAPI + 7 tests)
U3: Onboarding redesign with conversion layer (Step0 + UpgradePrompt + 14 tests)
U4: Real payment integration (WeChat/Alipay gateway + PaymentOrder + 12 tests)
U5: AI content generation & distribution (Publishers + PublishEngine + 11 tests)
U6: Attribution system & ROI reports (AttributionEngine + ROICalculator + 12 tests)
U7: Email integration & Dashboard monetization UI (EmailScheduler + templates + 22 tests)
U8: Integration tests & shared fixtures (monetization flow + fixture consolidation + 12 tests)
U9: E2E smoke tests (HealthScorePage + acquisition/core flow + 4 E2E cases)

Total: 101 new backend tests passing, 4 E2E test cases
All third-party integrations use mock mode by default with config center management
2026-06-01 07:39:05 +08:00
chiguyong a8927a18e6 feat: GEO平台MVP完整实现
- 后端: FastAPI + SQLAlchemy 2.0 + PostgreSQL + Redis
  - 用户认证(注册/登录/JWT)
  - 查询词CRUD管理
  - 引用数据统计与查询
  - CSV报告导出
  - Citation Engine引用检测引擎(Playwright)
  - APScheduler定时调度器

- 前端: Next.js 14 + TailwindCSS + shadcn/ui + Recharts
  - 登录/注册页面(NextAuth.js)
  - Dashboard数据总览(统计卡片+趋势图+平台对比图)
  - 查询词管理(完整CRUD+立即查询)
  - 引用记录查看与筛选
  - 报告导出(CSV)
  - 设置页面(用户信息+套餐对比)

- 基础设施: Docker Compose(PostgreSQL/Redis/FastAPI/Next.js)
- 测试: 39个pytest单元/集成测试全部通过
2026-04-23 14:46:43 +08:00