mobileappdevhm / team2

A Flutter app providing international students with a timetable and the opportunity to sign up to courses.
https://mobileappdevhm.github.io/team2/
9 stars 5 forks source link

add user settings on creation of user #142

Open VoitreX opened 6 years ago

VoitreX commented 6 years ago

So the local database will store settings, but since there may be more than one user per device we query these based on userId, so when we create a user where ever that happens we must also create a user_settings object and place both the user and the user_settings objects in the database. the User object must also be getable in the app after logging in to use to query the settings table

Gleydar commented 6 years ago

Should be some with #146

Gleydar commented 6 years ago

Done with #168