From b0d63b4952b10b17988495b89b91b96866b91716 Mon Sep 17 00:00:00 2001 From: test Date: Thu, 2 Jul 2020 17:44:04 +0200 Subject: [PATCH] added category dropdown to userstory-form --- src/app/services/backend.service.ts | 2 +- .../userstory-form.component.html | 42 ++++++++++++++- .../userstory-form.component.ts | 53 +++++++++++++++++++ 3 files changed, 94 insertions(+), 3 deletions(-) diff --git a/src/app/services/backend.service.ts b/src/app/services/backend.service.ts index b312c8e..6eb6ca7 100644 --- a/src/app/services/backend.service.ts +++ b/src/app/services/backend.service.ts @@ -260,7 +260,7 @@ export interface ScrumCategory { title: string; description?: string; color?: string; - project: number; + project?: number; } export interface ScrumStatus { diff --git a/src/app/userstory-form/userstory-form.component.html b/src/app/userstory-form/userstory-form.component.html index 469b496..9b45a4d 100644 --- a/src/app/userstory-form/userstory-form.component.html +++ b/src/app/userstory-form/userstory-form.component.html @@ -31,10 +31,13 @@ Prio: {{userstory.priority}} + +
- + + +
+ + +
+ +