Add class descriptions for inventory to dev docs

This commit is contained in:
Simon Bruder 2023-11-09 20:51:14 +01:00
parent 3b77717506
commit 68709a7265
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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 services 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