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 "course" and "professors" endpoint to section endpoint #229

Open jpahm opened 3 weeks ago

jpahm commented 3 weeks ago

Currently, it can be inconvenient and overcomplicated for our end users to perform some common aggregate operations such as getting a section's course or the professors which teach the section.

As such, we should add the following endpoints which immediately aggregate and return matching sections' courses or professors:

Courses:

Professors:

KD-kAnEsHi commented 6 days ago

I would like to do this

jpahm commented 6 days ago

I would like to do this

You are welcome to do so! I would heavily suggest looking at what @mikehquan19 did in #234 for some inspiration or guidance.

KD-kAnEsHi commented 6 days ago

understood, I will keep you updated