Social Media Platform Functional Requirements:
- Have A log-in/register page
- Have each user have a profile page that has the following:
- A user name
- Avatar img
- Editable biography
- All posts posted by them
- Have a feed that shows all things posted by all users. Users can see, comment, and react to posts.
- Have each post include the following fields:
- Avatar image
- User name
- Message send date/time(can be a date or ‘3 days ago” ect)
- a textbox that allows users to post a message
- Make it so users may delete their own posts and comments, but not other users.
- Have the ability to archive posts (save to storage before deletion)