datai/datai-scenes/datai-scene-salesforce
Kris 19168db4a4 refactor: REQ-010-1 optimize database table design from 6 to 9 tables
Changes:
- Add 3 new tables (datai_meta_package_item, datai_meta_component_version, datai_meta_deploy_component_result)
- Optimize 6 existing tables to better match business requirements
- Update all related documents to maintain complete documentation chain

New tables:
1. datai_meta_package_item - Metadata package definition details
2. datai_meta_component_version - Metadata version content table
3. datai_meta_deploy_component_result - Deployment component result details

Documentation updates:
- Update REQ-010-1.md requirements document
- Update 0010-database-table-design.md ADR
- Update 20260117-database-table-design-create.md session record
- Update 0020-database-table-design-create.md changelog
- Update 20260117-database-table-design-create-retro.md retrospective
- Update docs/index.md to maintain complete documentation index
2026-01-18 20:13:13 +08:00
..
datai-salesforce-auth feat: REQ-010-1 完成数据库表结构设计和创建,REQ-010-2 完成基础实体类和Mapper创建需求定义和架构决策 2026-01-18 19:44:13 +08:00
datai-salesforce-common docs(salesforce): 新增技能文档和优化代码 2026-01-15 14:09:15 +08:00
datai-salesforce-integration feat: 添加定时任务功能和文档 2026-01-16 16:38:35 +08:00
datai-salesforce-metadata refactor: REQ-010-1 optimize database table design from 6 to 9 tables 2026-01-18 20:13:13 +08:00
datai-salesforce-setting fix: 修复 setting 模块业务逻辑问题和 NullPointerException 2026-01-14 14:08:33 +08:00
datai-salesforce-starter 【feat】 项目重构,优化页面布局和数据库字段 2025-12-25 10:02:37 +08:00
docs refactor: REQ-010-1 optimize database table design from 6 to 9 tables 2026-01-18 20:13:13 +08:00
scripts chore: commit existing code based on SSOT 2.0 rules 2026-01-08 20:07:14 +08:00
CHANGELOG.md feat: REQ-010-1 完成数据库表结构设计和创建,REQ-010-2 完成基础实体类和Mapper创建需求定义和架构决策 2026-01-18 19:44:13 +08:00
CONTRIBUTING.md chore: bootstrap SSOT framework with visual design support 2026-01-08 19:52:43 +08:00
pom.xml feat: REQ-010-1 完成数据库表结构设计和创建,REQ-010-2 完成基础实体类和Mapper创建需求定义和架构决策 2026-01-18 19:44:13 +08:00
README.md chore: bootstrap SSOT framework with visual design support 2026-01-08 19:52:43 +08:00

Salesforce 集成项目

项目目标

提供与 Salesforce 平台的全面集成解决方案,支持多种 API 交互方式,包括 Bulk API v1/v2、Partner API 和 REST API实现数据同步、认证管理和元数据处理等核心功能。

单一真源入口

本项目采用基于单一真源 (Single Source of Truth) 的 Workflow所有项目相关文档和决策均集中在 docs/ 目录中。

真源文档中心

项目结构

  • datai-salesforce-auth/ - 认证相关模块
  • datai-salesforce-common/ - 通用工具和常量
  • datai-salesforce-integration/ - 核心集成模块

协作基线文件

AI Context Root