User should be able to update each of the product properties, one at a time. There are 4 tests for this PR: Update product name, description, price, quantity
Steps to Test
Outline the steps to test
git fetch --all
git checkout kb_updateProduct
..
cd bangazon-cli.Tests/
dotnet restore
dotnet test
Impacted Areas in Application
List general components of the application that this PR will affect:
ProductManager.cs
ProductManager_Should.cs
Mentions @username
Tag users that need to review this code
Definition of Done
The project must be fully documented. This includes the following:
Complete README that documents the steps to install the code, how to install any dependencies, or system configuration needed.
Every class must be documented with purpose, author, and methods.
Every method must be documented with purpose and argument list - which itself must contain a short purpose for each argument.
The project must be able to run fully, and without errors, on each teammate's system.
Fulfills every requirement.
Every line of code has been peer reviewed.
For projects that require unit testing, core functionality must be identified and have at least one test for each.
Link to Ticket
8 User should be able to update a product
Description of Proposed Changes
Steps to Test
Outline the steps to test
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