You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
"undo"/"redo" methods return the same than their contrapart, "dispatch", did (Memento Pattern)
the array associated with the middleware when invoking the "dispatch" method will walk through in reversed order when you "undo" a command, whilst "redo" a command will process the same middlewares in normal order again
"undo" invokes to "unHandle" method of command and "executeUndo" of middleware. There will be an Inflector Class for them
What do you think?
Is it well aligned?
jagarsoft
pushed a commit
to jagarsoft/laravel-tactician
that referenced
this issue
Aug 1, 2021
Hi folks
What do you think about implementing Undo feature?
Comments will be welcomed!
I have started working on it
The text was updated successfully, but these errors were encountered: