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 course's sections.
As such, we should add the following endpoints which immediately aggregate and return matching courses' sections:
Query based: GET /course/sections (allows for querying like the base course endpoint)
ID specific: GET /course/{courseId}/sections (gets sections only for a specific course)
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
Currently, it can be inconvenient and overcomplicated for our end users to perform some common aggregate operations such as getting all of a course's sections.
As such, we should add the following endpoints which immediately aggregate and return matching courses' sections:
GET /course/sections
(allows for querying like the base course endpoint)GET /course/{courseId}/sections
(gets sections only for a specific course)The text was updated successfully, but these errors were encountered: