Skip to content

Commit d77d476

Browse files
authored
Merge pull request #126 from objectstack-ai/copilot/review-and-organize-documents
2 parents af3dd19 + 58f026b commit d77d476

File tree

9 files changed

+5892
-34
lines changed

9 files changed

+5892
-34
lines changed

docs/spec/app.md

Lines changed: 744 additions & 32 deletions
Large diffs are not rendered by default.

docs/spec/form.md

Lines changed: 970 additions & 0 deletions
Large diffs are not rendered by default.

docs/spec/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,26 @@ This section contains the complete metadata specifications for the ObjectQL plat
1212
* [**Query Language (JSON-DSL)**](./query-language.md) - Unified query protocol for database-agnostic data access ✅
1313
* [**Validation Rules**](./validation.md) - Data quality and business rule enforcement ✅
1414
* [**Formula Fields**](./formula.md) - Read-only calculated fields with JavaScript expressions ✅
15+
* [**Initial Data**](./data.md) - Seed data and default records for initialization ✅
1516

1617
## Business Logic Layer
1718

1819
* [**Hooks (Triggers)**](./hook.md) - Event-driven logic attached to data operations ✅
1920
* [**Actions (RPC)**](./action.md) - Custom server-side functions and APIs ✅
2021
* [**Workflows & Processes**](./workflow.md) - Automated business processes and approval chains ⚠️ *Spec complete, implementation pending*
2122

23+
## User Interface Layer
24+
25+
* [**Pages**](./page.md) - UI page definitions, layouts, and navigation ✅
26+
* [**Views**](./view.md) - Saved data queries, filters, and display configurations ✅
27+
* [**Forms**](./form.md) - Data entry layouts and field configurations ✅
28+
* [**Reports**](./report.md) - Analytics, visualizations, and data exports ✅
29+
* [**Menus**](./menu.md) - Navigation structure and menu organization ✅
30+
31+
## Application Organization
32+
33+
* [**Apps**](./app.md) - Application grouping, branding, and menu structure ✅
34+
2235
## Security & Access Control
2336

2437
* [**Permissions**](./permission.md) - Role-based access control, field-level security, and record-level rules ✅

0 commit comments

Comments
 (0)