Skip to content

MVP with end to end tests

Latest
Compare
Choose a tag to compare
@tlee0818 tlee0818 released this 25 Mar 03:13
996c920

MVP Features

Customer Side

  • Customers can explore items and add certain quantities to their shopping cart (/explore)
  • Customers can make a payment of the order via Commerce Friend (will be fully implemented in the next version) (/checkout)
  • Customers can track where the order is, once an employee has sent the order via a drone (/confirmation)
  • Customers can cancel an order if the order has not shipped yet

Employee Side

Example Flow

Buying Donuts and Tracking it

  1. Add donuts to shopping cart
  2. Proceed to checkout
  3. Pay with commerce friend. Land on confirmation page.
  4. Match newly created order to drone on a new tab
  5. Refresh confirmation page to track order

Adding to Donut Inventory

  1. Proceed to inventory page
  2. Click on "+" button to increment donut count
    Deployment of this release can be found here