UI Builder should allow me to specify fields that come from relationships in my components #862
Labels
feature-request
An issue which is a feature-request created by customer
studio-ui
An issue that needs to be tracked by Studio Console team
ui-components
Issues related to UI builder component
Describe the feature you'd like to request
I'd like to be able to build components that use data from related models.
Describe the solution you'd like
For example, if I have a
Post
hasOneAuthor
, I should be able to design a component representing a Post where thepost.author.name
can be used as a field.Describe alternatives you've considered
Right now, my only option is use to separate
Post
andAuthor
properties, and write my own logic to make sure I pass in the ones that are related to each other.Additionally, if I use two separate data models in my Post view component, I cannot use the
Collections
feature to make list views for my Posts.Additional context
No response
The text was updated successfully, but these errors were encountered: