-
- 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
- .gitignore 1 addition, 4 deletions.gitignore
- Dockerfile 7 additions, 13 deletionsDockerfile
- apps/web/.eslintignore 1 addition, 3 deletionsapps/web/.eslintignore
- apps/web/node.d.ts 18 additions, 0 deletionsapps/web/node.d.ts
- apps/web/package.json 2 additions, 9 deletionsapps/web/package.json
- apps/web/src/app/app.module.scss 0 additions, 3 deletionsapps/web/src/app/app.module.scss
- apps/web/src/app/app.tsx 27 additions, 22 deletionsapps/web/src/app/app.tsx
- apps/web/src/app/panels/Visualization.tsx 18 additions, 23 deletionsapps/web/src/app/panels/Visualization.tsx
- apps/web/src/components/navbar/AddDatabaseForm/index.tsx 278 additions, 0 deletionsapps/web/src/components/navbar/AddDatabaseForm/index.tsx
- apps/web/src/components/navbar/AddDatabaseForm/stories/add-database-form.stories.tsx 26 additions, 0 deletions...bar/AddDatabaseForm/stories/add-database-form.stories.tsx
- apps/web/src/components/navbar/navbar.tsx 295 additions, 176 deletionsapps/web/src/components/navbar/navbar.tsx
- apps/web/src/components/panels/panel.tsx 53 additions, 0 deletionsapps/web/src/components/panels/panel.tsx
- apps/web/src/main.tsx 14 additions, 6 deletionsapps/web/src/main.tsx
- apps/web/tsconfig.json 4 additions, 9 deletionsapps/web/tsconfig.json
- libs/shared/.eslintignore 0 additions, 2 deletionslibs/shared/.eslintignore
- libs/shared/lib/data-access/api/schema.ts 1 addition, 2 deletionslibs/shared/lib/data-access/api/schema.ts
- libs/shared/lib/data-access/index.ts 1 addition, 0 deletionslibs/shared/lib/data-access/index.ts
- libs/shared/lib/data-access/store/index.ts 8 additions, 0 deletionslibs/shared/lib/data-access/store/index.ts
- libs/shared/lib/data-access/store/schemaSlice.ts 5 additions, 5 deletionslibs/shared/lib/data-access/store/schemaSlice.ts
- libs/shared/lib/data-access/theme/colorPaletteConfigSlice.ts 41 additions, 0 deletionslibs/shared/lib/data-access/theme/colorPaletteConfigSlice.ts
Loading
Please register or sign in to comment