From 9472e0b6291c2bfacabd7f8300f88025a5a1af57 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 21 Mar 2026 15:13:54 +0530 Subject: [PATCH] todo comment --- app/rbac.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/rbac.py b/app/rbac.py index 672d420..4a1cc85 100644 --- a/app/rbac.py +++ b/app/rbac.py @@ -3,6 +3,7 @@ from app.services.user import get_current_user from app.utils.enums import UserRole +# TODO: rename this to admin Features FEATURES = [ "VIEW_QUESTIONS", "MODIFY_QUESTIONS",