Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danield2255 opened this issue Jan 26, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@danield2255
Copy link
Contributor

@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
@danield2255 danield2255 added the enhancement New feature or request label Jan 26, 2020
@mfekadu
Copy link
Member

mfekadu commented Jan 28, 2020

All great ideas! Thanks @danield2255

As suggested, I will do the following and update you when it's done:

  • add the professor_id to the Courses table
  • create a "Professor_teaches_Course" table with course_id and professor_id
  • upload the schedules data that @cameron-toy sent me into the database

@mfekadu mfekadu self-assigned this Jan 28, 2020
@mfekadu
Copy link
Member

mfekadu commented Feb 24, 2020

related to #21 (see #21 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants