This is the UI complementing part of the API's Dynamic Framework. Just like in the backend, this framework is divided in sub frameworks that fulfill different needs.

  • Aggregations: as mentioned in the API's framework the Aggregations can also generate filters bases on provided Selection Aggregations and can also transform aggregations return from a search response into an UI friendly format. The translation of this UI friendly format is managed by the UI Aggregations Framework.

  • Fields: Unlike the previous categories, fields don't translate into search engine specific formats, they are use to transform results from a search response into a new formatted UI friendly response, manipulating the data and leaving everything ready, so the UI components would just need to use the data without any transformation. Here in the UI section we have a Functional Component for each type configurable in the backend.

  • No labels