mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Add class descriptions for inventory to dev docs
This commit is contained in:
parent
3b77717506
commit
68709a7265
|
@ -202,6 +202,9 @@ image:models/design/inventory.svg[class design diagram - Inventory]
|
||||||
[options="header"]
|
[options="header"]
|
||||||
|===
|
|===
|
||||||
|Class/Enumeration |Description
|
|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
|
=== Order
|
||||||
|
|
Loading…
Reference in a new issue