|
As a sysOp or tenant administrator I need to be able to enable and disable logging the metadata per table.
The settings should list each table so that I can configure one option for each table:
1. Log createdDate, createdByUserId, updatedDate, updatedByUserId
2. Log createdDate, updatedDate, do NOT log the user
3. No logging. Neither log date nor user.
This is required by the privacy policy of my institution or by law, for example GDPR Article 5(1)(c) "data minimisation", for details see https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/principles/data-minimisation/
FOLIO currently ships with a hard-coded configuration where each table has either option 1. or option 3. A tenant cannot change this.
|