Add Tasks

Title*

@if (!title.valid && title.touched) {

You must enter a title.

}

Description*

@if (!description.valid && description.touched) {

You must enter a description. (min. 10 letters)

}

Assigned to

@if (isAssignedOpen) { > } @else { }
@for (user of taskData.assigned; track user ) {
{{ firebaseService.getUserDetails(user, "initials") }}
}

Due date*

@if (!date.valid && date.touched) {

You must enter a date.

} @if (dateInPast && date.valid) {

The date must be in the future

}

Prio*

Category*

@if (!category.valid && category.touched) {

You must select a category

}