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 diff with time travel #16

Open
Delapouite opened this issue Mar 2, 2016 · 2 comments
Open

add diff with time travel #16

Delapouite opened this issue Mar 2, 2016 · 2 comments

Comments

@Delapouite
Copy link
Member

No description provided.

@Delapouite
Copy link
Member Author

Kind of implemented in 3cee2fc

But not really the optimal solution.

The socket emits the full tree at each change.
We keep the last 5 received client side.
A slider on the top right of the screen let the user go back in time or keep synchronized with last revision.

@naholyr
Copy link
Member

naholyr commented Nov 8, 2017

We may store versions based on datetime instead of a count, whenever the trainer presses Ctrl+S every half second :P

Maybe even regroup close changes into one single change.

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