-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add a JSON explorer for selecting binding paths #6341
Copy link
Copy link
Open
Labels
area:componentsParametrized code componentsParametrized code componentscomplexity:mediumUp to 1 week of workUp to 1 week of workprio:2Always look for prio:1 issues first before working on prio:2Always look for prio:1 issues first before working on prio:2type:featFeatures and enhancementsFeatures and enhancements
Description
Activity
Metadata
Metadata
Assignees
Labels
area:componentsParametrized code componentsParametrized code componentscomplexity:mediumUp to 1 week of workUp to 1 week of workprio:2Always look for prio:1 issues first before working on prio:2Always look for prio:1 issues first before working on prio:2type:featFeatures and enhancementsFeatures and enhancements
Problem
Bindings currently rely on text-based autocomplete. When a data source returns nested objects or arrays, users must know and type the exact path by hand, for example
collection.data.result.name.This is easy to get wrong and makes external data bindings harder to discover, especially for users who do not know the response shape in advance.
Desired result
Add a JSON explorer to the bindings UI. It should show the available data as a tree and let users select a path to a value.
Selecting a value should insert the correct binding path into the field.
Product scope
Acceptance criteria
Related feedback
#6328