Ever Versions Save

Ever® Demand™ - Open Commerce Platform

v0.3.0-alpha.3

3 years ago

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

v0.3.0-alpha.2

3 years ago

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.

v0.3.0-alpha.1

3 years ago

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 :)

v0.2.0-alpha.8

4 years ago
  • Update payment gateways from Merchant app
  • Update npm packages
  • some other small fixes/improvements

v0.2.0-alpha.7

4 years ago

This release updated Angular 7 to Angular 8 in all apps

v0.2.0-alpha.6

4 years ago

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

v0.2.0-alpha.5

4 years ago

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

v0.2.0-alpha.4

4 years ago

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

v0.2.0-alpha.3

5 years ago

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)

v0.2.0-alpha.2

5 years ago

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)