teodosin / karta

16 stars 1 forks source link

UndoRedo / Command Pattern finalisation #70

Open teodosin opened 9 months ago

teodosin commented 9 months ago

There's a bare foundation right now for implementing undo/redo that I put in place in order to not incur a lot of tech debt before it's time to actually implement it. There's the Action trait and the ActionManager and the exclusive system that executes queued up actions. I try to implement functionality as actions whenever possible, but actually traversing the history isn't possible yet. Just looking at the system as it is, it's going to take a lot of work and thinking to make functional. Off the top of my head, here's some details that need to be dealt with.

I'm not confident in tackling this by myself at my current skill level. So it will have to wait until help is available.