UTDNebula / nebula-api

The central API for Nebula Labs. Makes UTD data easily available through endpoints for both internal and public usage.
MIT License
26 stars 33 forks source link

Add "sections" aggregate endpoint to course endpoint #227

Closed jpahm closed 6 days ago

jpahm commented 1 month ago

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:

mikehquan19 commented 3 weeks ago

Can I be assigned this ? This is fun.

jpahm commented 3 weeks ago

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 :)

mikehquan19 commented 3 weeks ago

I completed this task and committed it in the same pull request as task #230. Thank you.