sequelize-paper-trail icon indicating copy to clipboard operation
sequelize-paper-trail copied to clipboard

Requesting changes for a specific query

Open ekeuus opened this issue 6 years ago • 4 comments

Is there a way to request all changes for a specific parameter or can I add additional columns to identify stuff by? I might want to add a group or project id or so.

I was unable to find it out by reading the docs. Thanks!

I went ahead and implemented a version in #63

ekeuus avatar Feb 03 '19 18:02 ekeuus

Thanks 👍 I'll review it this weekend.

nielsgl avatar Mar 14 '19 13:03 nielsgl

I'm up for api changes if you have some ideas. I just wanted an extension like this and so far it has been satisfying.

The user id fk option could also be unified with other pr solutions

ekeuus avatar Mar 15 '19 10:03 ekeuus

I've been working on refactoring some of the code (just released as 3.0.0.rc-4, I'll try to merge it into master today) it's in this branch: https://github.com/nielsgl/sequelize-paper-trail/tree/feature/refactoring if you can update your PR it will be easier to review.

nielsgl avatar Mar 15 '19 10:03 nielsgl

@ekeuus I added some comments in your PR #63

nielsgl avatar Mar 15 '19 11:03 nielsgl