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

Implement an undo stack for the portfolio. #184

Open
tomneutens opened this issue May 30, 2023 · 0 comments
Open

Implement an undo stack for the portfolio. #184

tomneutens opened this issue May 30, 2023 · 0 comments

Comments

@tomneutens
Copy link
Member

Create an undo and redo stack in the portfolio_slice. Each time a middleware action is called, add the inverse action to the undo stack. When the undo action is dispatched, pop the last action from the undo stack and execute it.

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

No branches or pull requests

1 participant