Question
How should the data source panel be implemented to match the reference UI?
Context
The reference site shows a '数据' (Data) tab in the left sidebar with:
- A JSON editor for binding data to template elements
- Example data structure display
- Ability to switch between different data sources
Current state
Template data binding exists in code but no dedicated UI panel for managing it.
Key decisions needed
- Use a code editor component (e.g., codemirror, monaco-editor) or simple textarea?
- Should data validation be real-time?
- How to handle multiple data sources?
- Should data be preview-able in the template?
Depends on
Map issue #213
Question
How should the data source panel be implemented to match the reference UI?
Context
The reference site shows a '数据' (Data) tab in the left sidebar with:
Current state
Template data binding exists in code but no dedicated UI panel for managing it.
Key decisions needed
Depends on
Map issue #213