Skip to content

Releases: ever-co/ever-demand

Compatibility with Node 14-15

27 Oct 14:06
7985278
Compare
Choose a tag to compare
Pre-release

This release goal is to make it work with NodeJs version 14 and 15

Shopping Cart

27 Oct 12:32
d72cd6d
Compare
Choose a tag to compare
Shopping Cart Pre-release
Pre-release

This release brings a shopping cart to a mobile shop.

There are 2 flows:

  1. Buy one product, get back to a list of products from the same merchant, and add one more product to the order. The customer can do it as much as needed (for some period of time, this time limit will be added in a future version) and basically change the order to include all required products before it gets fully accepted by the merchant for delivery. No settings need to be changed for this flow, the customer just has a button "Back" to order more products.

  2. Shopping Cart, when customers add more and more products before creating an order. This is pretty standard functionality for most other mobile shop apps, however, we make it optional in our platform and you need to add SHOPPING_CART = true in the mobile shop .env to enable such functionality. The reason is that we believe that flow 1 is faster for customers who want to buy one product (one button click - get the order delivered, that's our platform goal) while it also simple if the customer wants to add more products to the same order.

New architecture release and many features / fixes

30 Aug 08:34
5d6d8da
Compare
Choose a tag to compare

This is the first release with a new architecture based on npm modules dependencies instead of Git submodules/symlinks together with lots of features and fixes.

Note: it was for ~1 year in the develop branch, so if you are using code from the default develop branch, nothing new for you here :)

Merchant app payment gateways & Update dependencies

07 Aug 19:33
f470c7d
Compare
Choose a tag to compare
  • Update payment gateways from Merchant app
  • Update npm packages
  • some other small fixes/improvements

New Feature: Angular 8

17 Jun 20:55
6da4efb
Compare
Choose a tag to compare
Pre-release

This release updated Angular 7 to Angular 8 in all apps

New Feature: Ban customers

05 Jun 21:23
66bc454
Compare
Choose a tag to compare
Pre-release

This release introduces a feature to Ban customers and updates some packages to recent versions.

Note: DB structure changes, you may need to regenerate DB or migrate your schema/data manually

New Features: Track Merchants and Payment Gateways

28 May 18:42
505f8a6
Compare
Choose a tag to compare

This release introduces some new features:

  • Track merchants (warehouses) on the map (with filtering)
  • Payment Gateways config on the Merchant Wizard

Note: DB structure changes, you may need to regenerate DB or migrate your schema/data manually

Stabilize run

17 May 14:00
5e62fd9
Compare
Choose a tag to compare
Stabilize run Pre-release
Pre-release

This release makes it easier to run our platform locally and stabilize multiple existed features.

Stabilize build and run

18 Apr 17:14
e12200b
Compare
Choose a tag to compare
Pre-release

This release makes it easier to build and run our platform and stabilize multiple existed features.
In addition, it contains completed preview of a simple merchant onboarding process (in Admin app)

Stabilize build and run

12 Apr 18:38
6f5b6ad
Compare
Choose a tag to compare
Pre-release

This release makes it easier to build and run our platform and stabilize multiple existed features.
In addition, it contains a preview of simple merchant onboarding process (in Admin app, still WIP)