IndustrialDragonfly / DEdC

Collaborative DFD Editor
MIT License
6 stars 1 forks source link

Modification to a Link's origin/destination Node must affect the Node #111

Open eugene-davis opened 10 years ago

eugene-davis commented 10 years ago

Currently disconnecting a Link from a Node will not register on the Node, since there is no way for it to detect an update - as our updates currently happen by overwriting an existing Link with PUT (i.e. delete the old Link then create a new one) For the current client it doesn't matter, but it should be handled correctly before future clients get written.