You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it can be inconvenient and overcomplicated for our end users to perform some common aggregate operations such as getting all of a professor's courses.
As such, we should add the following endpoints which immediately aggregate and return matching professor's courses:
Query based: GET /professor/courses (allows for querying like the base professor endpoint)
ID specific: GET /professor/{professorId}/courses (gets courses only for a specific professor)
The text was updated successfully, but these errors were encountered:
jpahm
added
the
L2
A task suitable for someone who is comfortable implementing features.
label
Oct 23, 2024
jpahm
changed the title
Add "courses" endpoint to professor endpoint
Add "courses" aggregate endpoint to professor endpoint
Oct 23, 2024
Currently, it can be inconvenient and overcomplicated for our end users to perform some common aggregate operations such as getting all of a professor's courses.
As such, we should add the following endpoints which immediately aggregate and return matching professor's courses:
GET /professor/courses
(allows for querying like the base professor endpoint)GET /professor/{professorId}/courses
(gets courses only for a specific professor)The text was updated successfully, but these errors were encountered: