Releases: ever-co/ever-demand
Compatibility with Node 14-15
This release goal is to make it work with NodeJs version 14 and 15
Shopping Cart
This release brings a shopping cart to a mobile shop.
There are 2 flows:
-
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.
-
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
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
- Update payment gateways from Merchant app
- Update npm packages
- some other small fixes/improvements
New Feature: Angular 8
This release updated Angular 7 to Angular 8 in all apps
New Feature: Ban customers
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
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
This release makes it easier to run our platform locally and stabilize multiple existed features.
Stabilize build and run
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
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)