Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark a post as a favorite #3

Open
stevebrownlee opened this issue Apr 1, 2021 · 0 comments
Open

Mark a post as a favorite #3

stevebrownlee opened this issue Apr 1, 2021 · 0 comments

Comments

@stevebrownlee
Copy link
Owner

As an authenticated user, I would like to specify that a post is a favorite

Given that a person has provided proper authentication details
When the person is viewing the post feed
Then there should be a white star icon beneath each post

Given the person wants to mark a post as a favorite
When the person clicks on the white star icon beneath a post
Then the post should be recorded as a favorite
And the white star should change to a yellow star to indiciate it has been favorited

Given the person wants to remove a post as a favorite
When the person clicks on the yellow star icon beneath a post
Then the post should be removed as a favorite
And the yellow star should change to a white star

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant