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}} + +
- + + +
+ + +
+ +