p7-projekt / api-backend

Backend API
MIT License
0 stars 0 forks source link

[FEATURE] - Anonymous users can join sessions #24

Closed JMyrtue closed 2 weeks ago

JMyrtue commented 1 month ago

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 correct session .

KristianS93 commented 2 weeks ago

Solved in #19