Skip to content

Minimum Viable Product List

JamesKoenig edited this page Feb 8, 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. Posts (2021-02-09, 2 days)

requires User sign-in/sessions to be working

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

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

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

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

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

5. 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

6. 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

7. Production Readme (.5 days)

Clone this wiki locally