cube-js/cube

Payload and Response Improvement

开放

#1,019 创建于 2020年8月24日

 (0 条评论) (0 个反应) (0 位负责人)Rust (1,965 个派生)batch import
client:corehelp wanted

仓库指标

星标
 (19,563 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Problem When wanting to display the selected Filters and/or Segments instead of getting that data from orderMembers in the payload and annotations in the response extra code is needed to parse that data from the metadata and/or other JSON properties.

Solution Have the same output pattern followed for Filters and Segments to appear in orderMembers payload and annotations response

Alternatives we've considered We've solved by writing additional logic, which does also add additional requests and we're trying to lower the number of requests.

贡献者指南