FinalsClub / karmaworld

KarmaNotes.org v3.0
GNU Affero General Public License v3.0
7 stars 6 forks source link

Make a Professor Model #235

Closed AndrewMagliozzi closed 10 years ago

AndrewMagliozzi commented 10 years ago

point to prof w/ foreign key in course model for prof name and prof email. This will help if we ever start adding prof users.

btbonval commented 10 years ago

Multiple professors can teach the same course. There are examples in the JSON OCW files.

Need to write up a new model to associate courses to professors rather than embedding a single professor per course.

btbonval commented 10 years ago

This was done in commit 102234c0a5530d1e91e5f4457882a7de76f596bc .