As a gifophile, I would like to be able to view only my favorite gifs.
Given that a person has provided proper authentication details
When the person is viewing the post feed
Then there should be a checkbox in the footer with a label "Show only favorites"
Given a person wants to see only their most favorite posts
When the person checks the favorites box in the footer
Then only posts favorited by the person should be rendered
As a gifophile, I would like to be able to view only my favorite gifs.
Given that a person has provided proper authentication details When the person is viewing the post feed Then there should be a checkbox in the footer with a label "Show only favorites"
Given a person wants to see only their most favorite posts When the person checks the favorites box in the footer Then only posts favorited by the person should be rendered