You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add custom roles. Right now, we treat users as students or instructors. This should be more dynamic and allow for custom roles with lists of permissions that can be added to each role. Custom roles should be created at the course level.
Default roles exist for student and instructor. Any code using the roles should look up the permissions for the given role and not hardcode to one of these 2 roles.
The text was updated successfully, but these errors were encountered:
Feature request
Add custom roles. Right now, we treat users as students or instructors. This should be more dynamic and allow for custom roles with lists of permissions that can be added to each role. Custom roles should be created at the course level.
Default roles exist for student and instructor. Any code using the roles should look up the permissions for the given role and not hardcode to one of these 2 roles.
The text was updated successfully, but these errors were encountered: