vinsol / nectarcommerce

Quest for customizable E-commerce - the Elixir way
323 stars 53 forks source link

Channel based cart notifications #69

Closed nimish-mehta closed 8 years ago

nimish-mehta commented 8 years ago
  1. Refactor the site's js structure to be more organized. Refer https://blog.diacode.com/page-specific-javascript-in-phoenix-framework-pt-1
  2. Use React + Redux to add a basic mini cart on the page.
  3. Use redux actions to load data and process notifications.
  4. Create the api controller for cart
  5. Upgrade brunch and add babel preset for additional es6 features.
nimish-mehta commented 8 years ago

closing this since separated into #70 and #71 .