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

Undo / Redo History Function #741

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

Falke-Design
Copy link
Collaborator

@Falke-Design Falke-Design commented Dec 29, 2020

This feature is under development!

Having lots of tests from different people would be nice

Fix: #320

reverting

Copy link
Contributor

@codeofsumit codeofsumit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Undo Redo Logic sollte komplett gekapselt sein
  • Scopes: Mode, Drawing Mode, Global
  • GlobalReverting should be ModeReverting
  • New GlobalRevert across everything
  • pm:edit/drag/etc -> createChangeOnLayer
  • addHistoryEntry, removeHistoryEntry, getHistory
  • Transactions vs Snapshots: Consistency in Applying and Storing
  • Architektur: global History with EVERYTHING (one array), then filter based on

Kontext

[
  {
    diff: `theChange`,
    layer: `<layerRef>`
    mode: `Removal/Edit/etc`
    action: `Draw/Move/Drag/...`
  }
]

@Falke-Design Falke-Design marked this pull request as draft October 4, 2021 15:34
@t1a2l
Copy link

t1a2l commented Dec 19, 2021

where does this feature stands?

@Falke-Design
Copy link
Collaborator Author

@t1a2l it is currently on hold because we don't have the time to develop it

@winston01
Copy link

Any chance of this getting merged and published soon?

@Falke-Design
Copy link
Collaborator Author

@winston01 no

@Preefix
Copy link

Preefix commented Feb 19, 2024

Are there any updated on this feature?

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.

Undo/Redo Options
5 participants