Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aviabird/angularspree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: b-gopalakrishnan/angularspree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 175 files changed
  • 3 contributors

Commits on Jul 18, 2018

  1. Added payment integration & other fixes (#179)

    Why?
    
    Feature
    
    PayUBiz payment gateway integration(hosted page).
    
    Bug
    Fixes for address form( state_id & country_id). Removed static values for state & country ids.
    
    Order success page was throwing error, So unable to display order details.
    
    This change addresses the need by:
    
    Now user will able to process credit and debit card payments & many more using payubiz payment gatewayPayUbiz.
    
    Now user can select dynamic address with respect to state & country id.
    
    [delivers #158423568, #158522773, #158592706]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    61debf8 View commit details
    Browse the repository at this point in the history
  2. Search page fiexs. (#184)

    Why?
    
    Bug: Category wise brands now displayed.
    
    This change addresses the need by:
    
    Now we can get category-wise brands.
    
    [delivers #158687916]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    4f9d0f6 View commit details
    Browse the repository at this point in the history
  3. Work on the forgot passward page (#185)

    Why?
    
    Feature:
    
    Work on forgot a password.
    Work on the Update password page.
    Work on the profile page
    Work on the checkout flow
    This change addresses the need by:
    
    These changes are done using bootstrap and HTML
    
    [delivers #158683303]
    jaypal412 authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    3950de4 View commit details
    Browse the repository at this point in the history
  4. Product details with options (#186)

    Why?
    
    Features: Product Options on product detail page.
    User is able to select the options for product(if any).
    
    This change addresses the need by:
    
    Now user can select the options for product (if any) like size, color etc. Selected option will bring the product(variant).
    
    [delivers #158716631]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    891d91f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c35aa23 View commit details
    Browse the repository at this point in the history
  6. Nebugfixes 158620631 (#187)

    Why?
    Bugs :
    Work on the variants buttons.
    Work on the star default color.
    Work on the cart page
    Alignment in the write review page
    This change addresses the need by:
    These changes are done using bootstrap and HTML
    
    [delivers #158620631]
    jaypal412 authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    99a3286 View commit details
    Browse the repository at this point in the history
  7. Bug fixes (#189)

    Why?
    
    Bug Fixes:
    Fixes product write review.
    Payment Modes list.
    Option type error for product.
    
    Feature
    Added component for Category details page.
    
    This change addresses the need by:
    
    Authorised User can submit the review now.
    Removed bug for default payment modes list .
    Handled case when product variants dose not have uploaded image for options.
    
    Category wise details page(In progress).
    
    [delivers #158755485]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    ee1b319 View commit details
    Browse the repository at this point in the history
  8. Cart to payment order flow (#191)

    Why??
    
    There were following fixes & improvisation in order flow.
    To handle Out of stock Item.
    Free delivery notifications.
    To displaying adjustment total, delivery charges (if any)
    Added config for currency & free delivery order amount.
    Fixes for cart to payment flow(vise-versa).
    
    This change addresses the need by:
    
    Out of stock product will not be added cart.
    Adjustment total, delivery charges (if any) will be displayed to user while checkout flow.
    User can navigate around Cart to payment flow and vise-versa.
    
    Note: Needed some UI fixes
    
    [delivers #158825437]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    2400370 View commit details
    Browse the repository at this point in the history
  9. User profile order details-page (#193)

    why?
    
    To display List Orders & individual order of respective user with pagination.
    Fixes for search page pagination.
    
    This change addresses the need by:
    
    User will get the orders-list placed by him/her in user profile.
    Search page will be appear with paginated result.
    
    [delivers #158866870]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    028d0cd View commit details
    Browse the repository at this point in the history
  10. work on the profile page (#192)

    Why?
    
    Feature:
    
    Work on a profile page
    made multiple color themes
    This change addresses the need by:
    
    These changes are done using bootstrap and HTML
    
    [delivers #158762669]
    jaypal412 authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    bc0f5f5 View commit details
    Browse the repository at this point in the history
  11. Master variant & write review page fixes. (#194)

    Why?
    
    Master variant problem.
    When product has variants then Master variant is not able to add in cart. It gives as error that product dose not have count on hand, but in actual it has.
    
    When product does not have variants then master variants can added to cart.
    
    Solution
    Now we check for product has variants or not on product details page. If product has variants then we show the 1st variant as default variant(as spree storefront) else its worked as normal as before.
    
    Added authentication for write review
    Now un-logged user will be notify before writing review.
    Quick fixes for product details page.
    
    This change addresses the need by:
    
    Now product with variants will be displayed properly on product details page.(master variant will not be displayed)
    
    Write review page will ask for login for un-logged user(guest)
    
    [delivers #158954841]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    e5c829f View commit details
    Browse the repository at this point in the history
  12. product review bug (#195)

    Why?
    
    Bug:
    User can write more than one review for product.
    
    Fixes:
    Disallowed user from submitting the review if he had already submitted review for the particular product.
    
    This change addresses the need by:
    
    Now a logged in user can write only one review for a product.
    
    [delivers #158972952]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    bacef3d View commit details
    Browse the repository at this point in the history
  13. Categeory Details Page (#196)

    Why?
    
    Feature:
    
    To show Individual category details along with products associated with it.
    
    This change addresses the need by:
    
    Now as user click on particular category from category menu he will be navigated to selected category details page.
    
    [delivers #158825032]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    243e1bc View commit details
    Browse the repository at this point in the history
  14. Search page Fixes (#198)

    Why?
    
    Bugs:
    
    Sort filter was not showing default option.
    Pagination was not displayed.
    This change addresses the need by:
    
    Sort filter come with default option.
    Pagination displayed on search page.
    
    [delivers #159004368]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    599675c View commit details
    Browse the repository at this point in the history
  15. Added edit address feature. (#200)

    Why?
    
    Feature:
    Address edit feature for already added address by user.
    
    This change addresses the need by:
    
    Now user can edit the address for delivery if he had already added.
    As user clicks on already added delivery address he/she will navigate to edit address componant with already filled address.
    
    [delivers #159053905]
    gopalshimpi authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    031e169 View commit details
    Browse the repository at this point in the history
  16. Work on the Order list page (#197)

    Why?
    
    Feature:
    
    Cart page: Shipping message.
    Address page: Shipping message.
    Product details page: Amount overlap.
    Write review page: Image overlap.
    Order success page: Mobile view.
    User Profile page: Order List , Order details.
    Pagination: Order list, search page.
    Search page: Brand Filters.
    This change addresses the need by:
    
    In this all changes are done.
    
    [delivers #158980851]
    [delivers #158762654]
    jaypal412 authored and pkrawat1 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    52c720b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa69368 View commit details
    Browse the repository at this point in the history
Loading