superlogin icon indicating copy to clipboard operation
superlogin copied to clipboard

Adding custom views to users database

Open peteruithoven opened this issue 6 years ago • 6 comments

Superlogin has configuration to create design docs (defined in files) to public and private databases. This enables including this code in version control, use linting tools, our own IDE's etc. It also enables more easilly starting a new database.

Superlogin doesn't however seem to have a way to add design docs and/or views to the users database. It seems to only load it's own design doc: https://github.com/Doodle3D/superlogin/blob/master/lib/index.js#L49-L52

Would be great if we could include a config that would point to additional design docs for this database.

peteruithoven avatar Sep 20 '17 14:09 peteruithoven