Add dashboard comments
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user