Recipe: Internal Dashboard
This recipe builds an internal operations dashboard backed by Triform elements.
Elements
| Element | Role |
|---|---|
view | Dashboard UI, forms, tabs, lists, and action controls. |
sql | Structured operational data. |
board | Work tracking for human-visible state. |
automation | Multi-step flows for background work. |
schedule | Time-based triggers. |
auth-policy | Access control. |
Flow
- Create the data elements first: usually
sql,document, orboard. - Add actions or automations that mutate the data.
- Create a
viewwith bindings to those elements. - Attach validation, rate limits, and auth policies.
- Use
scheduleorqueueif updates should happen automatically.
Design Notes
Internal tools should be dense, calm, and scan-friendly. Use component patterns such as page headers, tables, tabs, filters, cards for repeated items, and callouts for operational warnings.