-
Notifications
You must be signed in to change notification settings - Fork 0
Features List
andrea-green edited this page Jan 13, 2023
·
4 revisions
- users can login/logout of their account.
- new users can sign up for a new account.
- demo user button allows users to interact with the site without needing to login/signup.
- logged out users are redirected back to the homepage.
- logged in users can create a new server.
- logged in users can join servers and view the server content.
- logged in users who are also the server owner can update the server name.
- logged in user who are also the server owner can delete their server.
- logged in users can create new channels in the server that they are a member of.
- logged in users can view content inside of a channel in the server they are a member of.
- logged in users who are members of a server can make and delete posts inside of that channel.
- logged in users who are also the server owner can delete channels.
- logged in users can create private channels.
- logged in users can direct message another user
- logged in users can see their conversation history and live messages in real time.
- only logged in users can access the live chat feature
- logged in users can see previous messages in the live chat
- if another user is typing in the live chat, there is a prompt that says "user is typing"