EdenCoder

Results 12 comments of EdenCoder

Is this possible yet?

@vdemedes I guess I can do a pull request with some of the code I have come up with. I have one question you might be able to help with,...

Actually i guess it could be done with `module.parent` however not the best solution... It would require modules never change their directory

Something like: https://github.com/Alex-iFactory/eden/blob/master/bin/bundles/core/model.js May work, not sure how to make the getAttributes more efficient?

If we were to allow sub-documents; wouldn't when we run a query on a parent document we need to require the sub-document class: ``` jsx class parentDocument extends mongorito.Model {...

That works, I will put together a pull request this week. Cheers

I did something similar in https://github.com/eden-js/eden/blob/master/lib/core/model.js Basically instead of doing `.get ('field')` you'd do `await char.model ('owner')`, The major issue is the need to register all models beforehand, else mongorito...

We really need some developers to start _developing_ for this to take flight. Feel free to build something mate! I certainly rebuilt my own build chain on account of breaks

The categories example doesnt yet exist in the demo app.

+1, this is a huge breaking issue for us...