Skip to content

Feature List

Somorovd edited this page Jun 28, 2023 · 5 revisions

MVP List

, a Discord clone, is a website for users to join like minded communities and have conversations.

1. New account creation, log in, log out, and guest/demo login

  • Users can sign up, log in, and log out.
  • Users can use a demo log in to try the site.
  • Users can log in as two different users to send direct messages.
  • Users can't use any features without logging in.
  • Logged in users are directed to their conversations page.
  • Logged out users are directed to the landing page.

2. Servers

  • Users can create new servers
  • Users can update and delete servers they have created
  • Users can join public servers
  • Servers have different user roles with different privileges
  • Users can see a list of all server members

3. Channels

  • Servers have a list of all the channels in the server
  • Server moderators can create, update, and delete channels in a server
  • Users can navigate between server channels to see different messages

4. Messaging

  • Users can send messages in any channel
  • Users can update and delete messages they have sent
  • Users will see the history of messages sent by other users
  • Server moderators can delete any user messages

5. Direct Messages / Conversation

  • Users can send direct messages to other users
  • Users can see a list of all other users they are messaging
  • Users can update and delete direct messages they have sent
  • New direct messages will be displayed without requiring a refresh (websockets)
  • Users will see their history of direct messages

6. Bonus

  • Notifications for unread messages and direct messages
Clone this wiki locally