Skip to content

Features List

James Chen edited this page May 10, 2022 · 3 revisions

MVP

Users

  • A new user should be able to sign up for an account.
  • An existing user should be able to log in.
  • A Demo User can try out the site's features without making a new account.
  • A logged-in user can edit their profile.

Images (CRUD)

  • A logged-in user can create, view, update (captions only), and delete images with a caption.

Comments (CRUD)

  • A logged-in user can create, view, update, and delete their own comments under their own images, and images owned by other users.

Other Features

Follows

  • A logged-in user can follow and unfollow other users.
  • Users can view a list of people that they follow and are followed by.

Likes

  • A logged-in user can like and unlike posts of other users.
  • Users can view who has liked a post.

Bonus Features

Search

  • Users can search for images through their search results.
  • Users can search for users through their username

Direct Messaging

  • A logged-in user can create a room to chat with another user.
  • A logged-in user can delete a room when they no longer want to chat with the other user.

Clone this wiki locally