Skip to content
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

Open
aakashyadav-kgp opened this issue Aug 9, 2023 · 8 comments
Open

[UCI-Web-Channel] Unstarted Chats Notification #139

aakashyadav-kgp opened this issue Aug 9, 2023 · 8 comments
Assignees

Comments

@aakashyadav-kgp
Copy link

Description: Highlight unread chats.

Acceptance Criteria:

  1. We want to highlight any new/unread chats that user gets/has.
  2. Once the user clicks on the chat the highlight gets removed.
  3. Highlight is dark blue dot on top right corner.

Design: TBA

@aakashyadav-kgp aakashyadav-kgp changed the title [UCI-Web-Channel] [UCI-Web-Channel] Unread Notification Aug 9, 2023
@geeky-abhishek geeky-abhishek changed the title [UCI-Web-Channel] Unread Notification [UCI-Web-Channel] Unstarted Chats Notification Aug 18, 2023
@karntrehan
Copy link

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.

@karntrehan
Copy link

Expected data from Android in addition to botList & other items: unstartedBotList: ["XYZ", "ABC"]

@geeky-abhishek
Copy link
Collaborator

geeky-abhishek commented Aug 28, 2023

event to trigger once botRequest is triggered onConvStarted(botid,timeinstance)

@chinmoy12c
Copy link
Member

Blocked on Android dev.

@karntrehan
Copy link

Android implementation complete. To add build and test.

@aakashyadav-kgp
Copy link
Author

Approach finalised to implement unread bots on release.

@chinmoy12c
Copy link
Member

UI to be updated for the final build.

@chinmoy12c
Copy link
Member

Changes to be done as pointed out by @aakashyadav-kgp .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants