-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make User model updates more like Goal and DataPoint (#518)
Change the structure of User creation and update code to more closely match Goal/DataPoint. This makes User responsible for updating from json results itself. As part of this, change the incremental user update code from just syncing notification properties to all properties. This is a step towards fixing timezone issues, but isn't a complete fix as we still don't actually trigger a user refresh on a regular basis. Testing: Verified the app can load and login Verify the goal notification settings toggle still works
- Loading branch information
1 parent
ea4d4c3
commit 95727e0
Showing
3 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters