calpoly-csai / calpoly-csai/api

Effectively express in the database which professors are teaching which classes, and when

Open
#22 2 comments 0 reactions 1 assignee Claimed by @mfekadu View on GitHub
enhancement
Dominant language
Python
Stars
9
Forks
4
PR merge metrics
No merged PRs in 30d

Description

@mfekadu
## Objective
Need to be able to link the professors and courses. Currently, in the database there is no expression of a particular professor teaching a particular course.

## Key Result
Pick one of the strategies below to link courses and professors

## Details
Ways to go about this could be:
- adding the professor_id to the Courses table
- creating a "Teaches" table to have the course id and professor id
- to create a full "Schedule" table to include office hours, classes being taught, and all agenda data for a professor

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.