diff --git a/README.md b/README.md index a9f3a79..fd5ef32 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/Ui/build.gradle b/Ui/build.gradle index d02b38b..3208a26 100644 --- a/Ui/build.gradle +++ b/Ui/build.gradle @@ -32,6 +32,7 @@ repositories { configurations { all { exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-jasper-el' + exclude group: 'ch.qos.logback' } } diff --git a/UiView/src/resources/index.html b/UiView/src/resources/index.html index 00eb870..b8a2dc2 100644 --- a/UiView/src/resources/index.html +++ b/UiView/src/resources/index.html @@ -16,6 +16,7 @@ +
1
2