From 68709a7265cd24d79108b6ca258440e5edeb6752 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 9 Nov 2023 20:51:14 +0100 Subject: [PATCH] Add class descriptions for inventory to dev docs --- src/main/asciidoc/developer_documentation.adoc | 3 +++ 1 file changed, 3 insertions(+) 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