-
Notifications
You must be signed in to change notification settings - Fork 109
Home
Laxsmi Apps edited this page Jan 16, 2019
·
17 revisions
Academico is a school management application.
- Course management: create courses, that can be assigned a teacher, a room, evaluation modalities.
- Students management: students have an account. They can be enrolled within courses. They can view their grades.
- Teacher management: teacher schedule, worked hours, leaves...
- Rooms management: schedule
- Reports: number of enrollments, etc.
The application largely relies on Backpack for Laravel. All users are authenticated via the same login mechanism. The application relies on roles and permissions to redirect the user to the functionalities they have access to. This allows the same user to be a student in one course, and the teacher in another.