feat: Centralized audit logging admin interface (refs #10) #22

Merged
egullickson merged 6 commits from issue-10-centralized-audit-logging into main 2026-01-11 18:41:16 +00:00
Showing only changes of commit cdfba3c1a8 - Show all commits

View File

@@ -27,6 +27,7 @@ const MIGRATION_ORDER = [
'features/notifications', // Depends on maintenance and documents
'features/user-profile', // User profile management; independent
'features/terms-agreement', // Terms & Conditions acceptance audit trail
'features/audit-log', // Centralized audit logging; independent
];
// Base directory where migrations are copied inside the image (set by Dockerfile)