json-joy
json-joy copied to clipboard
JSON CRDT `revert()`
- [ ] Implement method, which can create a new
Patch
, which effectively "reverts" the view changes of some otherPatch
.- Use
PatchLog
for that. Travel only forward in history.
- Use
"How do you plan to implement the revert operation, and what is your design thinking? If I want to help you implement it, from what perspectives should I consider the implementation?"