> > Don't do that. You *really* don't want to alter the document every time > the user selects it in a list. That will generate a lot of unnecessary > indexing and replication — consider how many times documents will get sent > over the network if you have X number of users selecting documents every Y > seconds… > > —Jens >
First off sorry for the typo, it should be "== true". I don't understand what you are saying Jens, you have a pretty similar example in ToDoLite. If you select a task, you create a new revision with "the task is done" and you get a checkmark on the task UI wise. I agree that ToDoLite is not as data heavy like "Karel's example" due to that you only do "unnecessary indexing and replication" when the task is complete instead of "Karel's example" where it would literally be all the time. --CouchbaseLover > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/62e93905-eab9-4571-915b-bae8616e1839%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
