Update Class/Enum descriptions of Catering, Catalog

This commit is contained in:
Theo Reichert 2023-11-11 04:32:04 +01:00 committed by Simon Bruder
parent e660a03d71
commit 949fc09bf4
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -190,6 +190,9 @@ image:models/design/catering.svg[class design diagram - Catering]
[options="header"] [options="header"]
|=== |===
|Class/Enumeration |Description |Class/Enumeration |Description
|Catering|The central application class to configure the Spring container and run the application
|CateringWebConfiguration|Configuration class to route `/login` directly to the `login.html` template
|WebSecurityConfiguration|Configuration class to set up basic security and login/logout options
|=== |===
=== Catalog === Catalog
@ -199,6 +202,8 @@ image:models/design/catalog.svg[class design diagram - Catalog]
|Class/Enumeration |Description |Class/Enumeration |Description
|CatalogController |A Spring MVC Controller to handle requests to show ``Product``s |CatalogController |A Spring MVC Controller to handle requests to show ``Product``s
|CatalogInitializer |An implementation of the DataInitializer to create dummy ``Product``s on application startup |CatalogInitializer |An implementation of the DataInitializer to create dummy ``Product``s on application startup
|Consumable,Rentable| Extensions of ``Product`` to describe offered Products more precise
|ConsumableCatalog, RentableCatalog| An extension of Salespoint.Catalog to add catering specific queries
|=== |===
=== Inventory === Inventory