Implement a GetSubmissions endpoint to get all submissions associated with an assignment.
The submissions should be retrieved from the database, and only the only values that should be retrieved for each submission should be the submission name and whether feedback has been left or not.
Implement a
GetSubmissions
endpoint to get all submissions associated with an assignment.The submissions should be retrieved from the database, and only the only values that should be retrieved for each submission should be the submission name and whether feedback has been left or not.