mongoose-patch-history icon indicating copy to clipboard operation
mongoose-patch-history copied to clipboard

Is there an option to track author of changes

Open dpetrova opened this issue 6 years ago • 5 comments

It will be a good feature to keep in patches the user who has made the change

dpetrova avatar Jul 29 '19 09:07 dpetrova

Sounds like a good idea 👍

I'm not actively using this at the moment, so i might need your help. Feel free to submit a pull request!

codepunkt avatar Jul 30 '19 18:07 codepunkt

I would be interested in this feature as well!

chaeron avatar Aug 27 '19 13:08 chaeron

@chaeron feel free to start work on it. help is welcome!

codepunkt avatar Sep 11 '19 14:09 codepunkt

Just for reference I believe this feature is supported by the usage of virtuals and the includes option as specified in the README.

Edit: typo

vinerich avatar Aug 23 '20 22:08 vinerich

As @vinerich mentioned, this works in combination with using virtuals and the includes option.

danielbayerlein avatar Feb 18 '22 07:02 danielbayerlein