From adcd840154b7ddcb2c422aae4997d8f8b8ddb62d Mon Sep 17 00:00:00 2001 From: Hannes Date: Tue, 19 May 2020 14:17:38 +0200 Subject: [PATCH] remove notification center --- .../hso/ecommerce/controller/UserController.java | 16 ---------------- .../resources/templates/fragments/customer.html | 2 -- .../resources/templates/fragments/header.html | 1 - 3 files changed, 19 deletions(-) diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java b/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java index fee6946..90b11e5 100644 --- a/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java +++ b/prototype/src/main/java/org/hso/ecommerce/controller/UserController.java @@ -43,14 +43,6 @@ public class UserController { return "user/settings"; } - @GetMapping("/notifications/") - public String userNotifications() { - - //TODO: implement this - - return "user/notifications/index"; - } - @GetMapping("/orders/") public String userOrdeers(HttpSession session, Model model) { @@ -101,12 +93,4 @@ public class UserController { return "user/settings"; } - -// @GetMapping("/bonuspoints") -// public String userBonuspoints() { -// return "user/bonuspoints"; -// } - - - } diff --git a/prototype/src/main/resources/templates/fragments/customer.html b/prototype/src/main/resources/templates/fragments/customer.html index a8ef757..f8ba1ff 100644 --- a/prototype/src/main/resources/templates/fragments/customer.html +++ b/prototype/src/main/resources/templates/fragments/customer.html @@ -12,8 +12,6 @@ diff --git a/prototype/src/main/resources/templates/fragments/header.html b/prototype/src/main/resources/templates/fragments/header.html index 054c332..349f72c 100644 --- a/prototype/src/main/resources/templates/fragments/header.html +++ b/prototype/src/main/resources/templates/fragments/header.html @@ -18,7 +18,6 @@