cube-js/cube

Payload and Response Improvement

Open

#1,019 建立於 2020年8月24日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (1,965 fork)batch import
client:corehelp wanted

倉庫指標

Star
 (19,563 star)
PR 合併指標
 (平均合併 5天 16小時) (30 天內合併 138 個 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.

貢獻者指南