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

Users can favorite a seller #2

Open
hannahhall opened this issue Feb 9, 2021 · 0 comments
Open

Users can favorite a seller #2

hannahhall opened this issue Feb 9, 2021 · 0 comments
Labels
2 enhancement New feature or request

Comments

@hannahhall
Copy link

Given a user wants to view all products being sold by another user
When the client performs a POST request to /profile/favoritesellers
Then the seller will be added to the current user's favorites list

The id of the seller to be favorited should be in the request body.

{
   "seller": 3
}
@hannahhall hannahhall added the enhancement New feature or request label Feb 9, 2021
@jamalbrowning jamalbrowning added the 2 label Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants