p7-projekt / api-backend

Backend API
MIT License
0 stars 0 forks source link

[FEATURE] - Anonymous users should be able to track progress of a session #26

Closed JMyrtue closed 1 week ago

JMyrtue commented 1 month ago

Reference Issues

25

Summary

As students complete exercises of a session, they should be able to monitor their progress.

As an extension to #25, entailing users validating their solution, the functionality should be extended, such that if a student's solution satisfies all testcases it should be updated in the database.

Unresolved questions

No response

Definition of Done

When a solution satisfying all testcases of an exercise results in the creation of a solved instance in the database, referencing the correct student and exercise.