princessmittens / DalOffline

A mobile application that allows users to sign-up, register and drop courses at Dalhousie University.
0 stars 2 forks source link

Log user registration in database #46

Closed donne495 closed 6 years ago

donne495 commented 6 years ago

As a user, I want my username and info to be stored in the database so that I can have an account that keeps track of my personal registration status.

(12 hours)

simonphilip42 commented 6 years ago

This will involve pushing a User to the Database on Registration, and pulling on login. It's been partially started, when a user registers (Or logs in) I believe, a Singleton user is created in the User class to be used as the copy of the user in the database. The push/pull is not created for this functionality yet.