Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User interaction with transition tree #35

Open
SimonHeybrock opened this issue Jan 15, 2016 · 2 comments
Open

User interaction with transition tree #35

SimonHeybrock opened this issue Jan 15, 2016 · 2 comments

Comments

@SimonHeybrock
Copy link
Contributor

The data flow in the back end is now based on transitions that move data between checkpoints. The goal of this structure was to support adding and removing of certain reduction parts while running and while incoming events keep updating all checkpoints.

Add some mechanism to add or remove transitions. For example this could we would like to attach a second filter, with a separate result streamer and visualizer (maybe it makes more sense to have only one visualizer that visualizes data from several branches of the transition tree?).

@SimonHeybrock
Copy link
Contributor Author

For starters, the simplest thing we could try is to add the transitions that are currently in the reducer by default only on demand. That is, by default the reducer would do nothing. Then the user can add reduction and streaming, one by one.

@lottiegreenwood
Copy link
Collaborator

Ref in #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants