lightningrodlabs / rea-playspace

Holochain app to play with REA accounting
31 stars 7 forks source link

Feature: add signals for changes so multiple people can see changes and aren't working on stale data #78

Closed adaburrows closed 1 year ago

adaburrows commented 2 years ago

Currently, we aren't sending signals for changes. This means that if multiple people are working on a plan, each time they make a change they overwrite the version on the DHT with their own local copy. If one person deletes something and another person edits their now stale in-memory copy, they will overwrite the deletion.

shanedeeodonnell commented 2 years ago

PR draft for holochain remote_call portion of the ticket. It's in a good position to interface with a reactive state mgmt piece. https://github.com/lightningrodlabs/rea-playspace/pull/126

adaburrows commented 1 year ago

Done