kommitters / editorjs-undo

Undo/Redo feature for Editor.js
https://www.npmjs.com/package/editorjs-undo
MIT License
163 stars 50 forks source link

Create the specification of core functions #256

Closed juliandsg0222 closed 3 weeks ago

juliandsg0222 commented 3 weeks ago

Context

As part of the refactoring process, the next step is to create the specification for our ManagerHistory. This component will be responsible for implementing the add, remove, and replace functions, which will directly interact with the editor, affecting the user interface (UI). To facilitate code maintenance, we will use the "delegator" pattern, allowing for more granular management of these functions by filtering based on undo and redo actions.

Objective