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

Feature: Users can favorite/unfavorite a store #11

Open
hannahhall opened this issue Feb 27, 2022 · 0 comments
Open

Feature: Users can favorite/unfavorite a store #11

hannahhall opened this issue Feb 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hannahhall
Copy link

Given a user wants to favorite a store
When the client performs a POST request to /stores/{id}/favorite
Then the store will be added to the current user's favorites list

Given a user wants to remove a favorite
When the client performs a DELETE request to /stores/{id}/unfavorite
Then the store will be removed to the current user's favorites

@hannahhall hannahhall added the enhancement New feature or request label Feb 27, 2022
@ldimbe20 ldimbe20 self-assigned this Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants