Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E ecommerce-maven
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Ascend
  • ecommerce-maven
  • Merge requests
  • !2

Product page users can see products and associated promotion info for each item in main product page

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Shaphen Pangburn requested to merge product-page-users-can-see-products-and-associated-promotion-info-for-each-item-in-main-product-page into master May 10, 2021
  • Overview 0
  • Commits 23
  • Changes 211

Note: the logic for matching a promotion to a particular product is currently inefficient (currently O(n^2)) but works for our scope. Feel free to refactor that logic if you would like to make it more efficient for the sake of best practice.

Currently the Product Market Page can:

  • Display all products available from the Inventory backend
  • Display promotional data for each product that has an associated Promotion connected by productSku
  • Show more information when clicking on the top half of the product's display box. Upon which will open a modal with more details such as mock shipping data, brand, and sku number

Buttons to Add to Cart and enter a quantity desired are displayed but not operable. This will be function after completing AFP-48

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: product-page-users-can-see-products-and-associated-promotion-info-for-each-item-in-main-product-page