plasmidhq / plasmid

A browser database with optional multi-device syncronization
http://plasmid.readthedocs.org/en/latest/
30 stars 1 forks source link

Partial Sync Stores #18

Open ironfroggy opened 11 years ago

ironfroggy commented 11 years ago

Eventually it will be important to allow clients to sync only partial copies of a store. For example, to sync ACTIVE items and leave ARCHIVED items on the server. It would be possible for the local store to contain the archived items, if they had recently moved into archive mode on the client, or if the user needs to view old material. It should probably be fetchable by some order, such as a date field, and expire out of the local cache again after some period of unuse.