bulatzi/segfault-wizards

New endpoint fetch the course list that are assigned to instructor and coordinator.

Closed this issue · 3 comments

Need an endpoint that return a list of sections assigned to a specific instructor. Role = instructor
Need an endpoint that return a list of courses and sections assigned to a specific coordinator. Role = coordinator

The GetSectionsByInstructor() endpoint has been added to SectionController.cs

Can you add an endpoint to get section by coordinator. It will query through the courses that are assigned to that instructor, and then find all the sections within that courses.

Adds the GetCoursesByCoordinator endpoint to the course controller