add the number of features in the flow and live
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user