Merge branch 'master' into feature/tables

This commit is contained in:
2020-06-29 15:37:11 +02:00
22 changed files with 475 additions and 148 deletions

View File

@@ -232,7 +232,7 @@ export interface ScrumUserstory {
export interface ScrumSprint{
id?: number;
title: string;
description: string;
description?: string;
startDate: Date;
endDate: Date;
project: number;