mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Update Class/Enum descriptions of Catering, Catalog
This commit is contained in:
parent
e660a03d71
commit
949fc09bf4
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue