This PR adds quite a number of features.
Context: The current process surrounding feedbacks requires the interns to manually go to an excel sheet, where they mark exercises that they have submitted. Following a review from a code lead, the code lead has to go to that same sheet and mark the completed section. Instead of having a sheet, we have a DB table that has that information and can be queried and operated on.
PR:
Allows user to automatically mark exercises as submitted following a feedback request submission.
Allows mentors to automatically mark exercises as Completed following marking exercises as completed.
Adds a new table called ExerciseInfo this holds information about whether or not exercises for a particular intern have been submitted and completed.
Adds the ability for users to update their emails, usernames and password from their account.
This PR adds quite a number of features. Context: The current process surrounding feedbacks requires the interns to manually go to an excel sheet, where they mark exercises that they have submitted. Following a review from a code lead, the code lead has to go to that same sheet and mark the completed section. Instead of having a sheet, we have a DB table that has that information and can be queried and operated on. PR:
Allows user to automatically mark exercises as submitted following a feedback request submission.
Allows mentors to automatically mark exercises as Completed following marking exercises as completed.
Adds a new table called
ExerciseInfo
this holds information about whether or not exercises for a particular intern have been submitted and completed.Adds the ability for users to update their emails, usernames and password from their account.