meteor-control-mergebox icon indicating copy to clipboard operation
meteor-control-mergebox copied to clipboard

Multiple levels of control of mergebox

Open mitar opened this issue 7 years ago • 1 comments

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.

mitar avatar Nov 14 '17 19:11 mitar

This level of control would be great.

jamesgibson14 avatar Nov 14 '17 20:11 jamesgibson14