Mathis Kral
|
0a24be51be
|
Add filteredByDay to OrderController
|
2023-11-16 17:00:36 +01:00 |
|
Denis Natusch
|
ac253f3df7
|
Logout customer after deleting their account
|
2023-11-16 17:00:36 +01:00 |
|
Denis Natusch
|
4588809412
|
Make user consistent with design model
Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
|
2023-11-16 17:00:35 +01:00 |
|
Simon Bruder
|
040b28fbe0
|
Fix thymeleaf deprecation warnings in layout
|
2023-11-16 17:00:35 +01:00 |
|
Simon Bruder
|
bf1b57e15c
|
Integrate security into navigation
This also simplifies the template quite a bit, as it previously
contained some redundancy.
|
2023-11-16 17:00:35 +01:00 |
|
Mathis Kral
|
97a020b59f
|
Include layout.html
|
2023-11-16 17:00:34 +01:00 |
|
Theo Reichert
|
38eda35e6c
|
Add calender to OrderController
calender displays `order.id`s per day
|
2023-11-16 17:00:34 +01:00 |
|
Theo Reichert
|
37ae9a0089
|
Add calender to OrderController
calender can't count orders per day
|
2023-11-16 17:00:33 +01:00 |
|
Erik Hohlfeld
|
47f8071382
|
Add functionality to add to the catalog with the catalog_editor
|
2023-11-16 17:00:33 +01:00 |
|
Erik Hohlfeld
|
bde2754a51
|
Add removal of CustomCatalogEntry inside catalog via button
|
2023-11-16 17:00:33 +01:00 |
|
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 |
|