Invites#12
Merged
Merged
Conversation
Clear User.Schedule data from previous session before loading it from server. Also not add tasks from previous session in init CalendarScreen. Send correct date in edit task
Add InvitesScreen to accept/decline invites Add UI in task add for add shared task and add invitations to users Add InvitesVM Material2 for dismissing
Get device token through Firebase when login user
Add Invite- ApiInterface, Repository, Response, Store, receive invites in InvitesVM since LoadingScreen
Not understand how add invite sync in task add client -> task sheduled add to Server. We need second one moment, it async
Add InvitesApiWorker, which recieve tasks from WorkManager after TaskApiWorker add: task add client -> task sheduled add to Server -> invites sheduled not debug
Icon on topBar navigate to invites & show not checked invites. Minor changes: Add Common icon to common tasks. debug loadDailyTask. when invite task has conflict navigate to oldTask through snackbar
77793aa to
7a90d85
Compare
Collaborator
Author
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



All about invites:
UI: Add SharedIventsScreen to accept/decline invites. Enhance TaskAddWindow to send invites to task
API: add repo & interface to send/accept/decline invites
Data: response, add sharedInfo to DailyTask
Logic: VM; Store with hasNewInvites; Worker for invites actions sheduled upload to server after task add;