drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

Add a ‘leeching’ property #127

Closed drewmccormack closed 10 years ago

drewmccormack commented 10 years ago

Currently have ‘merging’ and ‘leeched’, but no indication that a leech is underway.

mwaterfall commented 10 years ago

A deleeching property would also be great!

drewmccormack commented 10 years ago

Best approach may be to introduce a more general 'state' property that can take values of deleeched, leeched, merging, leeching, deleeching.

drewmccormack commented 10 years ago

These properties, plus a currentActivity property, have been added in v2.