zippy / anansi

a reference implementation of a scaped receptor network
metacurrency.org
9 stars 3 forks source link

create a generalized way for updating dialogs that change state #8

Open zippy opened 12 years ago

zippy commented 12 years ago

Currently when you create a new contact or edit it the values client side aren't actually refreshed. We have to match the state in the dialog with the state sent to the server.

This means either mean reconstructing the dialog or inserting it. Something smart should be done about how to handle this ala pivotal stuff that Lews has been describing.

zippy commented 12 years ago

Biggest problem with this right now is that after updating contacts, the local store isn't even refreshed.