From 7c084393dad7c76ef7fb2303a435c4164d3d301a Mon Sep 17 00:00:00 2001 From: Michael D Date: Thu, 14 Oct 2021 00:03:44 +0100 Subject: [PATCH] Fix Spelling --- Projects/3-Advanced/Inventory-Manager.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/3-Advanced/Inventory-Manager.md b/Projects/3-Advanced/Inventory-Manager.md index a16c5d2b..8e5e94a7 100644 --- a/Projects/3-Advanced/Inventory-Manager.md +++ b/Projects/3-Advanced/Inventory-Manager.md @@ -3,7 +3,7 @@ **Tier:** 3-Advanced While this doesn't sound like the most interesting project at first you will find that it will use and challenge a lot of major skills involved in creating apps. -This system should track the inventory in a hypothetical supermarket, adding items into the "back room" when deliveries arrive, allowing self stackers to "stack" and item, removing it from the backroom and adding it to the "shelf", removing an item from the "shelf" when it is purcahsed, etc. +This system should track the inventory in a hypothetical supermarket, adding items into the "back room" when deliveries arrive, allowing self stackers to "stack" and item, removing it from the backroom and adding it to the "shelf", removing an item from the "shelf" when it is purchased, etc. ## User Stories @@ -16,7 +16,7 @@ This system should track the inventory in a hypothetical supermarket, adding ite ## Bonus features - [ ] Prices of items are stored and can be changed if they go out of date that day -- [ ] Delivery menu of incoming delivieries, their times and what will be in them +- [ ] Delivery menu of incoming deliveries, their times and what will be in them - [ ] Different departments, e.g. fresh, home, etc - [ ] Audits - allow for audits which confirm that all the values are correct - [ ] Shoplifting metrics - Add a system that "calculates" the percentage of an item that is shoplifted (based on audits)