stumash / CoursePlanner

http://conucourseplanner.online
MIT License
5 stars 3 forks source link

Change name of db collection from courseData to courseInfo #117

Closed Davidster closed 6 years ago

Davidster commented 7 years ago

Currently our two db collections are named courseSequences and courseData. I would like to rename courseData to courseInfo for consistency. I made an issue for this as it will involve some code changes to our backend and course info storer off the top of my head.

Note that this will also involve doing some DB operations on the mongo shell to rename the collection.

Davidster commented 7 years ago

development started on branch renameCourseData-117