Closed JMyrtue closed 2 weeks ago
No response
Once a session is expired or terminated it should be terminated, along with all the students associated with it.
This entails the instances removed from the database.
When the session instance, along with the associated students and solved instances are removed from the database.
session
student
solved
This will be solved in collaboration with #19
Deletion of session only delete anon_users it does not delete the actual user, or the user_role entries. nb. when doing it straight from the database.
Reference Issues
No response
Summary
Once a session is expired or terminated it should be terminated, along with all the students associated with it.
This entails the instances removed from the database.
Unresolved questions
No response
Definition of Done
When the
session
instance, along with the associatedstudent
s andsolved
instances are removed from the database.