Skip to content

Commit 5145ae1

Browse files
Copilothotlong
andcommitted
Final updates: index pages, release notes, and planning docs with current field count
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent d6fde71 commit 5145ae1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This is the first public release of the ObjectStack ecosystem, providing:
5252

5353
### Core Capabilities
5454
- **Data Protocol (ObjectQL)**: Complete schema definitions for Objects and Fields
55-
- 23+ field types (text, number, select, lookup, formula, autonumber, etc.)
55+
- 35 field types (text, number, select, lookup, formula, autonumber, slider, qrcode, etc.)
5656
- Validation rules, workflows, and triggers
5757
- Permission system and sharing rules
5858
- Abstract query language for unified data access

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This documentation is the authoritative reference for the ObjectStack Protocol.
7171
## Quick Links
7272

7373
### Essential Guides
74-
- **[Field Types](/docs/guides/field-types)** - 30+ field types with examples (text, number, select, lookup, formula, etc.)
74+
- **[Field Types](/docs/guides/field-types)** - 35 field types with examples (text, number, select, lookup, formula, etc.)
7575
- **[View Configuration](/docs/guides/view-configuration)** - Grid, Kanban, Calendar, Gantt, and Form layouts
7676
- **[Workflows & Validation](/docs/guides/workflows-validation)** - Business rules and automation
7777
- **[Project Structure](/docs/guides/project-structure)** - Best practices for organizing your code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ describe('Task Object', () => {
367367
<Card
368368
title="Field Types Reference"
369369
href="/docs/guides/field-types"
370-
description="Complete guide to all 23+ field types"
370+
description="Complete guide to all 35 field types"
371371
/>
372372
<Card
373373
title="Query AST Structure"

internal/planning/DEVELOPMENT_ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This roadmap outlines the complete development plan for the ObjectStack Protocol
3636

3737
#### Data Protocol (ObjectQL)
3838
-**Field Schema** (`src/data/field.zod.ts`)
39-
- 25+ field types (text, number, lookup, formula, etc.)
39+
- 35 field types (text, number, lookup, formula, slider, qrcode, etc.)
4040
- Comprehensive constraints (required, unique, min/max, etc.)
4141
- Relationship configuration (lookup, master-detail)
4242
- Formula and summary operations

0 commit comments

Comments
 (0)