kwokwilliam / questionqueue

QuestionQueue for INFO 441 Final Project (for the time being)
0 stars 0 forks source link

change users to mongodb instead of mysql #7

Closed kwokwilliam closed 5 years ago

kwokwilliam commented 5 years ago

Will require

bryoco commented 5 years ago

When retrieving a teacher, teacher.ID will be an ObjectID string. Inserting/Creating a new teacher does not require an ID. See src/db/mongostore.go:176

kwokwilliam commented 5 years ago

I realize that you are working on the part that inserts teachers so I will remove that part from my code. I mistakenly put that because it was in my original gateway.

kwokwilliam commented 5 years ago

I'll look it over more later.