Add dashboard comments

This commit is contained in:
Jakob Fahr
2020-07-14 12:57:19 +02:00
parent 8dcc3a1f45
commit 9a89f8f338
2 changed files with 45 additions and 11 deletions

View File

@@ -7,6 +7,7 @@
<div class="row px-3 py-2">
<!-- Show a message if no sprints exist yet, with a link to the page where a new one can be created -->
<ng-container *ngIf="selectedSprint === undefined">
<h3 class="mr-3 text-primary">Alle Userstories</h3>
<a [routerLink]="['sprints']">Lege einen Sprint an, um Userstories zu organisieren.</a>
@@ -36,6 +37,7 @@
</select>
</label>
<!-- If the active sprint is selected: Show the number of remaining days + urgency -->
<span class="mr-5"></span>
<h3
*ngIf="selectedSprint === currentSprint"
@@ -53,12 +55,13 @@
<div class="row">
<!-- Info on the userstories in the selected sprint -->
<div class="p-3 col-12 col-xl-6 col-lg-6 col-md-12 col-sm-12">
<div class="card">
<div class="card-header">
<span class="text-large">
Userstories
</span>
<span class="text-large">
Userstories
</span>
</div>
<div class="card-body">
<div *ngIf="selectedSprint !== undefined && usedStatus.length === 0">