Add class description for order-diagram

This commit is contained in:
Mathis Kral 2023-11-09 20:53:57 +01:00 committed by Simon Bruder
parent 68709a7265
commit 04f6f04512
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -214,6 +214,9 @@ image:models/design/order.svg[class design diagram - Order]
[options="header"]
|===
|Class/Enumeration |Description
|OrderController |A Spring MVC Controller to handle the cart and all orders
|CustomOrder |An extension of `Order` to save the start and finish of an event
|ProductForm |A Form to cache a user input that was made while planning and event
|===
=== User