arumoy-shome / UWNerdist

Got free time? Check out what classes are going on at the UW campus that interest you!
MIT License
1 stars 1 forks source link

Add Subject. #40

Closed arumoy-shome closed 7 years ago

arumoy-shome commented 7 years ago

We need to store the subjects that are available. We are storing this since we need to retrieve the course schedules via the term/subject/schedules endpoint and also for future features which will require us to list out the subjects for filtering purposes. This commit introduces a Subject model with two attributes:

This is all we need for now, validations and relations will be added as required.