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
Transform the many-to-many relation between User and CourseExecution into two entities, Student and Teacher, which correspond to the many to many relations. For instance, the student dashboard will be in the new Student entity.
Guarantee that a user cannot be simultaneously teacher and student of the same course execution.
The text was updated successfully, but these errors were encountered:
Transform the many-to-many relation between User and CourseExecution into two entities, Student and Teacher, which correspond to the many to many relations. For instance, the student dashboard will be in the new Student entity.
Guarantee that a user cannot be simultaneously teacher and student of the same course execution.
The text was updated successfully, but these errors were encountered: