Closed JMyrtue closed 2 weeks ago
No response
Anonymous users of the system must be able to join sessions created by Instructors.
Entails creating anonymous users, and binding them to a session in the database.
Currently, the student in this file, does not entail any delete on cascade - Is this an oversight?
student
When a new student is created in the database, with referral to the correct session .
session
Solved in #19
Reference Issues
No response
Summary
Anonymous users of the system must be able to join sessions created by Instructors.
Entails creating anonymous users, and binding them to a session in the database.
Unresolved questions
Currently, the
student
in this file, does not entail any delete on cascade - Is this an oversight?Definition of Done
When a new
student
is created in the database, with referral to the correctsession
.