feat: implement audit logging and add certificate template field to courses

This commit is contained in:
2025-12-23 11:04:36 -03:00
parent 72ddb43fd7
commit f695ed7213
14 changed files with 417 additions and 35 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface Course {
description?: string;
instructor_id: string;
passing_percentage: number;
certificate_template?: string;
created_at: string;
}