-
Notifications
You must be signed in to change notification settings - Fork 0
MVPs
Snigdha Banda edited this page Oct 26, 2021
·
2 revisions
Hack is a powerful Slack clone that allows users to message others in their workspace, participate in teams, and comment on threads.
- Users can sign in, sign up, and log out
- Users can edit their name, status, and profile picture
- Users can login as a demo
- Style the login page to look similarly to Slack's
- Two users can send messages back and forth while logged in
- A user should see "other user is typing..." while waiting
- A user should receive a notification in the sidebar after receiving a message
- A user can create a channel, add members, set a channel description, and edit a channel name
- A user can remove someone from a channel, delete a channel, and leave a channel
- A user can view threads in that channel (a post and all replies to that post)
- A user can create a message in a channel
- A user can start a new message and add another user in the workspace
- A user should be able to live chat with another user after a direct message
- A user can start a new message and add multiple users
- Functionality from direct messages and channels should transfer over