Some quick changes to permissions

This commit is contained in:
Tiago Ribeiro
2024-12-02 17:09:22 +00:00
parent cd14ac537d
commit 2e5545f181
5 changed files with 63 additions and 49 deletions

View File

@@ -47,6 +47,8 @@ const USER_MANAGEMENT: PermissionLayout[] = [
{ label: "Create Users in Batch", key: "create_user_batch" },
{ label: "Create a Single Code", key: "create_code" },
{ label: "Create Codes in Batch", key: "create_code_batch" },
{ label: "View Code List", key: "view_code_list" },
{ label: "Delete Code", key: "delete_code" },
]
const EXAM_MANAGEMENT: PermissionLayout[] = [
@@ -65,6 +67,8 @@ const EXAM_MANAGEMENT: PermissionLayout[] = [
{ label: "View Level", key: "view_level" },
{ label: "Generate Level", key: "generate_level" },
{ label: "Delete Level", key: "delete_level" },
{ label: "View Statistics", key: "view_statistics" },
{ label: "Download Statistics Report", key: "download_statistics_report" }
]
const CLASSROOM_MANAGEMENT: PermissionLayout[] = [