Skip to content

Minimum Viable Product List

JamesKoenig edited this page Feb 9, 2021 · 12 revisions

MVP List

The overall goal of the app is to have a social media experience based roughly on the tumblr homepage

1. Hosting on Heroku (2021-02-09)

2. User auth

  • User can sign up
  • user can sign in
  • pages can require sign-in
  • / is either a login splash or a user's feed

3. Posts (2021-02-09, 2 days)

  • posts form for users to create various post types
  • logged in users can create posts
  • posts have their own show page

4. Feed (2021-02-12, 2 days)

  • logged in users can view a feed of posts by themselves and, later, people they follow

5. Follows (2021-02-13, 1 day)

  • logged in users can follow other users
  • followed blog's posts should show up in feed

6. Likes (2021-02-14, 2 days)

  • users can like posts
  • interaction/like count can be seen for each post
  • likes can be seen by users
  • likes on users posts show up in feed

7. Production Readme (.5 days)

8. BONUS Reblogs (2021-02-16, 2 days)

  • users can reblog posts
  • reblogs are seen in interaction/like feed for that post & add to the count
  • reblogs show up in a user's feed
  • a reblog notification shows up in users feed
Clone this wiki locally