mongoose-paginate icon indicating copy to clipboard operation
mongoose-paginate copied to clipboard

needs new maintainer

Open niftylettuce opened this issue 8 years ago • 11 comments

hey - we need a maintainer - I'm not a maintainer and I don't have time to look at PR's/issues - I also don't use this package since it's too much for something so simple - if you're interested please post here - also 5.0.1 was broken so I unpublished, the last two merged PR's broke something maybe, but #73 probably is where someone should start

niftylettuce avatar Sep 30 '16 06:09 niftylettuce

Background: https://github.com/edwardhotchkiss/mongoose-paginate/issues/93

@fiznool wanna step up? :-) https://github.com/edwardhotchkiss/mongoose-paginate/pull/95#issuecomment-250670911

simison avatar Sep 30 '16 09:09 simison

Ping @mleanos you've been working on express/mongoose pagination quite a bit! (https://github.com/meanjs/mean/pull/1263)

simison avatar Sep 30 '16 09:09 simison

I'm happy to maintain if chosen.

fiznool avatar Sep 30 '16 09:09 fiznool

What happened to the repo over the weekend? My fork appears to be 7 commits ahead of this repo. Did somebody force push changes? :disappointed:

fiznool avatar Oct 03 '16 09:10 fiznool

@fiznool see #97 and #99 (ping @Jokero)

simison avatar Oct 03 '16 09:10 simison

@simison the tests are still failing on master.

@Jokero what's the status of the repo?

fiznool avatar Oct 03 '16 09:10 fiznool

On second thoughts, this is quite a simple plugin. I'm going to implement myself in my codebase, so thanks guys but I'm going to step away from the project now.

fiznool avatar Oct 03 '16 09:10 fiznool

5.0.0 and 5.0.3 are working. They are identical. master is broken for a long time, I'll fix it later when move code to es6 and node6 (https://github.com/edwardhotchkiss/mongoose-paginate/pull/73)

Jokero avatar Oct 03 '16 09:10 Jokero

If you don't mind, I will make a self promotion here. I have a library that should fit the needs of most who uses mongoose-paginate. This: https://github.com/diegohaz/querymen

diegohaz avatar Oct 19 '16 18:10 diegohaz

@diegohaz these libraries already exist https://github.com/expressjs/express-paginate and https://github.com/koajs/ctx-paginate

niftylettuce avatar Oct 19 '16 18:10 niftylettuce

@niftylettuce I see. I just wrote that library to have more control over query strings besides pagination, like filtering. The goal is to use the same schema that you already defined in mongoose.

diegohaz avatar Oct 19 '16 18:10 diegohaz