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

Add action compressor #7

Open
thinkh opened this issue May 23, 2018 · 2 comments
Open

Add action compressor #7

thinkh opened this issue May 23, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@thinkh
Copy link
Collaborator

thinkh commented May 23, 2018

Actions might resolve each other (e.g., open/close, select/deselect) or could be combined (e.g., multiple subsequent single selections could be combined to one multi-selection).

I assume that the compressor is application specific, since it depends on the registered actions. However, we should provide a basic implementation and test cases in the core, since it influences the tree traversal.

@thinkh thinkh added the enhancement New feature or request label May 23, 2018
@Tommos0
Copy link
Member

Tommos0 commented May 25, 2018

Yes, good idea. So, given a sequence of actions, the compressor should return a new (shorter) sequence of actions that produce the same result, right?

@thinkh
Copy link
Collaborator Author

thinkh commented May 30, 2018

Yes, that's correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants