feat(privacy): audit trail for personal data access #228

Open
opened 2026-06-21 20:30:05 +00:00 by jmiller · 1 comment
Owner

Summary

Track who accessed, modified, or exported personal data and when.

  • Log when admin views a user profile
  • Log when user data is exported or anonymized
  • Log when consent is granted or withdrawn
  • Log data request processing (approve/deny)
  • Blockchain-style hash chain (like the HQ activity log) for tamper detection
  • Filterable audit log view in Privacy Guard

Reference

GDPR Article 30 — records of processing activities. Article 5(2) — accountability principle.

## Summary Track who accessed, modified, or exported personal data and when. - Log when admin views a user profile - Log when user data is exported or anonymized - Log when consent is granted or withdrawn - Log data request processing (approve/deny) - Blockchain-style hash chain (like the HQ activity log) for tamper detection - Filterable audit log view in Privacy Guard ## Reference GDPR Article 30 — records of processing activities. Article 5(2) — accountability principle.
Author
Owner

Branch created: feature/228-feat-privacy-audit-trail-for-personal-da

git fetch origin
git checkout feature/228-feat-privacy-audit-trail-for-personal-da
Branch created: [`feature/228-feat-privacy-audit-trail-for-personal-da`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient/src/branch/feature/228-feat-privacy-audit-trail-for-personal-da) ```bash git fetch origin git checkout feature/228-feat-privacy-audit-trail-for-personal-da ```
Sign in to join this conversation.
No labels
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteClient#228