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

Robust saving #682

Merged
merged 87 commits into from
Nov 25, 2020
Merged

Robust saving #682

merged 87 commits into from
Nov 25, 2020

Conversation

wwqrd
Copy link
Contributor

@wwqrd wwqrd commented Nov 22, 2020

Refactor of the saving mechanisms, in order to streamline the process, whilst simultaneously adding back up feature.

  • Protocols module, has been removed
  • "unbundle" and "load" (and "bundle" and "save") are combined since in usage these do not need to be used independently
  • Meta data about the loaded file has been combined with the session module
  • A backup is created when a file is saved.

Outstanding tasks

  • Restore locking higher order action creators
  • Add user friendly error dialogs
  • Ensure system menu is working correctly
  • Delete old back up when creating a new one? create backup for the first save
  • Ensure preview is working correctly
  • Add copy to friendly error dialogs

@wwqrd wwqrd marked this pull request as ready for review November 24, 2020 16:51
@jthrilly jthrilly self-requested a review November 25, 2020 12:06
@wwqrd wwqrd merged commit d257303 into master Nov 25, 2020
@jthrilly jthrilly linked an issue Nov 25, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Safer Saving
2 participants