-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UCI-Web-Channel] Unstarted Chats Notification #139
Comments
Flow will be NL <> Android <> Web channel driven. UCI will not be used to do this. Flow: Bot conversation start on web channel -> Trigger event from Web Channel to Android -> Save Started Bot from Android to NL BE -> Next Launch -> Get full bot list & started bot list from NL BE on Android -> If there is a delta in counts, animate icon -> User launches web channel -> Push both lists to Web channel from Android -> Highlight unstarted bots on web channel For first launch, we will be marking all bots as started bots for all users. |
Expected data from Android in addition to botList & other items: |
event to trigger once botRequest is triggered onConvStarted(botid,timeinstance) |
Blocked on Android dev. |
Android implementation complete. To add build and test. |
Approach finalised to implement unread bots on release. |
UI to be updated for the final build. |
Changes to be done as pointed out by @aakashyadav-kgp . |
Description: Highlight unread chats.
Acceptance Criteria:
Design: TBA
The text was updated successfully, but these errors were encountered: