10.1.1 • Published 5 years ago

@visdesignlab/intent-contract v10.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Build Status

Model

The users interaction with the system are modelled as an array of interactions Array<Interactions>. In addition to selections, we also keep track of when the user changes the axes of the visualization.

Usage

The contract is provided using TypeScript interfaces and enums. We use quicktype to automagically generate the corresponding Python 3.7 bindings. To create the Python bindings you can use the following command:

yarn run bindgen

The bindings will end up in dist/interactions.py.

Development

The dependencies can be install using yarn:

yarn install

Builds can be prepared using:

yarn run build
yarn run dev # watches for changes

To perform linter checks you there is:

yarn run lint
yarn run lint-fix # tries to fix some of the warnings
10.1.1

5 years ago

10.0.0

5 years ago

9.0.0

5 years ago

8.0.0

5 years ago

7.1.0

5 years ago

7.0.0

5 years ago

6.0.0

5 years ago

5.2.0

5 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.1.1

5 years ago

3.2.0

5 years ago

4.0.0

5 years ago

3.1.0

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago