Theo Reichert
|
397027a650
|
Add calender to OrderController
calender can't count orders per day
|
2023-11-21 18:00:28 +01:00 |
|
Erik Hohlfeld
|
24e4ce63dc
|
Add functionality to add to the catalog with the catalog_editor
|
2023-11-21 18:00:28 +01:00 |
|
Erik Hohlfeld
|
e7a722b6f8
|
Add removal of CustomCatalogEntry inside catalog via button
|
2023-11-21 18:00:27 +01:00 |
|
Erik Hohlfeld
|
580529ab2f
|
Add adding and removing of CustomProducts inside catalog_editor
|
2023-11-21 18:00:27 +01:00 |
|
Theo Reichert
|
5925ede2f8
|
Add classes Consumable and Rentable to package catering.catalog
|
2023-11-21 18:00:27 +01:00 |
|
Mathis Kral
|
2f24b9a80e
|
Rename catalog package to orderCatalog
|
2023-11-21 18:00:26 +01:00 |
|
Erik Hohlfeld
|
89eed0755d
|
Add forms to the catalog editor to submit its data
|
2023-11-21 18:00:26 +01:00 |
|
Erik Hohlfeld
|
94a03e2266
|
Add getters and setters for CustomProduct
|
2023-11-21 18:00:26 +01:00 |
|
Erik Hohlfeld
|
de0fbc31dc
|
Remove constructor arguments and add getters and setters for CustomCatalogEntry
|
2023-11-21 18:00:25 +01:00 |
|
Erik Hohlfeld
|
6875622c19
|
Add display of all catalog entries (CustomCatalogEntry) in catalog
|
2023-11-21 18:00:25 +01:00 |
|
Mathis Kral
|
052b8e1a75
|
Remove unnecessary print statements
|
2023-11-21 18:00:25 +01:00 |
|
Mathis Kral
|
dfd892d04b
|
Remove swearing
|
2023-11-21 18:00:24 +01:00 |
|
Erik Hohlfeld
|
9f7a90814d
|
Initialize all Catalog classes regarding the prototype
|
2023-11-21 18:00:24 +01:00 |
|
Mathis Kral
|
d8bcb311dc
|
Add checkout and change of orderType
|
2023-11-21 18:00:24 +01:00 |
|
Mathis Kral
|
8eb8281e5c
|
Add functionality for adding products to an event
|
2023-11-21 18:00:23 +01:00 |
|
Mathis Kral
|
15f47a04b3
|
Add simple table structure
|
2023-11-21 18:00:23 +01:00 |
|
Mathis Kral
|
c49210ca3c
|
Add link to eventPlanner.html in the controller
|
2023-11-21 18:00:23 +01:00 |
|
Mathis Kral
|
6e677eba82
|
Add eventPlanner.html and improve navbar
|
2023-11-21 18:00:22 +01:00 |
|
Erik Hohlfeld
|
3df78b4ba0
|
Add event_configuration.html and adjusted WelcomeController.java to link it
|
2023-11-21 18:00:22 +01:00 |
|
Mathis Kral
|
b3b817b869
|
Add full order data to orders.html table
|
2023-11-21 18:00:21 +01:00 |
|
Mathis Kral
|
f5454ddab5
|
Add order removal
|
2023-11-21 18:00:21 +01:00 |
|
Mathis Kral
|
895b68c028
|
Add orderRepositoryIterator in orders.html
|
2023-11-21 18:00:21 +01:00 |
|
Mathis Kral
|
dcae05cd24
|
Add data initialization and total count of orders
|
2023-11-21 18:00:20 +01:00 |
|
Mathis Kral
|
6ce60ec3de
|
Add date to CustomOrder
|
2023-11-21 18:00:20 +01:00 |
|
Mathis Kral
|
4269e278a5
|
Add CustomOrderDataInitializer
|
2023-11-21 18:00:20 +01:00 |
|
Mathis Kral
|
5b4aaec73a
|
Add OrderController, CustomOrder, CustomOrderRepository
|
2023-11-21 18:00:19 +01:00 |
|
Mathis Kral
|
5f04f2e1b8
|
Initial commit for prototype
|
2023-11-21 18:00:19 +01:00 |
|
Eren Asker
|
de9c20fd09
|
Add customer overview prototype
|
2023-11-21 18:00:19 +01:00 |
|
Eren Asker
|
135f9b9e87
|
Add staff overview prototype
|
2023-11-21 18:00:18 +01:00 |
|
Denis Natusch
|
16f5ff20e3
|
Add profile prototype
|
2023-11-21 18:00:18 +01:00 |
|
Theo Reichert
|
eec4066dd0
|
Add layout.html and navigation.html
Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
|
2023-11-21 18:00:18 +01:00 |
|
Paul Heimer
|
4969473821
|
Add prototype of login/register
|
2023-11-21 18:00:17 +01:00 |
|
Simon Bruder
|
a156d9b2f7
|
Implement inventory prototype
|
2023-11-21 18:00:17 +01:00 |
|
Simon Bruder
|
be8519cdf1
|
Implement dummy catalogue to enable inventory prototype
The initializer is partially taken from videoshop.
|
2023-11-21 18:00:17 +01:00 |
|
Simon Bruder
|
d2925c1263
|
Rename package kickstart to catering
|
2023-11-21 18:00:09 +01:00 |
|
Simon Bruder
|
16a230c152
|
Remove <<use>> from dependencies
Even videoshop does not do this consistently, so we decided to just
remove it.
|
2023-11-16 19:55:08 +01:00 |
|
Theo Reichert
|
2c13637737
|
Remove annotations inside catalog design model
|
2023-11-16 19:55:08 +01:00 |
|
Erik Hohlfeld
|
5eaf97d8db
|
Update order design to match prototype
Add orderCatalog.puml UML-diagram.
Split up the order and orderCatalog UML-diagrams to reduce the size.
Updated the developer_documentation.adoc.
|
2023-11-16 19:55:07 +01:00 |
|
Theo Reichert
|
a1fb091bea
|
Update arrows in catalog.puml
|
2023-11-16 19:55:07 +01:00 |
|
Denis Natusch
|
57b1fc9b43
|
Update staff design model
|
2023-11-16 19:55:07 +01:00 |
|
Theo Reichert
|
eee5a24452
|
Remove catalog controller and form in design model
|
2023-11-16 19:55:06 +01:00 |
|
Denis Natusch
|
ff8013e914
|
Update documentation for package users
Closes #19
|
2023-11-16 19:55:06 +01:00 |
|
Simon Bruder
|
2f9704b8c6
|
Add interim presentation draft
|
2023-11-16 19:55:06 +01:00 |
|
Mathis Kral
|
1a9f2dfe50
|
Fix wrong redirect in order seq diagram
|
2023-11-16 19:54:45 +01:00 |
|
Simon Bruder
|
54c6cbf2ce
|
Make customer design model diagram more compact
|
2023-11-16 19:48:51 +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 |
|