update docs

This commit is contained in:
2026-01-25 11:18:17 -05:00
parent b2f61fd3da
commit 348b10734f
3 changed files with 10 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
# 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:
Inheritance (hollow arrows)