deep-foundation / deep-foundation/deepcase-app

Cytoscape base query editor

Open
#49 0 comments 0 reactions 1 assignee Claimed by @Aruseli View on GitHub
Dominant language
TypeScript
Stars
10
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Independent cyto component.

Works as controllable input, props:

```ts
interface {
value: {}; // recieve query for visualization
onChange: (value) => any; // save in outer logic
}
```

![Image](https://user-images.githubusercontent.com/7591093/172249038-e5d04020-84bf-4cf5-9512-6d7eb5668a23.png)

```js
{}
```

![Image](https://user-images.githubusercontent.com/7591093/172249052-e56456ba-ed49-4649-9b20-17c6c22f8834.png)

```js
{ type: {} }
```

![Image](https://user-images.githubusercontent.com/7591093/172249065-1e38c1f3-3b90-487b-b77c-393ece1ddf4b.png)

```js
{ type: { out: { } } }
```

![Image](https://user-images.githubusercontent.com/7591093/172249092-41ef6fba-51c4-4f55-87b3-09f787f505a6.png)

![Image](https://user-images.githubusercontent.com/7591093/172249103-0f443ff6-6a50-42ab-91ff-b96ff9ceb851.png)

```js
{ type: { out: { _or: [{}] } } }
```

![Image](https://user-images.githubusercontent.com/7591093/172249122-321f1b72-160b-486d-92cb-f1f007b48b12.png)

```js
{ type: { out: { _or: [{ }, { }] } } }
```

Whay to set value criteria

![Image](https://user-images.githubusercontent.com/7591093/172249149-5e6d2cb6-8d7a-4c3a-95e6-4d73c8c1b5a7.png)

For example if set + in second example
```js
{ type: { out: { } } }
```
It will be
```js
{ type: { out: { string: { _eq: 'abc' } } } }
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.