Skip to content

MVP List

Roots2D edited this page Dec 27, 2017 · 20 revisions

MVP's

  1. Auth
  2. Heroku Hosting
  3. Production README
  4. Live chat
  • Establish a open connection between client & server using websockets
  • Messages instantaneously displayed to all subscribed users
  1. Channels
  • Separate chatrooms only including users subscribed to specific channel
  • Ability to create, destroy, join, or leave channel
  1. Direct Message
  • Private messages between 2 users (not public)
  1. Teams or multi-person DM
  • Private messages between multiple users

Bonus

  1. Search Messages
  • Ability to search for messages from a specific user
  1. Notifications
  • Notify a user when a new message is displayed in either of their channels or direct messages

Clone this wiki locally