From 04f6f045126ba085e2fff341272ea4aba029bb4e Mon Sep 17 00:00:00 2001 From: Mathis Kral Date: Thu, 9 Nov 2023 20:53:57 +0100 Subject: [PATCH] Add class description for order-diagram --- 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 542e12e..01ed217 100644 --- a/src/main/asciidoc/developer_documentation.adoc +++ b/src/main/asciidoc/developer_documentation.adoc @@ -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