t3chnoboy/koa-mongo-rest

About enhancing method 'findAll'

wentingliu opened this issue · 2 comments

I just stole the code of https://github.com/adamjacobbecker/mongoose-api-query and used it to enhance findAll. Is it appropriate for integrating mongoose-api-query to koa-mongo-rest? If you thinks so, I may convert the code to coffeescript, then submit to your repo.

I've checked out that project. Integration would be great! However, we can't just "steal" the code :)
We should find the way to use it as module.

I may convert the code to coffeescript, then submit to your repo.
It's not necessary to convert the code to coffee. I have been disappointed with coffeescript as it's maintainer is not going to adopt es6 and rejects many really good proposals. So if you are going to contribute, just edit the javascript. Most likely I'll remove coffeescript anyway :(

We've decided to go with a different approach, compatible with https://github.com/wprl/baucis