Skip to content

Releases: duocun/duocun-mall

1.1.0

14 May 03:24
Compare
Choose a tag to compare

1.1.0 (2020-05-14)

Features

  • page: implement product quantity in product page (470d97d)

Bug Fixes

  • cart: remove expired cart items in cart and order page (361cbad), closes #2
  • lang: change some lang in cart and product pages (c2fb7e8)
  • lang: translate out of stock fallback message (f1d750a)
  • locale: remove timezone from moment pipe and cart sanitize (8ec85f9), closes #7
  • locale: set timezone in moment pipe (fb6a7c1), closes #3
  • order: fix error going to browse page before wechat payment (fa91073)
  • order: set order status "T" before online payments (a1ea1b0), closes #5
  • page: fix error when location is set as non english characters (4e11a00)
  • page: redirect with app code when change language (1964757)
  • page: show delivery touchspin in two rows in extra small screens (841a5a2)
  • payment: correct date in transaction history page (6604f45), closes #6
  • payment: reset payment method after payment is completed (57e4167), closes #4
  • product: remove out of range error msg before loading in product page (5503c7f)

Version 1.0.0

06 May 17:24
Compare
Choose a tag to compare

Overview

For more information, please refer to beta 1.0.0 release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2020-05-06)

Features

  • api: add patch method (07356fb)
  • api: change product search api (72acf3f)
  • auth: add login flow in home page (9a865d9)
  • auth: add update account info method (b8bfe36)
  • auth: apply auth guard to my account and order pages (f07fc6d)
  • component: add ion image component (588f2ff)
  • component: add location search component (c38d594)
  • component: add product list component (5baa94c)
  • component: add touchspin component (1d69f65)
  • directive: add local value directive (a442f45)
  • env: add api url to environment (83f0888)
  • guard: add auth guard (f2f9568)
  • guard: add location guard (21423b1)
  • guard: apply auth guard to my account and order page (46f724c)
  • guard: show alert when not logged in (96cf50f)
  • lang: add table header languages in transaction history page (f33949a)
  • lang: add translate service (79943a7)
  • lang: add translation files (5ebf624)
  • model: add cart model (0cf34fc)
  • model: add location model (96bca34)
  • page: add "add to cart" button to product page (451cfd7)
  • page: add account setting page (fddb435)
  • page: add all category button to browse page (d613250)
  • page: add avatar and balance to my account page (d4522f6)
  • page: add balance to charge summary (2878dba)
  • page: add card links to my account page (6de54f4)
  • page: add cart and my account page (29fcd2e)
  • page: add cart quantity badge (7adcfb0)
  • page: add category page (e1f502d)
  • page: add delivery date to product page (a9a7e1b)
  • page: add delivery name and phone number to order page (2190961)
  • page: add delivery range page (16b3fa4)
  • page: add extra button to tabs (067e1b0)
  • page: add home page (540a943)
  • page: add infinite scroll to browse page (3993758)
  • page: add item list to cart page (a1dbeaa)
  • page: add merchant and category segment to browse page (f80398d)
  • page: add merchant page (00f84f6)
  • page: add notes to order page (5a3ee48)
  • page: add order history page (3714f44)
  • page: add order items and summary to order page (f1ded45)
  • page: add order page (de70b09)
  • page: add pay by deposit button to order page (108a7a5)
  • page: add payment buttons to order page (cd3bd67)
  • page: add product page (f2cf0a5)
  • page: add product search page (a34346c)
  • page: add quantity and purchase button to product page (19dc5bc)
  • page: add set as default button in account delivery setting (85af1e3)
  • page: add skeletons to category and merchant list pages (bdd211b)
  • page: add stripe form to order page (85951a0)
  • page: add title and notice to order page (1d973ce)
  • page: add transaction history page (7117acf)
  • page: add transaction history page (76f88f6)
  • page: change lang in my account page (23bdaf8)
  • page: change tab icons and titles (18dbf87)
  • page: change view mode to category in browse page (d272245)
  • page: handle wechat pay and deposit (c9c89e8)
  • page: implement add to cart (55c7826)
  • page: implement location unit and second phone number (53a88a4)
  • page: implement merchant list in browse page (26dc7ae)
  • page: implement payByDeposit button (04dde4b)
  • page: implement phone verification flow (d21fdbf)
  • page: implement stripe payment in order page (e4e50e8)
  • page: implement wechat pay (d4552d5)
  • page: load location history in home page (6d2eb79)
  • page: redirect to account setting page if location is not set (ab97acb)
  • page: remove image margin in product list component ([404e330](404e330f86ad830b25f50d63bfb79...
Read more

Beta 1.0.0

06 May 11:37
Compare
Choose a tag to compare

Overview

Beta 1.0.0 is already deployed to https://duocun.ca/mall.
You should use Wechat to get a full access of features.

landing page

product page

my account page

To-do List

  • Implement e2e test
  • Add more payment gateways
  • Fix glitches and bugs