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

Twilio Chat Support #287

Open
jterps08 opened this issue Nov 18, 2017 · 2 comments
Open

Twilio Chat Support #287

jterps08 opened this issue Nov 18, 2017 · 2 comments
Assignees

Comments

@jterps08
Copy link
Member

https://www.twilio.com/blog/2017/06/complete-chat-application-javascript.html

One-on-one Chat

  1. User should be able to send/receive message to another user based on Powerline username.
  2. Frontend will allow user to accept/reject new chat requests as they arrive.
  3. User A should be able to send/receive messages with User B, initiating using Powerline username
  4. Real Name, username, and avatar should be available so that User B can see User A's name and avatar
  5. User A should be able to open chat history with User B
  6. User A should be able to leave chat with User B (which forces future chat requests from User B to require User A's acceptance (Item 2)

Lower Priority (Ad-Hoc Multi-user Chat)
7. Creating an ad-hoc chat with multiple users should be possible too so that User A can open chat with user B, user C, user D, etc (up to 200 max is the Twilio limit)

Future (Powerline Groups Chat)
8. Group owner has ability to turn on/off a generic group chat channel. Group members can see / join/leave, but the group channel can only accommodate 200 at one time.
9. Group owner should be able to create additional channels specifically for its group members. Only those group members can see / join / leave these additional channels. Frontend will make sure user 'leaves' chat when not actively in the chat window.

Have fun!

@igaponov
Copy link
Collaborator

@piubellofelipe piubellofelipe self-assigned this Nov 21, 2017
@jterps08
Copy link
Member Author

@piubellofelipe Can we list out the tasks (and estimated hours) to bring this to closure? At least for one-on-one chat as defined above?

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