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

Category Based Product Suggestion #22

Open
elicarcar opened this issue Feb 4, 2020 · 1 comment
Open

Category Based Product Suggestion #22

elicarcar opened this issue Feb 4, 2020 · 1 comment
Assignees
Labels
feature New feature

Comments

@elicarcar
Copy link
Contributor

elicarcar commented Feb 4, 2020

User's Story
I would like to be suggested some products based on the product category that i'm looking for so that i can buy some other things that i needed but didn't realize or see before.

Front-End

  • Make a suggestion list on product page that consiste of:
  1. A header
  2. Three list items
  3. Add buttons

Back-End

  • Send three suggestions on GET request to product page alongside comments and product which will:
  1. Make suggestions based on the category of displayed product
  2. Not display the same product everytime the user makes an api call to the same product page
  3. Not be the same as the displayed product
@elicarcar elicarcar added the feature New feature label Feb 4, 2020
@elicarcar elicarcar added this to In progress in HackYourShop Features Feb 4, 2020
@abdullahkanatsiz7
Copy link

Front-end part is completed.
.Created Header part.
.Created List items.

Back-end
.At the product-page side we build top product and created groupproducts.
.We provide to orders by use numberOfViews.
.when we display main product we don't see same product inside the suggestion part.(filter)
.Suggestion products count are set

@elicarcar elicarcar moved this from In progress to Done in HackYourShop Features Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
Development

No branches or pull requests

2 participants