add the number of features in the flow and live

This commit is contained in:
Julien Calixte
2023-07-22 18:47:31 +02:00
parent 0d875fd1c2
commit 82fc581b7a
2 changed files with 13 additions and 11 deletions

View File

@@ -57,8 +57,8 @@ const featuresGroupedByStep = computed(() => {
<template>
<div class="dashboard">
<div>
mean complexity : {{ meanComplexity }}, mean lead time :
{{ meanLeadTime }} days
{{ features.length }} features | mean complexity : {{ meanComplexity }} |
mean lead time : {{ meanLeadTime }} days
</div>
<div>
<button @click="nextDay">next day</button>