good first issue
仓库指标
- 星标
- (4,948 个星标)
- PR 合并指标
- (平均合并 1天 22小时) (30 天内合并 209 个 PR)
描述
Creating a grouing query string (e.g. all( group(customer) each(output(sum(price))) ) ) can be difficult with multi-level grouping, having a UI to construct the string a la the querybuilder might help.
Can be useful as a validator, too - paste a string into a field, and auto-generate an pretty-printed view
hence both ways from structured to string and vice versa
see #16870 for implementation suggestion