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

Use case: As user I want Search Product catalogue so I can find a product to add to basket #19

Open
4 tasks
juanfranblanco opened this issue Jan 30, 2020 · 0 comments
Labels
Milestone

Comments

@juanfranblanco
Copy link
Member

juanfranblanco commented Jan 30, 2020

  • Search by product name (ie book title)

  • Search by product brand (ie book author)

  • Sort by product rank (top sold)

  • Fields to display name, author, price (dai) Dai matches USD, so it will be the main currency.

  • Front end: Create search page
    Single box search but fields to search are (product name, brand, type)

  • Service : Create search service

  • Schema Fields:
    - Product Name : (book name)
    - Brand : (author (s))
    - Price : DAI

  • Simple Sql search (Product or Brand)

Notes: To simplify example the Main author is mapped to the brand and extra authors will be contained in the Attribute-Json field with all product information.

Future phase 2: Add searching using Azure Search or Elastic Search, suggestions, language correction
https://github.com/Nethereum/ujo-backend/blob/master/Ujo.Work/Ujo.Work.Search.Service/WorkSearchService.cs

@juanfranblanco juanfranblanco added this to the Phase 1 milestone Jan 30, 2020
@juanfranblanco juanfranblanco changed the title As user I want Search Product catalogue so I can find a product to add to basket Use case: As user I want Search Product catalogue so I can find a product to add to basket Jan 30, 2020
juanfranblanco added a commit that referenced this issue Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant