Meteor-Community-Packages / meteor-collection-extensions

Safely and easily extend the (Meteor/Mongo).Collection constructor with custom functionality.

Home Page:https://packosphere.com/lai/collection-extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zimme:collection-behaviours

abernix opened this issue · comments

I'm not currently using your package, but I intend to in the future. Real nice work and definitely needed.

I just ran into another collection-behaviors, apparently quickly gaining traction. Realized it was a different one than the one you had on your list and thought you might want it on your TODO list, at the very least. I think the zimme package has autoform support which might be the upper hand for it right now.

Anyway, just an FYI ticket. :)

Yes. At the time that I wrote this, sewdn's version had more downloads than zimme's so I thought that was the dominant one, but looks like zimme's is more active. I will put it in.

I won't be able to use this package until you put it under it's own namespace, won't use a package which adds new functionality under Meteor (#2).

I think I could use this package to add attachBehaviour to Mongo.Collection.prototype.

I think I could also use this package to automatically add behaviours to all collections if a package setting was available on Meteor.settings.

I'm currently working on a es2015 re-write of all my packages so this would be a good time to try and use this package.

I think the idea of this package is nobel, but it needs work and I may be able to help with that later on.

I will put it on my todos.

@zimme, I've deprecated the Meteor namespace for the functionality. It's now on the CollectionExtensions namespace.

Oh wait, hold on, I got the naming wrong.

Okay it should be good now.

Nice, I'm doing a es2015 rewrite of zimme:collection-behaviours will be releasing it under collectionbehaviours:core too. I'll switch over to use this package for the Mongo adding stuff.