Skip to content

Commit 3841ffa

Browse files
Copilothotlong
andcommitted
Update README and getting-started guides with current field type count
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 02fb21e commit 3841ffa

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The ObjectStack Protocol (`@objectstack/spec`) is divided into five core modules
5959

6060
### 1. Data Protocol (ObjectQL)
6161
Defines the "Shape of Data" and business logic.
62-
- **Schema:** Objects, Fields (23+ types including text, number, select, lookup, formula, autonumber, etc.)
62+
- **Schema:** Objects, Fields (35 types including text, number, select, lookup, formula, autonumber, slider, qrcode, etc.)
6363
- **Logic:** Workflows, Triggers, Validation Rules, Formulas
6464
- **Security:** Permissions, Sharing Rules
6565
- **Query:** Abstract Syntax Tree (AST) for unified data access across drivers
@@ -73,22 +73,28 @@ Defines the "Shape of Interaction" for rendering interfaces.
7373
- **Analytics:** Reports (Tabular, Summary, Matrix), Dashboards with widgets
7474
- **Actions:** Script, URL, Modal, Flow-triggered actions
7575
- **Theming:** Color palettes, typography, breakpoints, animations
76+
- **Widgets:** Custom field components
7677

7778
### 3. System Protocol (ObjectOS)
7879
Defines the "Runtime Environment" and platform capabilities.
7980
- **Manifest:** Application packaging (`objectstack.config.ts`)
80-
- **Identity:** Authentication, Roles, Territories, Licenses
81+
- **Identity:** Authentication, Roles, Territories, Licenses, Organizations
8182
- **Integration:** Webhooks, API contracts, ETL Mappings
8283
- **Datasource:** Driver definitions for SQL, NoSQL, SaaS connectors
8384
- **Discovery:** Plugin discovery and loading mechanisms
8485
- **I18n:** Translation and internationalization support
86+
- **Platform:** Events, Real-time sync, Audit logging, Background jobs, Multi-tenancy
8587

8688
### 4. AI Protocol
8789
Defines AI agent integration capabilities.
8890
- **Agent:** AI agent definitions and configurations
89-
- **Tools:** AI tool integrations
90-
- **Knowledge:** Knowledge base structures
91-
- **Models:** AI model configurations
91+
- **Model Registry:** LLM registry and selection
92+
- **RAG Pipeline:** Retrieval-augmented generation
93+
- **NLQ:** Natural language query processing
94+
- **Conversation:** Conversation management and memory
95+
- **Cost Tracking:** AI cost tracking and budget management
96+
- **Predictive:** Predictive analytics models
97+
- **Workflow Automation:** AI-powered workflow automation
9298

9399
### 5. API Protocol
94100
Defines standardized API contracts.

content/docs/guides/field-types.cn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: ObjectStack 所有字段类型的完整指南,包含示例和配
66

77
# 字段类型参考
88

9-
ObjectStack 支持 **30+ 种字段类型**,涵盖文本、数字、日期、选择、关联、媒体、计算和增强类型。本指南为每种类型提供实用示例。
9+
ObjectStack 支持 **35 种字段类型**,涵盖文本、数字、日期、选择、关联、媒体、计算和增强类型。本指南为每种类型提供实用示例。
1010

1111
## 核心文本字段
1212

content/docs/guides/getting-started.cn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ views: {
276276
现在你有了有效的元数据,你可以:
277277

278278
1. **探索示例**:查看 [CRM 示例](https://github.com/objectstack-ai/spec/tree/main/examples/crm) 了解完整功能实现
279-
2. **学习字段类型**:参见 [字段类型指南](/docs/guides/field-types) 了解所有 30+ 种字段类型
279+
2. **学习字段类型**:参见 [字段类型指南](/docs/guides/field-types) 了解所有 35 种字段类型
280280
3. **构建 UI**:使用 ObjectStack 运行时的元数据来生成界面
281281
4. **部署**:推送到 ObjectStack 内核用于生产环境
282282

content/docs/guides/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ views: {
276276
Now that you have valid metadata, you can:
277277

278278
1. **Explore Examples**: Check out the [CRM Example](https://github.com/objectstack-ai/spec/tree/main/examples/crm) for a full-featured implementation
279-
2. **Learn Field Types**: See the [Field Types Guide](/docs/guides/field-types) for all 30+ field types
279+
2. **Learn Field Types**: See the [Field Types Guide](/docs/guides/field-types) for all 35 field types
280280
3. **Build UI**: Use the metadata with ObjectStack runtime to generate interfaces
281281
4. **Deploy**: Push to an ObjectStack kernel for production use
282282

0 commit comments

Comments
 (0)