Closed jpahm closed 6 days ago
Can I be assigned this ? This is fun.
Can I be assigned this ? This is fun.
I'm glad it's fun, the work on these issues is very helpful!
You are good to work on it :)
I completed this task and committed it in the same pull request as task #230. Thank you.
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)