-
Notifications
You must be signed in to change notification settings - Fork 8
mvp tiers
Phillip edited this page Dec 8, 2019
·
4 revisions
- Registration with email/username
- Login and logout functionality with demo user
- Unregistered users cannot interact with anything outside the splash/session forms
- Users can create/join/leave servers
- Server owner can delete/edit the server
- Member list will show usernames of all server members
- Mini-bonus: Server owner can kick members from the server
- Server owner can create/edit/remove channels on the server
- At least one channel must remain
- Mini-bonus: Server owner can rearrange channel order
- Server members can post/edit messages in channels
- Server owner can delete messages
- Page will live-update when other users post messages
- Edited messages will also live-update
- Mini-bonus: "[User] is typing..." alerts
- Private servers are invite-only
- DMs are special private servers with one channel and two equal members (?)
- Mini-bonus: Group DMs can include more than two people
- Server owner can assign admin roles to server members
- Admins can use powers normally available only to server owners
- The server owner cannot be kicked from the server
- Members can generate temporary invitation links that expire after some time
- They can be private (for one user only) or general