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
It could be good to record "transactions" every time execute is called, effectively storing that current/original object from #144 as a type-of-snapshot each time execute is called. Or maybe it'd look like:
changeset.transactions// returns =>[{executedAt: timestamp,snapshot: (existingsnapshot)changes: {key: {original, current }}},{executedAt: timestamp,snapshot: (existingsnapshot)changes: {key: {original, current }}}// ....]
This would enable undo/redo history
The text was updated successfully, but these errors were encountered:
Kind of based off of the data structure in #144
It could be good to record "transactions" every time execute is called, effectively storing that current/original object from #144 as a type-of-snapshot each time execute is called. Or maybe it'd look like:
This would enable undo/redo history
The text was updated successfully, but these errors were encountered: