spooky-oysters / Bangazon-Command-Line-Application

0 stars 1 forks source link

Add Product on Menu #30

Closed kimberly-bird closed 6 years ago

kimberly-bird commented 6 years ago

Link to Ticket

Closes #4

Description of Proposed Changes

Steps to Test

Outline the steps to test

git fetch --all
git checkout kb-MenuAddProduct
cd bangazon-cli.Tests
dotnet restore
dotnet test

..
cd bangazon-cli
dotnet run
  1. Select 1 to add new customer, if needed
  2. Select 2 and select a customer to make active
  3. Select 4 to add new product and follow prompts to add product name, price, description, quantity
  4. After quantity is filled in, hit enter
  5. You should get ***SUCCESS*** alert and be able to hit enter to return to main menu
  6. Check database to make sure product was added and assigned to correct customer

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.
Chewieez commented 6 years ago

👍

DreRandaci commented 6 years ago

👍