spooky-oysters / Bangazon-Command-Line-Application

0 stars 1 forks source link

Gl menu close order #33

Closed Chewieez closed 6 years ago

Chewieez commented 6 years ago

Link to Ticket

Closes #6 :: User should be able to complete a customer order

Description of Proposed Changes

Steps to Test

Outline the steps to test

Start in your root directory for project

git fetch --all
git checkout gl-MenuCloseOrder
cd bangazon-cli.Tests
dotnet restore
dotnet test

ALL tests should pass.

Then navigate to bangazon-cli directory

..
cd bangazon-cli
dotnet run

In Bangazon-CLI:

  1. Set an active customer via Menu Item 2.
  2. If needed, create some payment options (Menu Item 3)
  3. If needed, create some products (Menu Item 4)
  4. If needed, add some products to an order (Menu Item 7).
  5. Select Menu Item 8 to "Complete an Order".
  6. Make sure the total amount of money shown is the correct amount based on the products in your cart.
  7. Choose "Y" when prompted if "Ready to Purchase"
  8. Choose a payment option.
  9. Check that you see a SUCCESS message

Impacted Areas in Application

List general components of the application that this PR will affect:

Mentions @username

Tag users that need to review this code

Definition of Done

  1. The project must be fully documented. This includes the following:
    1. Complete README that documents the steps to install the code, how to install any dependencies, or system configuration needed.
    2. Every class must be documented with purpose, author, and methods.
    3. Every method must be documented with purpose and argument list - which itself must contain a short purpose for each argument.
  2. The project must be able to run fully, and without errors, on each teammate's system.
  3. Fulfills every requirement. Every line of code has been peer reviewed.
  4. For projects that require unit testing, core functionality must be identified and have at least one test for each.
krysmathis commented 6 years ago

👍

kimberly-bird commented 6 years ago

👍

krysmathis commented 6 years ago

👍