Widgets and Transform Workflow¶
Widgets in the GUI combine three layers: data selection, transform logic, and rendering.
Pipeline¶
A GUI widget usually combines:
a data source
a transformer or extractor
a widget renderer
In simplified form:
source data -> transformer -> structured output -> widget renderer -> preview / publish output
In the editor¶
Inside the collection configuration flow, the user typically:
chooses a group
adds or edits a widget
selects a transformer and widget pairing
fills in plugin-backed parameters
previews the result
saves the configuration
Data sources¶
Widgets may operate on:
primary imported entities
aggregation references
auxiliary supporting sources
raster or spatial layers depending on plugin type