> On 06 May 2015, at 13:55, Giovanni Lenzi <[email protected]> wrote: > > They could also be: > - design doc app > - design app > - couchdb apps > - couchdb based apps > > But they all seem very complicated to me. What do you think?
I would prefer to think of the “app” as a combination of things that use ddoc to link functionality to the data, or provide an API of the data for the "app". The “app” might consist of static resources like scripts and various files. These might be stored in CouchDB as json or attachments (somthing that is convenient if you want to replicate everything in one go to an offline device. But they might as well just be resources in the cloud. To develop a concept for ddoc that is the best possible “manifest” for linking functionality to the data could be one idea to pursue. Johs
