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
Currently we have 3 roles: Instructor, TA, Student.
We should implement the following based on @karger ‘s suggestion
a role-based access control system, where there are various actions like creating a comment, deleting a student, seeing an identity, and so on, and a role is defined by which specific actions it has permissions to do. There seems to be a number of role-based access control extensions for nodejs, so we should be able to get the functionality without writing it ourselves. https://gist.github.com/mooniker/b87a284378f2ba29dbc3845bcf6efd3b
The text was updated successfully, but these errors were encountered:
Currently we have 3 roles: Instructor, TA, Student.
We should implement the following based on @karger ‘s suggestion
The text was updated successfully, but these errors were encountered: