Skip to content

Features List

londelidess edited this page Aug 4, 2023 · 3 revisions

MVP List

Bumblr, a Tumblr replica, is a platform where users can share posts, engage in discussions through comments, express their appreciation via likes, and connect by following each other.

1. New account creation, log in, log out, and guest/demo log in

  • Users can sign up, log in, and log out.
  • Users can use a demo login to try the site.
  • Users can't use certain features without logging in (like posting, commenting, liking, and following).
  • Logged in users are directed to their profile page which displays their posts and details.
  • Logged out users are directed to a landing page showcasing trending or recent posts.

2. Posts

  • Users can create, update, and delete posts.
  • Posts can contain text or images.
  • Each post displays its author, content, timestamp, and associated likes.
  • Users can navigate to a detailed view of a post which includes its comments.
  • The main feed displays posts from all users or just from those a user follows, by changing tab.

3. Comments

  • Users can comment on any post.
  • Users can update or delete their own comments.
  • Each comment displays its author and content.
  • Comments are displayed beneath the post they are associated with.

4. Likes

  • Users can like and unlike posts.
  • Each post displays a count of its likes.
  • Users can view a list of who has liked a particular post.

5. Follows

  • Users can follow and unfollow other users.
  • Users have a follower and following count on their profile.
  • The main feed can be filtered to show posts only from followed users.
Clone this wiki locally