diff --git a/src/main/asciidoc/developer_documentation.adoc b/src/main/asciidoc/developer_documentation.adoc index 37cb3b9..542e12e 100644 --- a/src/main/asciidoc/developer_documentation.adoc +++ b/src/main/asciidoc/developer_documentation.adoc @@ -202,6 +202,9 @@ image:models/design/inventory.svg[class design diagram - Inventory] [options="header"] |=== |Class/Enumeration |Description +|InventoryController |A Spring MVC Controller to handle the request to list and mutate the catering service’s inventory +|InventoryInitilalizer |An implementation of the DataInitializer to create dummy data on application startup +|InventoryMutateForm |An class to validate the user input of the edit/add form |=== === Order