From fd5e59a9dad6f3605105b88d1b7abb77a33c66ae Mon Sep 17 00:00:00 2001 From: sherwinp Date: Thu, 22 Jan 2026 15:40:24 +0000 Subject: [PATCH] Update Home --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 7664694..495ef67 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,7 @@ # inventorym -## Enumerations: InventoryType and TransactionOperationEnum Exception Classes: Four custom exception types Value Object: Address class Customer Management: Customer, CustomerList, and CustomerManager Inventory Management: Abstract InventoryPiece with concrete implementations (Drawing, Painting, Print, Sculpture), plus InventoryList and InventoryManager Transaction Management: Transaction, TransactionList, and TransactionManager Data Repository: Singleton DataRepository for data operations +## Enumerations: +InventoryType and TransactionOperationEnum Exception Classes: Four custom exception types Value Object: Address class Customer Management: Customer, CustomerList, and CustomerManager Inventory Management: Abstract InventoryPiece with concrete implementations (Drawing, Painting, Print, Sculpture), plus InventoryList and InventoryManager Transaction Management: Transaction, TransactionList, and TransactionManager Data Repository: Singleton DataRepository for data operations ## Relationships shown: