gerardobort / mongorilla

Mongorilla is a simple, clean, and powerful NodeJS based content moderator for MongoDB.
mongorilla.herokuapp.com
MIT License
79 stars 24 forks source link

Added ability to seperate schemas into multiple json files for clarity #10

Closed ivanmayes closed 10 years ago

ivanmayes commented 10 years ago

This should allow people to seperate lots of collections into smaller, more manageable files. You can still add to the main json file as well if desired.

gerardobort commented 10 years ago

Thanks @ivanmayes, it's a very good idea. FYI: There's a most recent/improved version of this project on the 'config-manager' branch. I haven't merged it to master given that some things are not yet complete. This new version attempts to give also the ability to configure the CMS via the UI (as admin), but keeping compatibility with this JSON structures.

gerardobort commented 10 years ago

Oh, wait.. you entered the changes into this branch. :+1:

ivanmayes commented 10 years ago

Thanks Gerardo! Expect a few more pull requests coming through, our company loves your work and wants to build on this project as one of our default node cms'

So hard to find a good headless CMS out there. Great work!

gerardobort commented 10 years ago

Thank you! I'm glad to see people interested on this. These things are good motivators to keep this project alive.