Models
Closed this issue · 0 comments
marqueswill commented
Models
- Coordinator
- Student
- Teacher
- Department
- SubjectClass
- Template
- Form
- Answer
- Enrollment (intermediary table)
- User (authentication)
- Admin (authentication)
Relationships
- Coordinator belongs to a department
- Teacher belongs to a department
- SubjectClass has a teacher
- SubjectClass belongs to a department
- Template belongs to a coordinator
- Form comes from a template
- Form belongs to a coordinator
- Form assigned to a class
- TeacherAnswer belongs to a teacher
- TeacherAnswer belongs to a form
- StudentAnswer belongs to a student
- StudentAnswer belongs to a form
- Enrollment belongs to a student
- Enrollment belongs to a subjectclass
- Coordinator has an admin
- Student has an user
- Teacher has an user