Skip to content

MVP list

Williamsliam23 edited this page Jan 7, 2022 · 5 revisions

1. New account creation, login, and demo login (3 days)

2. Hosting on Heroku (0.5 Day)

3. Live chat (3 days)

  • Users can see each other's messages in channels
  • Sent chats can be edited and deleted by the original user
  • Websockets and Rails Action Cable implementation

4. Channels (2 days)

  • Unique channels to be attached to servers
  • Creation and deletion of new channels

5. Servers (2 days)

  • Users can generate servers and delete their own servers
  • Users can see the servers they are a part of and switch between them

6. Direct messaging with private servers (2 days)

  • Messages only visible to the users within the private chat
  • Ability to delete private server

7. A production README (0.5 Days)