Healthlane-Technologies / Zango

Django meta-framework for building enterprise-ready custom business applications 💼 ✨
https://zango.dev
Other
235 stars 51 forks source link

Support for Audit logs #166

Closed shahharsh176 closed 2 months ago

shahharsh176 commented 6 months ago

Description

Built-in support for audit logs to track changes made in the dynamic models and core models (e.g. AppUsers, UserRole, PolicyModel, etc.)

Background

Audit logs are essential for maintaining transparency, accountability, and compliance with regulatory requirements. They provide a detailed record of user activities, data modifications, etc.

Feature Details

Tasks:

kc-diabeat commented 6 months ago

@shahharsh176 I think it would be useful to have audit logs of all objects of the app (e.g. AppUsers, UserRole, PolicyModel, etc.) and not just the user defined models.

shahharsh176 commented 6 months ago

@kc-diabeat Yes correct, we will include the core models also in the auditlogs.

shahharsh176 commented 6 months ago

@kc-diabeat the dev testing and integration testing are done. We are planning to deploy the working version to the Dev Server today and get it tested by the testing team, and parallely we will be working on the code cleaning and code review points.