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. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 079afca5-8c32-40ea-b7d1-8bf26358ff75 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/BRoHDEI Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -567,5 +567,36 @@
|
||||
"deleteConfirm": "حذف هذه الملاحظة؟",
|
||||
"deleteLabelConfirm": "حذف هذا التصنيف؟",
|
||||
"editTitle": "تعديل ملاحظة"
|
||||
},
|
||||
"executiveMeetings": {
|
||||
"titleAr": "إدارة الاجتماعات التنفيذية",
|
||||
"titleEn": "Executive Meetings Management",
|
||||
"scheduleHeading": "قائمة بأسماء حضور الاجتماعات",
|
||||
"date": "التاريخ:",
|
||||
"exportPdf": "تصدير PDF",
|
||||
"fontSettings": "إعدادات الخط",
|
||||
"noMeetings": "لا توجد اجتماعات في هذا اليوم",
|
||||
"virtual": "اتصال مرئي",
|
||||
"virtualAttendance": "الحضور عبر الاتصال المرئي",
|
||||
"internalAttendance": "الحضور الداخلي",
|
||||
"externalAttendance": "حضور خارجي",
|
||||
"placeholderBody": "هذا القسم قيد التطوير في المراحل القادمة. ستتوفر إدارته الكاملة قريباً.",
|
||||
"col": {
|
||||
"number": "م",
|
||||
"meeting": "الاجتماع",
|
||||
"attendees": "الحضور",
|
||||
"time": "الوقت"
|
||||
},
|
||||
"nav": {
|
||||
"schedule": "جدول الاجتماعات اليومي",
|
||||
"manage": "إدارة الاجتماعات",
|
||||
"requests": "طلبات التعديل",
|
||||
"approvals": "موافقات مدير المكتب",
|
||||
"tasks": "مهام فريق التنسيق",
|
||||
"notifications": "التنبيهات",
|
||||
"audit": "سجل التعديلات",
|
||||
"pdf": "تصدير PDF",
|
||||
"fontSettings": "إعدادات الخط"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user