-
Notifications
You must be signed in to change notification settings - Fork 109
Home
Laxsmi edited this page Nov 13, 2019
·
17 revisions
The application largely relies on Backpack for Laravel. The user management is done by Backpack. We rely on roles and permissions to differentiate students and teachers, but all types of users are stored as User
models.
Users are created and are able to log in according to their role:
- administrators have full access to every feature
- secretaries have access to enrolments management, student information and so on
- teachers have access to features related to their courses and students
- students