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