couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

Add Nuke Support #73

Closed sethrosetter closed 8 years ago

sethrosetter commented 8 years ago

Add a button that will delete all contents in a local database. We encounter trouble when manual testing of stale data replicating when launching the app, this would allow use to clear the data without cycling the target cluster.

snej commented 8 years ago

ToDoLite wasn't intended to be a testing tool, rather a sample app that was polished enough for real-world use and published on the app store. I don't think we should add testing-specific features like this to it, not unless we fork it and create a different app for testing.