XDftr / testify-backend

An application for managing students, assignments, and automated code testing, designed for TalTech.
GNU General Public License v3.0
0 stars 0 forks source link

Develop Audit Logging for Critical Actions #23

Open XDftr opened 3 weeks ago

XDftr commented 3 weeks ago

Implement audit logging to track critical actions (e.g., user registrations, course creations, grade updates). Store audit logs in a separate table or external logging service. Ensure logs capture relevant details (user, timestamp, action, affected entities).