Commit Graph

4 Commits

Author SHA1 Message Date
chiguyong f182e166dc feat: U7 — citation export, agent config panel, trends insight page, schema suggestion page 2026-06-02 08:11:43 +08:00
chiguyong 45e151fc31 fix: frontend quality improvements
- Fix ONBOARDING_STEPS count (5→6) to match actual flow
- Unify OnboardingState type (remove duplicate from page.tsx)
- Replace raw fetch with fetchWithAuth in health-score.ts
- Extract shared utils (round, getStatusColor, DIMENSION_ICONS) to lib/utils/health-score.ts
- Fix Step5 handleComplete silent failure on error
- Remove console.error from Step2/Step4/Step5
- Remove unused props from Step3Platforms
- Fix TS errors in agents/page.tsx and strategy/page.tsx
- Exclude test files from tsc (handled by vitest)
2026-06-01 23:41:27 +08:00
chiguyong 67d7578550 feat: P1核心功能验证完成 - 迁移/平台对接/调度器/配置/Agent监控
P1-1 数据库迁移同步:
- 修复迁移冲突(重复版本号)
- 添加缺失模型导入
- 创建同步迁移文件
- alembic check通过

P1-2 多平台API对接验证:
- 创建22个测试用例
- 5种引用提取方式验证
- 平台健康检查API (/api/v1/platforms/health)

P1-3 定时调度器验证:
- 10个测试用例全部通过
- 添加手动触发支持(run_job_now)
- 2个注册任务(check_queries/check_pending_tasks)

P1-4 配置API Keys:
- .env.example完整配置
- LLM提供商工厂函数验证
- 限流器配置测试

P2-1 Agent监控Dashboard:
- 前端页面(统计摘要/筛选/详情)
- API客户端方法
- 执行历史和日志展示
2026-05-23 22:02:49 +08:00
chiguyong eac12093d6 feat: 修复前后端API路径不匹配,对接真实数据与百炼LLM
- 修复知识库API路径(knowledge-bases -> knowledge/bases)
- 修复analytics top-content -> top路径
- 修复lifecycle stats路径
- 配置百炼Coding Plan API(qwen3-coder-plus)
- 后端所有API对接真实数据库
- 前端所有页面对接真实后端API
- 创建管理员测试账号(admin@fischer.com)
- 修复CORS配置支持localhost:3001
- 修复UUID/String类型转换问题
2026-05-23 14:45:51 +08:00