-
- Downloads
feat(querybuilder): full rework of querybuilder
Inner query in JSON format fully reworked. The interface was reworked to use entity attributes as part of query logic. Handle inner logic and types fully reworked for better type-checking and future-proofing. Includes logic in query building, parsing, and execution. Logic pills can be created from the handle drop and from the side panel. Solves #42 and #53
Showing
- apps/web/src/app/panels/Visualization.tsx 1 addition, 1 deletionapps/web/src/app/panels/Visualization.tsx
- apps/web/src/components/navbar/navbar.tsx 1 addition, 1 deletionapps/web/src/components/navbar/navbar.tsx
- libs/shared/lib/querybuilder/model/logic/mathAggregations.tsx 745 additions, 0 deletions.../shared/lib/querybuilder/model/logic/mathAggregations.tsx
- libs/shared/lib/querybuilder/model/logic/mathFilters.tsx 93 additions, 0 deletionslibs/shared/lib/querybuilder/model/logic/mathFilters.tsx
- libs/shared/lib/querybuilder/model/logic/mathFunctions.tsx 67 additions, 0 deletionslibs/shared/lib/querybuilder/model/logic/mathFunctions.tsx
- libs/shared/lib/querybuilder/model/logic/utils.ts 0 additions, 0 deletionslibs/shared/lib/querybuilder/model/logic/utils.ts
- libs/shared/node.d.ts 13 additions, 0 deletionslibs/shared/node.d.ts
Loading
Please register or sign in to comment