Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The default ui can group related audit log entries by their transaction hash #362

Open
aszenz opened this issue Jun 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@aszenz
Copy link

aszenz commented Jun 14, 2022

I would like to see the default ui grouped by the transaction hash so that it can show what was inserted/updated alongside related associations/dissociation's in one single view, this is closer to how users think about the change since the entity is modified alongside it's relations in one single action.

Something like this:

  1. OrderEntity#1 has been updated by UserFoo
Attribute Old Value New Value
date 2022-05-01 2022-06-03
orderLines OrderLineEntity#1, OrderLineEntity#2 OrderLineEntity#1
  1. OrderEntity#1 has been inserted by UserFoo
Attribute Old Value New Value
date null 2022-05-01
orderLines null OrderLineEntity#1, OrderLineEntity#2, ....
@aszenz aszenz added the enhancement New feature or request label Jun 14, 2022
@martijnboers
Copy link

@aszenz did you end up making something for this yourself that you are willing to share? would save a lot of time as I have the exact same request

@DamienHarper DamienHarper transferred this issue from DamienHarper/auditor Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants