Dynamic Data Types And DTOs¶
The planned model extends beyond static content domains.
We expect dynamic data types and DTO-style exchange models that support two-way data flow for CRUD and Metrics experiences.
Planned Dynamic Types¶
CustomerQuotationTicketSeriesTable
Intent¶
These types support:
- create, read, update, and delete flows
- stateful application workflows
- metrics, indexed data, and business-data presentation
- two-way exchange between front ends and backend systems
Family Mapping¶
| Family | Typical Dynamic Types |
|---|---|
| CRUD-Sites | customers, quotations, tickets, operational DTOs |
| Metric-Sites | series, tables, diagnostics, indexed asset data |
Rule¶
Even when the payloads are dynamic, the split stays the same:
- metadata defines UI structure
- headless content and DTOs carry data
- behavior props govern how the page interacts with those payloads