-
Notifications
You must be signed in to change notification settings - Fork 0
Feature List
Somorovd edited this page Jun 28, 2023
·
5 revisions
, a Discord clone, is a website for users to join like minded communities and have conversations.
- 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.
- 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
- 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
- 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
- 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
- Notifications for unread messages and direct messages