Skip to content

Commit d6fde71

Browse files
Copilothotlong
andcommitted
Update architecture specs, tutorials, and quick-start docs with current field type count
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 3841ffa commit d6fde71

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

content/docs/index.cn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { Book, Compass, FileText, Layers } from 'lucide-react';
4242
## 快速链接
4343

4444
### 基础指南
45-
- **[字段类型](/docs/guides/field-types)** - 30+ 种字段类型及示例(文本、数字、选择、查找、公式等)
45+
- **[字段类型](/docs/guides/field-types)** - 35 种字段类型及示例(文本、数字、选择、查找、公式等)
4646
- **[视图配置](/docs/guides/view-configuration)** - 网格、看板、日历、甘特图和表单布局
4747
- **[工作流与验证](/docs/guides/workflows-validation)** - 业务规则和自动化
4848
- **[项目结构](/docs/guides/project-structure)** - 组织代码的最佳实践

content/docs/quick-start/backend-developers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const Task = ObjectSchema.create({
7777

7878
## Field Types You Know and Love
7979

80-
ObjectStack provides **23+ field types** with automatic validation:
80+
ObjectStack provides **35 field types** with automatic validation:
8181

8282
| ObjectStack Type | Similar To | Features |
8383
| :--- | :--- | :--- |

content/docs/specifications/architecture/data-layer.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ const CustomerAccount = {
2929
```
3030

3131
#### Field Schema
32-
Defines data properties with 25+ types:
32+
Defines data properties with 35 types:
3333

3434
- **Basic**: text, textarea, number, boolean, date, datetime
35-
- **Advanced**: lookup, formula, rollup, autonumber
36-
- **Rich**: email, phone, url, currency, percent
37-
- **Complex**: address, geolocation, file, image
35+
- **Advanced**: lookup, master_detail, formula, summary, autonumber
36+
- **Rich**: email, phone, url, currency, percent, markdown, html, richtext
37+
- **Complex**: address, location, geolocation, file, image, avatar
38+
- **Enhanced**: code, color, rating, slider, signature, qrcode
3839

3940
### 2. Query Protocol (`src/data/query/`)
4041

content/docs/specifications/architecture/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The ObjectStack Protocol is built on three core layers that work together to pro
1111

1212
### [Data Layer (ObjectQL)](/docs/specifications/architecture/data-layer)
1313
The Data Layer defines the "Shape of Data" and business logic. It includes:
14-
- **Schema**: Objects and Fields with 23+ field types
14+
- **Schema**: Objects and Fields with 35 field types
1515
- **Logic**: Workflows, Triggers, Validation Rules, Formulas
1616
- **Security**: Permissions and Sharing Rules
1717
- **Query**: Abstract Syntax Tree (AST) for unified data access

content/docs/tutorials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Learn ObjectStack through practical, hands-on tutorials. Each tutorial is design
3333
<Card
3434
title="Master Field Types"
3535
href="/docs/guides/field-types"
36-
description="Deep dive into all 23+ field types with examples"
36+
description="Deep dive into all 35 field types with examples"
3737
/>
3838
<Card
3939
title="Formula Fields & Calculations"

0 commit comments

Comments
 (0)