Files
makemd/docs1/临时修改建议.MD
wurenzhi 56b8a2e2f8 docs: 新增业务闭环文档并重构文档结构
新增业务闭环文档,包含商品主数据、SKU变体、订单拆分等关键闭环
重构文档目录结构,迁移旧文档至新路径
补充业务功能说明文档内容
更新全局文档索引和项目地图
2026-03-18 00:35:00 +08:00

78 lines
3.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Crawlful_Hub/
├─ 00_Business/
│ ├─ Business_ClosedLoops.md # 你当前已有的闭环文档
│ ├─ Business_KPIs.md # 关键绩效指标文档
│ ├─ Business_Rules.md # 核心业务规则
│ └─ Business_DecisionPoints.md # 决策点汇总
├─ 01_Architecture/
│ ├─ System_Architecture.md # 总体架构图与说明
│ ├─ Module_Responsibilities.md # 各模块职责与接口
│ ├─ AI_Agent_Interaction.md # AI agent 协作说明
│ ├─ Data_Flow_Diagrams/ # 数据流与依赖图
│ └─ Sequence_Flow_Diagrams/ # 业务流程图
├─ 02_Backend/
│ ├─ Backend_Design.md # 架构设计 & 模块说明
│ ├─ API_Specs/ # 所有后端 API 规范
│ │ ├─ Product_API.md
│ │ ├─ Order_API.md
│ │ └─ Finance_API.md
│ ├─ Database/
│ │ ├─ ERD.md # 数据库设计图
│ │ └─ Table_Definitions.md
│ ├─ Services/ # 后端服务模块说明
│ └─ Backend_Automation.md # AI 自动化生成后端说明
├─ 03_Frontend/
│ ├─ Frontend_Design.md # 架构设计 & 技术栈
│ ├─ UI_Components.md # UI组件库说明
│ ├─ Pages_Flow.md # 页面流转/路由
│ ├─ API_Consumption.md # 前端调用 API 规范
│ └─ Frontend_Automation.md # AI 自动生成前端说明
├─ 04_Plugin/
│ ├─ Plugin_Design.md # 插件端架构说明
│ ├─ DOM_Interaction.md # 插件操作 DOM 规范
│ ├─ Automation_Scripts.md # 插件脚本说明
│ └─ Plugin_Agent_Integration.md # AI agent 与插件交互
├─ 05_AI/
│ ├─ AI_Strategy.md # AI agent 分工与策略
│ ├─ AI_Context.md # 上下文与知识库管理
│ ├─ AI_Tasks.md # AI 任务表pending/claimed/in_progress/completed
│ ├─ AI_Training_Data/ # AI训练数据 & 样例
│ └─ AI_Model_Integration.md # 模型接口与调用说明
├─ 06_ETL/
│ ├─ ETL_Pipelines.md # 数据采集、清洗、处理流程
│ ├─ ETL_Scripts/ # 脚本文件
│ └─ ETL_Data_Samples/ # 样例数据
├─ 07_Testing/
│ ├─ Test_Strategy.md # 测试策略 & 用例设计
│ ├─ Unit_Tests/ # 单元测试说明
│ ├─ Integration_Tests/ # 集成测试说明
│ └─ Test_Reports/ # 测试结果输出
├─ 08_Deployment/
│ ├─ Deployment_Guide.md # 部署说明
│ ├─ CI_CD_Pipelines.md # 持续集成/持续交付
│ └─ Environment_Configs/ # 配置文件 (dev/staging/prod)
├─ 09_Operations/
│ ├─ Monitoring.md # 监控指标、报警策略
│ ├─ Logging.md # 日志规范与存储
│ ├─ Exception_Handling.md # 异常处理 & 自愈策略
│ └─ Maintenance_Guide.md # 运维手册
├─ 10_Documents_Global/
│ ├─ PROJECT_MAP.md # 全局模块关系图
│ ├─ README.md # 项目总览
│ └─ Changelog.md # 文档 & 开发更新记录
└─ 11_References/
├─ Platform_API_Docs/ # 平台文档 (Amazon, Shopee, TikTok 等)
├─ Regulatory_Requirements.md # 合规要求
└─ Glossary.md # 术语汇总