OpenClaw Bot
7b67f3756e
Phase 5: 实体属性扩展功能
- 数据库层:
- 新增 entity_attributes 表存储自定义属性
- 新增 attribute_templates 表管理属性模板
- 新增 attribute_history 表记录属性变更历史
- 后端 API:
- GET/POST /api/v1/projects/{id}/attribute-templates - 属性模板管理
- GET/POST/PUT/DELETE /api/v1/entities/{id}/attributes - 实体属性 CRUD
- GET /api/v1/entities/{id}/attributes/history - 属性变更历史
- GET /api/v1/projects/{id}/entities/search-by-attributes - 属性筛选搜索
- 前端 UI:
- 实体详情面板添加属性展示
- 属性编辑表单(支持文本、数字、日期、单选、多选)
- 属性模板管理界面
- 属性变更历史查看
- 知识库实体卡片显示属性预览
- 属性筛选搜索栏
2026-02-20 00:10:49 +08:00
..
2026-02-19 18:07:00 +08:00
2026-02-19 18:07:00 +08:00
2026-02-19 18:07:00 +08:00
2026-02-19 18:07:00 +08:00
2026-02-19 09:58:39 +08:00
2026-02-20 00:10:49 +08:00
2026-02-19 18:07:00 +08:00
2026-02-19 18:07:00 +08:00