-
Notifications
You must be signed in to change notification settings - Fork 14
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
Mentions in chat #67
Comments
cc @cammellos @yenda @errorists for review |
Looks ok, to me, I would have a more detailed issue for the first iteration, as there's are still a few things to iron out, for example
I guess in a one-to-one is disabled. In a private group chat is the list of users who joined that group chat, in a public chat is not so clear, as it would be anyone who posted in that chat, as there's no concept of membership. That can be a fairly large number, so for the sake of simplicity, should we cap it to the last x users who posted? |
After inserting the I'm detailing that in the design now, I find that will be more helpful that a list of everyone present in a chat. |
Thanks! From a (protocol) spec POV, I believe it'l look something like:
Possibly privacy considerations too, if you mention with a private name and it is in a public channel (e.g.) |
Mentions Specs v2
User Stories
As a (sending) user, I want to get the attention of certain individuals within group or public chats.
As a (receiving) user, I want to notice when someone calls me out or responds to me directly in a group or public chat.
Iterations
MVP: Discord style mentions: Visual distinction only.
v1: Mentions & replies via PN for Android: Visual distinction, scroll-to-position when opening from PN. <— Heaviest/most variable and research-intensive scope of work.
v2: In-app notification center for mentions & replies, scroll-to-position when tapped.
MVP: Discord style mentions: Visual distinction only
(Design WIP)
@
produces a list of namesWork required
Questions & Constraints
v1: Add push notifications: Visual distinction + PN on Android + scroll-to-position
(Design WIP)
Work required
Questions & Constraints
v2: In-app notification center: Visual distinction + PN on Android + in-app notification center + scroll-to-position
(Design WIP)
Questions & Constraints
Work required
Future versions
The text was updated successfully, but these errors were encountered: