Commit Graph

504 Commits

Author SHA1 Message Date
Jannik 9681dceb8b
reworked login/register, GetMapping fixes 2020-01-20 20:22:37 +01:00
Lukas Fürderer ef08c8d1c8
Implement a prototype to add new articles 2020-01-19 18:48:09 +01:00
Lukas Fürderer ececdac3a9
Implement a prototype for notifications 2020-01-19 18:46:32 +01:00
CodeSteak d4e670218f Merge branch 'master' of git.mosad.xyz:localhorst/e-commerce 2020-01-19 18:43:51 +01:00
CodeSteak b7ad62d2f2 add manual accounting route 2020-01-19 18:43:19 +01:00
Hannes Huber 619e586280 add checkout 2020-01-18 15:34:54 +01:00
Hannes Huber 6d6f4bda6a Merge remote-tracking branch 'origin/master' 2020-01-18 14:01:43 +01:00
Hannes Huber 0f71e2b595 remade articleDetail without own css 2020-01-18 14:01:35 +01:00
Hendrik Schutter dac2d0511a finished about pages 2020-01-17 18:03:28 +01:00
Hannes Huber 483cc260f3 remade searchResults without own css 2020-01-17 17:25:38 +01:00
CodeSteak 66f4e319fa implement manual bookings. 2020-01-16 21:39:55 +01:00
CodeSteak 0951e23946 move detailgrid (formgrid) to main css 2020-01-16 21:05:39 +01:00
CodeSteak ce201c5d85 add accounting pages 2020-01-16 21:01:15 +01:00
CodeSteak d7161d3796 move internal pages from employee to intern 2020-01-16 20:17:48 +01:00
CodeSteak a0da07df66 Add fonts to repo 2020-01-15 21:45:24 +01:00
CodeSteak f359e2a750 Fix Header 2020-01-15 21:35:21 +01:00
CodeSteak bedcf32b44 Merge branch 'master' of git.mosad.xyz:localhorst/e-commerce 2020-01-15 21:32:18 +01:00
CodeSteak 0d1c3cb583 implement filter Table 2020-01-15 21:32:11 +01:00
CodeSteak a5817f144d fix color of links 2020-01-15 21:31:52 +01:00
Jannik ec0f67784b
create database and customer table if it does not exist 2020-01-15 20:30:48 +01:00
Jannik 25101f14e7
added databases in the resource folder to gitignore 2020-01-15 20:03:53 +01:00
Jannik 27029333c0 Delete 'prototype/src/main/resources/test.db' 2020-01-15 20:02:31 +01:00
Jannik 1c6d7c8032 Merge branch 'sqlite' of localhorst/e-commerce into master 2020-01-15 11:09:40 +01:00
Jannik 1c27a2a53e
removed unneeded spring-boot dependency 2020-01-15 11:07:57 +01:00
Jannik 26e9e2bfc0
sqlite part 1 2020-01-15 10:56:53 +01:00
Jannik 7bbf5eb963
sqlite part 0 2020-01-15 10:56:53 +01:00
Jannik d3be609d16
added customer account settings [Part 1]
* moved footer Mapping to the bottom of RequestController()
2020-01-15 10:55:24 +01:00
Hendrik Schutter 9fd050edab added eclipse gitignore 2020-01-14 20:56:36 +01:00
Hendrik Schutter 7177bc8f09 fixes links in footer; added about pages 2020-01-14 20:50:47 +01:00
Hendrik Schutter 16e71f7335 added links in footer 2020-01-13 17:30:39 +01:00
Hendrik Schutter 9f372c7057 added about pages 2020-01-13 17:21:49 +01:00
CodeSteak 8a590459c9 (Partial) Implement of listedArticlesEdit.html II 2020-01-12 19:46:47 +01:00
CodeSteak 4d153b8d87 (Partial) Implement of listedArticlesEdit.html 2020-01-12 19:42:04 +01:00
CodeSteak c162b4d59e Disable Cache for template. This improves the workflow 2020-01-12 19:41:27 +01:00
CodeSteak b46e4a8c73 Merge branch 'master' of git.mosad.xyz:localhorst/e-commerce 2020-01-12 18:01:37 +01:00
CodeSteak 255195715f Implement Listed Articles Overview 2020-01-12 18:00:40 +01:00
CodeSteak f120212d62 Add "Smaller Class" to Global CSS 2020-01-12 18:00:14 +01:00
CodeSteak 6725c1eb84 Add Error Inputs to Global CSS 2020-01-12 17:59:56 +01:00
Hannes Huber 6985b22e82 update color and use fragments 2020-01-12 16:14:01 +01:00
CodeSteak 17d2e741cf Fix templateName casing for articledetail and searchresults 2020-01-12 16:03:42 +01:00
CodeSteak 3ef92c9626 Fix header search pointing to wrong path 2020-01-12 16:02:40 +01:00
CodeSteak 5fd6cf8827 Fix Error Pages class attributes 2020-01-12 16:02:10 +01:00
CodeSteak 96a1cc826d Fix Css not using var(--uXXX) for hXX and p. 2020-01-12 15:56:26 +01:00
CodeSteak a70dca56f7 Update CSS, fix fragements and home. 2020-01-12 15:52:45 +01:00
Hannes Huber 213c5a2c94 initial searchresult and detailview 2020-01-11 16:39:34 +01:00
CodeSteak 0738a4402e upload css mockup 2020-01-03 17:08:24 +01:00
Jannik a44efe06b7
reworked login to actually use a database
* added a very basic login setup, see wiki.mosad.xyz for more information
* updated spring boot to 2.2.2
2019-12-08 17:16:17 +01:00
Jannik adf1502b2b
added a minimal login dialog
* added session cookie being set on login, login-data is not stored or validated
2019-12-08 12:24:28 +01:00
Jannik 87bb9d4a44
added a first GUI Prototype
* based on ecom.css
* accessible via localhost:8080/
2019-11-26 16:21:29 +01:00
Jannik 6f6f705495
updated spring boot to 2.2.1
* added a header as fragment
2019-11-25 16:15:36 +01:00