-
Notifications
You must be signed in to change notification settings - Fork 0
Minimum Viable Product List
JamesKoenig edited this page Feb 3, 2021
·
12 revisions
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
- logged in users can view a feed of posts by themselves and, later, people they follow
- logged in users can follow other users
- followed blog's posts should show up in feed
- 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
- 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