cap-js / change-tracking

CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.
https://cap.cloud.sap/docs
Apache License 2.0
21 stars 8 forks source link

It is not possible to see the related attribute for which an attribute change is tracked #108

Closed navdmad closed 1 month ago

navdmad commented 2 months ago

In our application we have an entity named Rule with ID, desc and Active(flag) as the schema. We are tracking the changes made to active flag and description. The issue is that we are not able to see from Change tracking which Rule was set from Active to Inactive (and vice-versa).

nkaputnik commented 2 months ago

Hello @navdmad you need to provide us some information to work with, before we can resolve such a vague issue.

Best, Nick

navdmad commented 2 months ago

PFA the recording for the scenario. As described earlier, we have a Rule set with multiple rules as children. Each Rule has an Active flag which can be enabled/disabled and this change is captured in change history. The ask is if we can have the related Rule ID as well captured so that user can be clear as to which Rule of the Ruleset was enabled/disabled.

https://github.com/user-attachments/assets/844349f8-bb76-40c5-9f57-beff16375009

nkaputnik commented 1 month ago

Hello @navdmad this is documented very prominently in the readme https://github.com/cap-js/change-tracking?tab=readme-ov-file#human-readable-ids

Best, Nick