Sha256: aca2afc4e2eaa60a51f228053bae085a5255e50f02415eae6bc2d87f0b4fa99d
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# Loggable Activity 🌟 - Keep an activity log of how data in the db are handled. - Protect and secure the privacy of data stored in Activity Logs - Prepare for General Data Protection Regulation (GDPR) compliance. - Handles activities that involves more than one table in the DB. ### What it is not - An error logging system - A paper trails system with rollback. ### Applications Most organizations needs to keep a log of how users interact with data stored in the DB - Finance - Healthcare - Sales - Organizations *Super simplified example from the healthcare.* - Each patient has a journal, that is updated on a regular basis. - Supervisor needs to follow the journal. - Security personnel needs to know how the journal is handled, who did what when. - Patients has the right to their journal. Beside the journal in the db, an activity log is kept so it is possible to track how the journal is used.<br/> At some point in time the patients data from the DB and the activity log has to be removed according to GDPR.<br/> 👉 Join the Slack channel here: [LoggableActivity Slack Workspace](https://join.slack.com/t/loggableactivity/shared_invite/zt-2a3tvgv37-mGwjHJTrBXBH2srXFRRSXQ) We value each contribution and believe in the power of community. Looking forward to seeing you there!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
loggable_activity-0.1.38b | README.md |
loggable_activity-0.1.36 | README.md |