You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
I am quite new to CouchDB, so I might miss something, but how are multiple defineView handled? I have two main concerns:
First one is that if I defineView a previously defined view, it will overwrite it. Is there any plans (maybe in the long term) to ensure a Cozy app cannot override pre-existing views and potentially break other installed apps?
When multiple apps get installed, all of them will populate the views by defining their own. But nothing seems to clean the defined views, for example when apps are uninstalled. Then, the number of views in the CouchDB can only keep increasing. Is there any mechanism to clean the useless views or is it of no importance?
Hi,
I am quite new to CouchDB, so I might miss something, but how are multiple
defineViewhandled? I have two main concerns:defineViewa previously defined view, it will overwrite it. Is there any plans (maybe in the long term) to ensure a Cozy app cannot override pre-existing views and potentially break other installed apps?Thanks!