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

Handle cancelling in docs #35

Open
jurra opened this issue Nov 12, 2020 · 1 comment
Open

Handle cancelling in docs #35

jurra opened this issue Nov 12, 2020 · 1 comment
Assignees
Labels

Comments

@jurra
Copy link
Member

jurra commented Nov 12, 2020

Story

When changing a document the user might want to go back to the previous state or cancel the changes. In this case the original document that hasnt been modified should be reloaded.

Problems

How to store the old version to discard and select from the new version
Currently the store is updated on the fly. One of the reasons to do this is because the use might change documents without saving. The approach is to not allow users to change docs unless they save. The behavior in this case would be similar to open and closing documents.

Solution

On cancel pull back content from the vuex store

@jurra jurra added the feature label Nov 12, 2020
@jurra jurra self-assigned this Nov 12, 2020
@create-issue-branch
Copy link

Branch issue-35-Handle_cancelling_in_docs created!

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

No branches or pull requests

1 participant