Commit graph

177 commits

Author SHA1 Message Date
Erik Hohlfeld 5bcfefe734
Add adding and removing of CustomProducts inside catalog_editor 2023-11-16 17:00:32 +01:00
Theo Reichert 090ae6d439
Add classes Consumable and Rentable to package catering.catalog 2023-11-16 17:00:32 +01:00
Mathis Kral 4dce95d86d
Rename catalog package to orderCatalog 2023-11-16 17:00:32 +01:00
Erik Hohlfeld a7d8c29dc7
Add forms to the catalog editor to submit its data 2023-11-16 17:00:31 +01:00
Erik Hohlfeld b3bd5c611c
Add getters and setters for CustomProduct 2023-11-16 17:00:31 +01:00
Erik Hohlfeld 3470a369c7
Remove constructor arguments and add getters and setters for CustomCatalogEntry 2023-11-16 17:00:31 +01:00
Erik Hohlfeld f1f71beaf4
Add display of all catalog entries (CustomCatalogEntry) in catalog 2023-11-16 17:00:30 +01:00
Mathis Kral 34f4fcf069
Remove unnecessary print statements 2023-11-16 17:00:30 +01:00
Mathis Kral fef48cbff5
Remove swearing 2023-11-16 17:00:30 +01:00
Erik Hohlfeld 9747fc5589
Initialize all Catalog classes regarding the prototype 2023-11-16 17:00:29 +01:00
Mathis Kral 6d8b8bd5ca
Add checkout and change of orderType 2023-11-16 17:00:29 +01:00
Mathis Kral 0cc3232db3
Add functionality for adding products to an event 2023-11-16 17:00:29 +01:00
Mathis Kral 9332f33957
Add simple table structure 2023-11-16 17:00:28 +01:00
Mathis Kral 79bc979f78
Add link to eventPlanner.html in the controller 2023-11-16 17:00:28 +01:00
Mathis Kral a9a8529ccb
Add eventPlanner.html and improve navbar 2023-11-16 17:00:28 +01:00
Erik Hohlfeld 304e37a118
Add event_configuration.html and adjusted WelcomeController.java to link it 2023-11-16 17:00:27 +01:00
Mathis Kral e5811ad020
Add full order data to orders.html table 2023-11-16 17:00:27 +01:00
Mathis Kral 97c7e2a160
Add order removal 2023-11-16 17:00:27 +01:00
Mathis Kral a6faa677dd
Add orderRepositoryIterator in orders.html 2023-11-16 17:00:26 +01:00
Mathis Kral e6535ab767
Add data initialization and total count of orders 2023-11-16 17:00:26 +01:00
Mathis Kral 7b3154367e
Add date to CustomOrder 2023-11-16 17:00:26 +01:00
Mathis Kral 848e625f3a
Add CustomOrderDataInitializer 2023-11-16 17:00:25 +01:00
Mathis Kral 426e1100fc
Add OrderController, CustomOrder, CustomOrderRepository 2023-11-16 17:00:25 +01:00
Mathis Kral 858eb927fd
Initial commit for prototype 2023-11-16 17:00:25 +01:00
Eren Asker aa54118786
Add customer overview prototype 2023-11-16 17:00:24 +01:00
Eren Asker 5c1bdd2d25
Add staff overview prototype 2023-11-16 17:00:24 +01:00
Denis Natusch 9238218cca
Add profile prototype 2023-11-16 17:00:24 +01:00
Theo Reichert e0ec18049f
Add layout.html and navigation.html
Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
2023-11-16 17:00:23 +01:00
Paul Heimer 8ca7424686
Add prototype of login/register 2023-11-16 17:00:23 +01:00
Simon Bruder b37d26d0f1
Implement inventory prototype 2023-11-16 17:00:23 +01:00
Simon Bruder 3bfab465af
Implement dummy catalogue to enable inventory prototype
The initializer is partially taken from videoshop.
2023-11-16 17:00:23 +01:00
Simon Bruder 3fbacfb64b
Rename package kickstart to catering 2023-11-16 17:00:22 +01:00
Simon Bruder df2c10b1d3
Watch shell.nix in envrc 2023-11-16 12:30:08 +01:00
Simon Bruder 3e9332c37c
Add property for running behind reverse proxy
It is disabled by default as this should only be enabled on the server.

Fixes #29
2023-11-16 10:51:08 +01:00
Simon Bruder 610ce9c4f1
Do not enforce minimum body length in gitlint
This would disallow bodies like “Fixes #1”.
2023-11-16 10:18:35 +01:00
Simon Bruder 33ec5d66d6
Enable trimming of trailing whitespace in editorconfig 2023-11-15 15:36:19 +01:00
Simon Bruder b5e7f81ec2
Remove trailing whitespace 2023-11-15 15:36:19 +01:00
Simon Bruder ec542be0fd
Add protocol from 2023-11-10
Co-authored-by: Denis Natusch <denis.natusch@mailbox.tu-dresden.de>
2023-11-14 22:17:47 +01:00
Simon Bruder 70cd6c9aa3
Add time recording for week 4 2023-11-14 22:17:41 +01:00
Simon Bruder 0ebe33df42
Add action for checks 2023-11-14 19:22:28 +01:00
Simon Bruder adb486bbb9
Add pre-commit hooks
This currently checks commit messages and editorconfig.
2023-11-14 19:22:27 +01:00
Simon Bruder da7003a2f2
Add final newline to files where it was missing 2023-11-12 20:59:33 +01:00
Simon Bruder d2538791a8
Add exception for mvnw.cmd to editorconfig 2023-11-12 20:58:36 +01:00
eras660c 7a769f2976
Update Customer and Staff design model and class descriptions
Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
2023-11-12 20:05:57 +01:00
Theo Reichert ca38efaf1c
Add rentable and consumable to analysis-design link 2023-11-12 19:57:44 +01:00
Theo Reichert fce7aff3e9
Update dialogue_map design model to all English 2023-11-12 19:57:10 +01:00
Theo Reichert 55cc6291b0
Update src/main/asciidoc/developer_documentation.adoc
Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
2023-11-12 19:57:10 +01:00
Mathis Kral d40f5f00f1
Add missing OrderType 2023-11-12 19:57:10 +01:00
Mathis Kral 394a1acd37
Change all instances of “HTTPS” to “HTTP” in TLA 2023-11-12 19:57:10 +01:00
Simon Bruder 09767cb9d2
Update inventory design to match dual catalog 2023-11-12 19:57:10 +01:00