ENCOA-266
This commit is contained in:
@@ -58,7 +58,8 @@ export type RolePermission =
|
||||
"delete_code" |
|
||||
"view_statistics" |
|
||||
"download_statistics_report" |
|
||||
"edit_grading_system"
|
||||
"edit_grading_system" |
|
||||
"view_student_performance"
|
||||
|
||||
export const DEFAULT_PERMISSIONS: RolePermission[] = [
|
||||
"view_students",
|
||||
@@ -130,5 +131,6 @@ export const ADMIN_PERMISSIONS: RolePermission[] = [
|
||||
"delete_code",
|
||||
"view_statistics",
|
||||
"download_statistics_report",
|
||||
"edit_grading_system"
|
||||
"edit_grading_system",
|
||||
"view_student_performance"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user