View Engine tasks
View Engine combines a React-independent engine, persisted component configuration, and React controls built with shadcn/Base UI. The implemented view kind is record with a table presentation. Analysis, cards and dashboards are separate work.
| Task | Start here | Verify in Storybook |
|---|---|---|
| Render your first page | Getting started | View Engine → 入门与业务流程 → 最小接入 → 第一个数据视图 |
| Add local or remote filters | Filters | View Engine → 查询与筛选 → 内置筛选器 |
| Format cells, summarize, refresh | Table and runtime | View Engine → 数据视图 / 扩展与组件 |
| Save and manage views | Saved views | View Engine → 引擎与宿主 → 视图管理 |
| Add business operations | Extensions | View Engine → 扩展与组件 → 业务扩展 |
The complete example is also used by Storybook. Use the API reference for contracts. @ahoo-wang/fetcher-viewer is the separate Ant Design package; its ViewDefinition and filter models are different.
