New endpoint fetch the course list that are assigned to instructor and coordinator.
Closed this issue · 3 comments
Taekwonnie commented
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
bulatzi commented
The GetSectionsByInstructor() endpoint has been added to SectionController.cs
Taekwonnie commented
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.
bulatzi commented
Adds the GetCoursesByCoordinator endpoint to the course controller