stumash / CoursePlanner

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

Renamed courseData to courseInfo accross project #121

Closed Davidster closed 6 years ago

Davidster commented 6 years ago

resolves #117

Summary

Test

I tested the webscraper and the backend (no changes made to frontend) and it was all working. Don't worry about et.

After merging

Since PR #120 is still open for testing, I actually left the courseData collection in both the dev and prod DBs. Once this PR is merged, I will remove the collection from both DBs. Currently the dev DB has both courseData and courseInfo, and they are identical:

> use courseplannerdb-dev
switched to db courseplannerdb-dev
> show collections
courseData
courseInfo
courseSequences
> db.getCollection("courseData").find({}).size();
2128
> db.getCollection("courseInfo").find({}).size();
2128