Add executive meeting management system with role-based access

Implement a new API endpoint and UI for managing executive meetings, including role-based access control and database schema changes for meeting data and attendees.
This commit is contained in:
Riyadh
2026-04-27 12:05:40 +00:00
parent 2827e092b3
commit 1b96b6528d
10 changed files with 1055 additions and 0 deletions
+1
View File
@@ -12,3 +12,4 @@ export * from "./password-reset-tokens";
export * from "./notes";
export * from "./groups";
export * from "./audit-logs";
export * from "./executive-meetings";