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

add multiple states to messages (sending, waiting, error, sent, new, seen) #153

Open
braid-sync opened this issue Sep 4, 2018 · 1 comment

Comments

@braid-sync
Copy link

braid-sync commented Sep 4, 2018

Change messages in the client to be in one of the following states:

  • sending
  • waiting to retry
  • error (manual resend)
  • sent
  • new
  • seen

Display each state slightly differently.

Get rid of the global 'message not sent' error

Store message drafts to local-storage

Adjust the "disconnected" warning to not prevent typing of messages

@Ashe
Copy link
Contributor

Ashe commented Jul 15, 2019

This might put a lot of strain on a server - in a server with hundreds of users, having processing power and storage dedicated to tracking which users have or haven't seen it would be expensive and potentially useless. If you go for a simpler 'if at least one person has seen it' approach, group conversations will suffer, so I think maybe it would be important to define when this system comes into play. Would be great for 1:1s definitely, and groups less than 10 or something too. But I can see this getting annoying.

Saying that, given that Braid is intended to be asynchronous, knowing if the other users are actually there or if they have been since you last messaged would be a good thing for everyone.

@rafd rafd reopened this Oct 31, 2019
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

3 participants