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

🔥🔥🔥🔥 1.0-alpha release 🚀 with new UI 👀, angular 6+ 🚀, mobile UI 📱 🔥🔥🔥🔥 #148

Merged
merged 86 commits into from
Jun 13, 2018

Commits on Apr 17, 2018

  1. Added google social login feature

    gopalshimpi authored and pkrawat1 committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    7b27291 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from aviabird/social_login

    Adding Google login
    pkrawat1 authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    308d677 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    709244c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. fixed variable imports, reduced module size with better import variab… (

    #93)
    
    * fixed variable imports, reduced module size with better import variable structuring
    
    * custom environment with config added
    
    * component upgrades, assets configurations
    pkrawat1 authored Apr 19, 2018
    Configuration menu
    Copy the full SHA
    f7aa652 View commit details
    Browse the repository at this point in the history
  2. Added Landing page (#94)

    * Added Landing page
    1. Added banner componant
    2. Added product list componant
    3. Chnages in routes
    4. Added carousal library
    
    * Added Modified landing page
    1. Added Scrollable to componant
    2. Added watch&learn componant
    3. Added configurable data file.
    4. Modified product list & favorite item componant.
    
    * added custom themes
    gopalshimpi authored and pkrawat1 committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    6b4ac91 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Update bootstrap (#95)

    pkrawat1 authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    02b71ec View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Update bootstrap (#97)

    * fixed variable imports, reduced module size with better import variable structuring
    
    * custom environment with config added
    
    * component upgrades, assets configurations
    
    * layout ui fixes
    pkrawat1 authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    3f7d96f View commit details
    Browse the repository at this point in the history
  2. Http client integrate (#96)

    * fixed variable imports, reduced module size with better import variable structuring
    
    * custom environment with config added
    
    * component upgrades, assets configurations
    
    * layout ui fixes
    
    * httpclient updates, token interceptor, progressbar, toasty added
    pkrawat1 authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    e61d963 View commit details
    Browse the repository at this point in the history
  3. order api fixes

    pkrawat1 committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    a15f18b View commit details
    Browse the repository at this point in the history
  4. Forget password feature (#98)

    * Added Landing page
    1. Added banner componant
    2. Added product list componant
    3. Chnages in routes
    4. Added carousal library
    
    * Added Modified landing page
    1. Added Scrollable to componant
    2. Added watch&learn componant
    3. Added configurable data file.
    4. Modified product list & favorite item componant.
    
    * added custom themes
    
    * Added Forgot password component.
    
    * Modified forgot password
    
    * added update password componant
    
    * Added Update password component
    
    * Modified according to http client.
    implemented update password.
    Litle housekeeping with notifications
    
    * Updated data.ts
    gopalshimpi authored and pkrawat1 committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    2ba97b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bc2821 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Added Shop by Category & brand (#101)

    * Added Landing page
    1. Added banner componant
    2. Added product list componant
    3. Chnages in routes
    4. Added carousal library
    
    * Added Modified landing page
    1. Added Scrollable to componant
    2. Added watch&learn componant
    3. Added configurable data file.
    4. Modified product list & favorite item componant.
    
    * added custom themes
    
    * Added Forgot password component.
    
    * Modified forgot password
    
    * added update password componant
    
    * Added Update password component
    
    * Modified according to http client.
    implemented update password.
    Litle housekeeping with notifications
    
    * Updated data.ts
    
    * Adde control to header for pets & brand as per mega menu
    
    * Added Header Drop down for Shop by categeory
    1. Added componants for dropdown
    2. Api call for taxonami
    3. Mapping the data to componant.
    
    * Requested chnages
    
    * Modifications
    gopalshimpi authored and pkrawat1 committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    5a35e21 View commit details
    Browse the repository at this point in the history
  2. add favorite product toggle method (#100)

    add favorite product functionality
    
    remove from favorite functionality
    
    remove unmark as favorite option from product detail page
    
    indentation and bug fixes
    
    use async pipe in view only once
    chandradot99 authored and pkrawat1 committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a3c1e61 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Header changes (#102)

    * Added Landing page
    1. Added banner componant
    2. Added product list componant
    3. Chnages in routes
    4. Added carousal library
    
    * Added Modified landing page
    1. Added Scrollable to componant
    2. Added watch&learn componant
    3. Added configurable data file.
    4. Modified product list & favorite item componant.
    
    * added custom themes
    
    * Added Forgot password component.
    
    * Modified forgot password
    
    * added update password componant
    
    * Added Update password component
    
    * Modified according to http client.
    implemented update password.
    Litle housekeeping with notifications
    
    * Updated data.ts
    
    * Adde control to header for pets & brand as per mega menu
    
    * Added Header Drop down for Shop by categeory
    1. Added componants for dropdown
    2. Api call for taxonami
    3. Mapping the data to componant.
    
    * Requested chnages
    
    * Modifications
    
    * Added brand list & categeory image to header(Shop by)
    
    * quick  fix
    
    * bug fixes
    gopalshimpi authored and pkrawat1 committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    8638877 View commit details
    Browse the repository at this point in the history
  2. Header ui chages (#103)

    pkrawat1 authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    ef65edc View commit details
    Browse the repository at this point in the history
  3. ui fixes (#104)

    pkrawat1 authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    e92fb2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df73e3f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Landing page slider UI fixes and styling for Sliders (#106)

    * Landing page slider UI fixes and styling
    
    * Quick changes for deep
    y2kanthale authored and pkrawat1 committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    16d78c3 View commit details
    Browse the repository at this point in the history
  2. Landing Page with Today's Deals & Customer Favourites (#107)

    * Added Landing page
    1. Added banner componant
    2. Added product list componant
    3. Chnages in routes
    4. Added carousal library
    
    * Added Modified landing page
    1. Added Scrollable to componant
    2. Added watch&learn componant
    3. Added configurable data file.
    4. Modified product list & favorite item componant.
    
    * added custom themes
    
    * Added Forgot password component.
    
    * Modified forgot password
    
    * added update password componant
    
    * Added Update password component
    
    * Modified according to http client.
    implemented update password.
    Litle housekeeping with notifications
    
    * Updated data.ts
    
    * Adde control to header for pets & brand as per mega menu
    
    * Added Header Drop down for Shop by categeory
    1. Added componants for dropdown
    2. Api call for taxonami
    3. Mapping the data to componant.
    
    * Requested chnages
    
    * Modifications
    
    * Added brand list & categeory image to header(Shop by)
    
    * quick  fix
    
    * Landing page slider UI fixes and styling
    
    * Landing Page Changes
    1. Added Todays deal from API
    2. Added Fovorite form API
    
    * Quick changes for deep
    
    * Modifications as per new UI.
    
    * Quick fix for routes & varibale Naming
    gopalshimpi authored and pkrawat1 committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    dd72648 View commit details
    Browse the repository at this point in the history
  3. updated prod urls in env

    pkrawat1 committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    f8e0049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0430453 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2bade5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Updated (#110)

    1. Angular to 6
    2. Rxjs to 6 with rxjs-compact for backward compatibility
    3. updated cli and config with ng update
    pkrawat1 authored Apr 28, 2018
    Configuration menu
    Copy the full SHA
    4ef4e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bebbbd View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    8883df1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. show product image on user favorites page (#114)

    add td tag in favorite product image
    chandradot99 authored and pkrawat1 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    00f2d81 View commit details
    Browse the repository at this point in the history
  2. Header, Footer & Forget password Modifications (#116)

    Whats changed?
    1. Added Footer.
    2. Fix today's Deal bug when empty array.
    3. Added forget password notifications when mail has been sent.
    pkrawat1 authored May 2, 2018
    Configuration menu
    Copy the full SHA
    8f14168 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Modified auth service (#118)

    1. Modified routes
    2. Change navigation on successfull password chnage.
    gopalshimpi authored and pkrawat1 committed May 3, 2018
    Configuration menu
    Copy the full SHA
    0c8ab58 View commit details
    Browse the repository at this point in the history
  2. app-data for https videos (#119)

    gopalshimpi authored and pkrawat1 committed May 3, 2018
    Configuration menu
    Copy the full SHA
    835df34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b21afba View commit details
    Browse the repository at this point in the history
  4. revert environment config

    pkrawat1 committed May 3, 2018
    Configuration menu
    Copy the full SHA
    6d0fe36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35833bf View commit details
    Browse the repository at this point in the history
  6. Added Customer favorites products to landing page (#120)

    * Quick fix favorite item.
    * Search box click & keyup event
    gopalshimpi authored and pkrawat1 committed May 3, 2018
    Configuration menu
    Copy the full SHA
    3adba24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ccd289 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    12b43e5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Landing page UI fixes (#123)

    1.  Added user rating componant.
    2.  Changed navbar login UI(profile).
    3.  Added change detection.
    4. Removed video componant.
    gopalshimpi authored and pkrawat1 committed May 7, 2018
    Configuration menu
    Copy the full SHA
    19c7548 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Added Search Feature for brands & keywords (#125)

    * Added searchbar for header
    1. Added api call for search by keword.
    2. Added search actions
    3. Added search reducer
    4. Added Effects for search
    
    * Added search using Brands & Keywords
    1. Added query params for brands
    2. Modified  search reducer
    3. Made API call using UserSearchParams
    4. Displayed products in prodcut list componant.
    gopalshimpi authored and pkrawat1 committed May 9, 2018
    Configuration menu
    Copy the full SHA
    f50ed26 View commit details
    Browse the repository at this point in the history
  2. header search width fix

    pkrawat1 committed May 9, 2018
    Configuration menu
    Copy the full SHA
    f363818 View commit details
    Browse the repository at this point in the history
  3. products count fix

    pkrawat1 committed May 9, 2018
    Configuration menu
    Copy the full SHA
    7e1dcff View commit details
    Browse the repository at this point in the history
  4. product image url updates

    pkrawat1 committed May 9, 2018
    Configuration menu
    Copy the full SHA
    ee042c3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Search Feature : Categeory & Brands (#127)

    * Added searchbar for header
    1. Added api call for search by keword.
    2. Added search actions
    3. Added search reducer
    4. Added Effects for search
    
    * Added searchbar for header
    1. Added api call for search by keword.
    2. Added search actions
    3. Added search reducer
    4. Added Effects for search
    
    Added search using Brands & Keywords
    1. Added query params for brands
    2. Modified  search reducer
    3. Made API call using UserSearchParams
    4. Displayed products in prodcut list componant.
    
    search query params
    
    Added Categeory Filter
    1. Added effects for getting products by taxons
    2. Added catgeory componenat.
    3. Added search links to shopby categeory.
    4. Quick fixes
    
    * Added Brand filters
    
    * Quick fix when empty search result.
    
    * Sticky header with shop by categeory list
    gopalshimpi authored and pkrawat1 committed May 11, 2018
    Configuration menu
    Copy the full SHA
    806013c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Search features housekeeping/refactoring (#128)

    * House keeping search feature
    1. Modified API calls getting it from store.
    2. Removed stars from rating component.
    3. Changed methods name.
    4. Removed used imports
    5. Added search to todays deals
    6. changed  UI for list in search page.
    gopalshimpi authored and pkrawat1 committed May 14, 2018
    Configuration menu
    Copy the full SHA
    ecefcfb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Search features : Added Category Filters (#130)

    * House keeping search feature
    1. Modified API calls getting it from store.
    2. Removed stars from rating component.
    3. Changed methods name.
    4. Removed used imports
    5. Added search to todays deals
    6. changed  UI for list in search page.
    
    * Quick Fix
    
    * Added Categeory Filtering
    1. Added effects for getting child taxons
    2. Added Api call to get child taxons
    3. Added Parent child list view in categeory componant.
    4. Added reducers for getting child taxons from store.
    5.  Added search state for categeory  levels.
    6. Added selector for getting list of  root taxons.
    7. Modified home componanat for nested list(catageory).
    gopalshimpi authored and pkrawat1 committed May 16, 2018
    Configuration menu
    Copy the full SHA
    415bd23 View commit details
    Browse the repository at this point in the history
  2. Landing page ui (#129)

    * work on the landing page Ui
    
    * work on the footer and landing page
    
    * Work on the heaadr menu
    
    * Work on the login page
    
    * Work on the login page
    
    * Hiding animation
    
    * Work on indentation
    jaypal412 authored and pkrawat1 committed May 16, 2018
    Configuration menu
    Copy the full SHA
    6494937 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2547ca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    528e8bd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Added links for nested category (#133)

    * Added links for nested category
    
    1. Added Brand filters on category.
    2. Added actions, effects, for getting taxonomy by name.
    3. Added reducer for getting brands by category.
    
    * Added inner html for products description .
    gopalshimpi authored and pkrawat1 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    45a51b5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Added Search by queryparams (#134)

    1. Added methods for displying products as per url search params.
    2. Added products list on `ALL`  link
    3. Added state/selector for getting all products.
    4.Hide brands text when no brands to display.
    gopalshimpi authored and pkrawat1 committed May 22, 2018
    Configuration menu
    Copy the full SHA
    0c9ce5f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    404644e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a3a3e View commit details
    Browse the repository at this point in the history
  3. Working on product page (#137)

    * Work on the header Ui
    
    * Work on the product page
    jaypal412 authored and pkrawat1 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    c23eeca View commit details
    Browse the repository at this point in the history
  4. merge fixes

    pkrawat1 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    9a96993 View commit details
    Browse the repository at this point in the history
  5. Mobile view Login Icon Fix (#138)

    * Mobile view Login Icon Fix
    
    * Fixed profile menu dropdown
    gopalshimpi authored and pkrawat1 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    cb9839f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Product route #157801980 (#139)

    * Modified route for product
    1. Removed route product / products
    2. Added search route for search related pages
    3. Changed route for cart
    
    * Quick fix
    gopalshimpi authored and pkrawat1 committed May 24, 2018
    Configuration menu
    Copy the full SHA
    02299ef View commit details
    Browse the repository at this point in the history
  2. route fix for products

    pkrawat1 committed May 24, 2018
    Configuration menu
    Copy the full SHA
    87bb7a7 View commit details
    Browse the repository at this point in the history
  3. format fixes

    pkrawat1 committed May 24, 2018
    Configuration menu
    Copy the full SHA
    875a9e9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Product zoomer #157800318 (#141)

    Product Page UI
    jaypal412 authored and pkrawat1 committed May 29, 2018
    Configuration menu
    Copy the full SHA
    67594a3 View commit details
    Browse the repository at this point in the history
  2. Sort filters 157855828 (#140)

    * Added Sort filters and Pretty_name
    1. Added newest,alfabetical sorts.
    2. Added Pretty name for selected category.
    
    * Fixed Requested changes
    
    * Added Fixes
    gopalshimpi authored and pkrawat1 committed May 29, 2018
    Configuration menu
    Copy the full SHA
    76cb865 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. 1. Added states dropdown (#144)

    2. Configured spree for taking address of india
    3. Fixedup add to cart & favorites after ui chnage.
    4. Fixedup counts
    gopalshimpi authored and pkrawat1 committed May 31, 2018
    Configuration menu
    Copy the full SHA
    3392e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ecc624 View commit details
    Browse the repository at this point in the history
  3. Product similar slider (#145)

    * Work on the porduct page and header
    
    * Work on the realated slider
    
    * product page css alignment
    jaypal412 authored and pkrawat1 committed May 31, 2018
    Configuration menu
    Copy the full SHA
    34aae57 View commit details
    Browse the repository at this point in the history
  4. fix for address states (#146)

    gopalshimpi authored and pkrawat1 committed May 31, 2018
    Configuration menu
    Copy the full SHA
    5d7d811 View commit details
    Browse the repository at this point in the history
  5. Added/Fixes for orders & cart (#147)

    * Added/Fixes
    1. Fixes  `2 item added in cart in one click`
    2. Fixes creating empty order.
    3. Added products with quantitiy
    4. Updated inceptor.
    gopalshimpi authored and pkrawat1 committed May 31, 2018
    Configuration menu
    Copy the full SHA
    ca93615 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Header mobile menu (#149)

    * Work on header menu
    jaypal412 authored and pkrawat1 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    c29171d View commit details
    Browse the repository at this point in the history
  2. Header category menu (#150)

    * Work on header menu
    jaypal412 authored and pkrawat1 committed Jun 1, 2018
    3 Configuration menu
    Copy the full SHA
    513af05 View commit details
    Browse the repository at this point in the history
  3. checkout bug fixes

    UI fixes for angularspree theme
    Removed show category mobile icon in desktop
    pkrawat1 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    38d1dff View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. RXJS 6 migration without rxjs-compat (#151)

    * optimsations with rxjx 6 upgrade
    * firebase optimisations
    pkrawat1 authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    c660a5e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Added Product Review & Rating feature with some quick fixes. (#152)

    Ticket: https://www.pivotaltracker.com/story/show/158024102
    
    ## Why?
    
    **Feature** : we have to add feature for creating product review along with ratings.
    
    **Feature** : Added notification when user mark product as favourite.
    
    **Bug** : Added api for getting full taxonomy.
    
    ## This change addresses the need by:
    
    This take the reviews and rating from user for particular product. So user can be able to submit the review and ratings for product.
    
    When user Mark a products as `favourite` then toasty notification will be shown on left corner of screen.
    
    By adding `set=nested` to taxonomy api `/api/taxonomies?set=nested` we will get detailed taxonomy
    
    [Delivers  #158024102]
    gopalshimpi authored and pkrawat1 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    ad59304 View commit details
    Browse the repository at this point in the history
  2. Login dropdown (#154)

    **Feature** : Implement login drop down .
    **Feature**: When there is no product or any UI list. Footer comes at the bottom of the screen. 
    
    **Bug**: Dropdown is not showing correct in device view
    **Bug**: Footer is coming top when there is no content in the body
    jaypal412 authored and pkrawat1 committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    164ac98 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Ui Fixes (#155)

    Why?
    
    Changes requested by @pkrawat for U for some pages.
    
    This change addresses the need by:
    
    Search products list
    
    Show max three lines for product tile, price starts from 4th line always (selling - cost price)
    then static data ,then Show ratings.
    
    product details page
    
    Removed auto-ship and replace with variants.
    Added Buy Now button.
    
    Header
    
    Change your cart to cart
    [Delivers #158138312]
    jaypal412 authored and pkrawat1 committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    4e8c7c2 View commit details
    Browse the repository at this point in the history
  2. Cartdetail 158024162 (#156)

    Why?
    Feature: Cart Detail page must be as per the client requirement.
    
    This change addresses the need by:
    Work on the HTML page and the CSS.
    
    [delivers #158024162]
    
    Ticket: https://www.pivotaltracker.com/story/show/158024162
    jaypal412 authored and gopalshimpi committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    1c9f02a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Brands images 158175760 (#157)

    Why?
    
    Feature: To display the taxons images like category & brands & Integrated with fontend.
    
    This change addresses the need by:
    
    We can see the Taxons(brands & category) images.
    
    [delivers #158175760]
    gopalshimpi authored and pkrawat1 committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    5a2d49e View commit details
    Browse the repository at this point in the history
  2. Added similar products list (#158)

    Why?
    
    Feature: To get similar products list when user views any product.
    Adding rating component to it.
    
    This change addresses the need by:
    
    User will get the list of similar products for the currently viewing product.
    Along with average rating for it.
    
    [delivers #158210149]
    gopalshimpi authored and pkrawat1 committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    51f92f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Work on the product Review page (#159)

    Why?
    
    Feature: To show all the product Reviews on product detail page.
    
    This change addresses the need by:
    
    Work on rating plugin
    Work on the progress bar.
    At this stage the progress bar content only static
    [delivers #158024119]
    jaypal412 authored and pkrawat1 committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    e858086 View commit details
    Browse the repository at this point in the history
  2. 1.Added related products list. (#160)

    Why?
    
    Feature: To get related products list when user views any product.
    
    This change addresses the need by:
    
    User will get the list of related products for the currently viewing product.
    [delivers #158194650]
    gopalshimpi authored and pkrawat1 committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    00ee9c4 View commit details
    Browse the repository at this point in the history
  3. Work on the search product page Ui (#161)

    Why?
    
    Changes requested by @pkrawat for U for some pages.
    
    This change addresses the need by:
    
    Search products list
    
    Show max three lines for product tile, price starts from 4th line always (selling - cost price): Done
    then static data: done
    then Show ratings. : Done
    product details page
    
    Removed auto-ship and replace with variants.
    Added Buy Now button.
    
    Header
    
    Change your cart to cart
    [Delivers #158138312]
    jaypal412 authored and pkrawat1 committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    094d047 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Added Popular brands for categories (#163)

    Why?
    
    Feature:
    To Show the list Popular Brands(image) for particular category.
    
    This change addresses the need by:
    
    We can get the list of brands for particular category.
    
    [delivers #158246396]
    gopalshimpi authored and pkrawat1 committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    4d73eb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Header brands ui (#162)

    Why?
    
    Changes in the header menu
    
    This change addresses the need by:
    
    Header Bands Menu
    
    In this, I have added the hover effect to a menu and the alignment of all brands images
    
    Header Category menu
    
    In this, Now I have added the hover effects to the button.
    On scroll button is changing now to the cross icon similar to reference site.
    In this two point are remaining like
    show the pet image to the background of the drop down.
    by default open dog brands in the dropdown
    [Delivers #158208438]
    jaypal412 authored and pkrawat1 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    67b43a1 View commit details
    Browse the repository at this point in the history
  2. Product r 158024119 (#165)

    Ticket: https://www.pivotaltracker.com/story/show/158024119
    
    Why?
    
    Feature: Work on the ngrx Effeect
    
    This change addresses the need by:
    
    To make UI faster by using effects, selector, actions, and reducers
    
    [delivers #158024119]
    jaypal412 authored and pkrawat1 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    4ccd142 View commit details
    Browse the repository at this point in the history
  3. adding change log

    pkrawat1 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    69d487f View commit details
    Browse the repository at this point in the history
  4. syntax fix

    pkrawat1 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    8f0e098 View commit details
    Browse the repository at this point in the history
  5. Bug fixes for prod build

    pkrawat1 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    40053c4 View commit details
    Browse the repository at this point in the history
  6. Search page 158024346 (#164)

    Why?
    
    Feature: Search page UI with responsive.
    
    This change addresses the need by:
    
    Made Search page UI responsive.
    Mobile sort model
    [delivers #157475033]
    jaypal412 authored and pkrawat1 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    503b06b View commit details
    Browse the repository at this point in the history
  7. Write review 158285800 (#166)

    Why?
    
    Feature: Write review page.
    
    This change addresses the need by:
    
    Add the product image on the page. : done
    Add the guidelines for a user. : Done
    Change the style of the button. Done
    [delivers #158285800]
    jaypal412 authored and pkrawat1 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    713d1c7 View commit details
    Browse the repository at this point in the history
  8. updated change log

    pkrawat1 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    f283679 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fa5a06 View commit details
    Browse the repository at this point in the history