meteor-control-mergebox
meteor-control-mergebox copied to clipboard
Multiple levels of control of mergebox
I think I described this already somewhere, but I cannot find it. I think this package could be expanded to handle multiple levels:
- merge box does not store any information what has been published
- merge box stores only IDs of documents which have been published (can automatically remove them on unsubscribe, see #3)
- merge box merges on top-level fields (current Meteor's default)
- (not part of this package) merge box deep-merges fields
- known attempt: https://github.com/ramezrafla/meteor-oplog-deepdiff
I think at least having the second option as well would be pretty useful.
This level of control would be great.