Hi everyone,
We have the following scenario in place:
- We want to create a MyItems listing page
- Every MyItem consists of a page containing (among others)
- MyItem Banner component
- MyItem Config component
- In the listing page, we need to query against and extract facets from
- MyItem Banner component props
- MyItem Config component props
- Some prop values are not stored directly but (when the MyItem page is rendered) are retrieved on-the-fly from an external integration
Questions:
- Is it possible to have a "unified" query to use in the listing page, considering we have different sources of information for each listable element?
- I was thinking of leveraging Synthetic resources (e.g. create MyItemSyntehticResource with all required props and then query against these)
- In previous versions maybe that could also be possible via custom ResourceProvider implementation
- So far I am unsure how to go about it - or if it's at all possible 🙂
Any ideas?
Kind regards