From 217af5887703c41854605ad5fd7793f64d052a22 Mon Sep 17 00:00:00 2001 From: Niggl Date: Tue, 30 Jun 2020 14:04:06 +0200 Subject: [PATCH 1/6] Fancyer sorting #1 --- src/app/task-table/task-table.component.html | 19 +++++----- .../userstory-table.component.html | 36 ++++++++++--------- 2 files changed, 29 insertions(+), 26 deletions(-) diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html index 68019f9..5483525 100644 --- a/src/app/task-table/task-table.component.html +++ b/src/app/task-table/task-table.component.html @@ -54,13 +54,11 @@ -
- - - - - -
+ + + + + @@ -72,9 +70,10 @@ Category - - - + + + + diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html index d06db1c..26d24a6 100644 --- a/src/app/userstory-table/userstory-table.component.html +++ b/src/app/userstory-table/userstory-table.component.html @@ -36,25 +36,29 @@ - - Priorität - - - - - + +
+
+ Priotität +
+ + +
+
+ + + + + +
Category - - - - + + + + + From 7166415d5b2ea6f96846c16cc00b37c536abdc79 Mon Sep 17 00:00:00 2001 From: Niggl Date: Tue, 30 Jun 2020 14:07:35 +0200 Subject: [PATCH 2/6] Task Table now w/ 100% fancy sorting --- src/app/task-table/task-table.component.html | 35 +++++++++++--------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html index 5483525..7910234 100644 --- a/src/app/task-table/task-table.component.html +++ b/src/app/task-table/task-table.component.html @@ -19,30 +19,34 @@ ID - - - + + + + Titel - - - + + + + Userstory - - - + + + + Status - - - + + + + @@ -63,9 +67,10 @@ Assigned To - - - + + + + From 815d2e9a5d1dd9dcbc6a0297265a7a4842223cde Mon Sep 17 00:00:00 2001 From: Niggl Date: Tue, 30 Jun 2020 14:10:03 +0200 Subject: [PATCH 3/6] Sprint Table now w/ 100% fancy sorting --- .../sprint-table/sprint-table.component.html | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/app/sprint-table/sprint-table.component.html b/src/app/sprint-table/sprint-table.component.html index e824be9..b0c66c3 100644 --- a/src/app/sprint-table/sprint-table.component.html +++ b/src/app/sprint-table/sprint-table.component.html @@ -10,31 +10,35 @@ ID - - - - + + + + + Titel - - - - + + + + + Start - - - - + + + + + - + End - - - - + + + + + From c8e02a78608c9c38fe272a8e5495f0ff16db8e81 Mon Sep 17 00:00:00 2001 From: Niggl Date: Tue, 30 Jun 2020 14:10:20 +0200 Subject: [PATCH 4/6] Userstory Table now w/ 100% Fancyer sorting --- .../userstory-table.component.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html index 26d24a6..f8b15b2 100644 --- a/src/app/userstory-table/userstory-table.component.html +++ b/src/app/userstory-table/userstory-table.component.html @@ -10,17 +10,19 @@ ID - - - - + + + + + Titel - - - - + + + + + Tasks From 13d91f7804e3cffd34583fa05ccf34ce45ec91c8 Mon Sep 17 00:00:00 2001 From: Niggl Date: Tue, 30 Jun 2020 14:11:48 +0200 Subject: [PATCH 5/6] Userstory Table now with fancy sort --- .../userstory-table.component.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html index f8b15b2..5c063d4 100644 --- a/src/app/userstory-table/userstory-table.component.html +++ b/src/app/userstory-table/userstory-table.component.html @@ -26,17 +26,19 @@ Tasks - - - - + + + + + Status - - - - + + + + +
From 75a7a6534051689dc8ceeeaa8dd68f573f1fcf3b Mon Sep 17 00:00:00 2001 From: Niggl Date: Tue, 30 Jun 2020 14:25:11 +0200 Subject: [PATCH 6/6] Better Prio Filtering --- src/app/task-table/task-table.component.html | 9 ++++--- .../userstory-table.component.html | 27 ++++++++++--------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html index 7910234..821a305 100644 --- a/src/app/task-table/task-table.component.html +++ b/src/app/task-table/task-table.component.html @@ -22,7 +22,7 @@ - + @@ -51,11 +51,12 @@
+ Priorität:
- Priotität + {{filterPriority || "All"}}
- - + +
diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html index 5c063d4..0a0242a 100644 --- a/src/app/userstory-table/userstory-table.component.html +++ b/src/app/userstory-table/userstory-table.component.html @@ -42,18 +42,21 @@
-
- Priotität -
- - -
-
- - - - - +
+ Priorität: +
+ {{filterPriority || "All"}} +
+ + +
+
+ + + + + +