compound-roadmap - Major things to do in upcoming releases
manMove to man. Rewrite all docs. Write new sections for events and compound api.
webPublish docs on compoundjs.com.
guidesTransform current docs into guides + manual pages.
multi-modularClient-side apps could be composed as it's done in express+compound now:
app.use(route, anotherApp);
configurationAllow client-side app configuration: blacklist/whitelist controllers/models.
angular and componentsThink about using angular or maybe other frameworks. TJ's components look decent. Investigate.
test:
Write tests for core components or remove components from core to
another packages. Make 86% - 90% coverage.
mocha:
Port existing tests to mocha. Including generated tests for crud controllers.
helpers:
optimize loading:
It takes about 300 - 500ms to load compound app. It's time to improve loading
process.