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
20 stars 8 forks source link

Ignore `@PersonalData` from being change-tracked #97

Closed patricebender closed 4 months ago

patricebender commented 4 months ago

I have created an example where a personal data field is change-tracked and hence will not be picked up by e.g. the Data Retention Manager if a person requests to get his/her personal data erased: https://github.com/cap-js/incidents-app/compare/patrice/changetrack-personaldata?expand=1

In the change-tracking plugin for CAP Java:

Screenshot 2024-06-19 at 12 42 41

→ IMO we should do the same. If not, the information should be included prominently in capire. Not only in the readme of this plugin.