buildingu / Building-u-feedback

A feedback application that allows the interns at building-u, receive feedbacks on their projects.
https://buildingu.github.io/Building-u-feedback/
0 stars 5 forks source link

BE-Add-DB-Migration-Template #23

Closed gbudjeakp closed 5 months ago

gbudjeakp commented 5 months ago

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:

  1. Allows user to automatically mark exercises as submitted following a feedback request submission.

  2. Allows mentors to automatically mark exercises as Completed following marking exercises as completed.

  3. Adds a new table called ExerciseInfo this holds information about whether or not exercises for a particular intern have been submitted and completed.

  4. Adds the ability for users to update their emails, usernames and password from their account.

gbudjeakp commented 5 months ago

Add Account Management Controller

gbudjeakp commented 5 months ago

Change database relationship