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
{{ message }}
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, users have full access to the API, excluding the students API so they cannot have access to fellow students.
However, they can also make a POST and update to the methods, meaning they can add courses or update their properties.
We should have this option to Admins and Contributors and not for a regular user.
Describe the solution you'd like
Manage permission classes in django ORM.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, users have full access to the API, excluding the students API so they cannot have access to fellow students.
However, they can also make a POST and update to the methods, meaning they can add courses or update their properties.
We should have this option to Admins and Contributors and not for a regular user.
Describe the solution you'd like
Manage permission classes in django ORM.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: