+ This article is here to plan ahead ourselves to what can be misconceptions
+ on how to be effective. Teams will overproduce. They will do everything
+ piece they can as they are autonomous. They will then struggle to get these
+ pieces to the very end when they will transfer them to the others teams.
+ Multitasking will drastically drop the productivity. So the fear of having
+ nothing to give to the next team pushes us to produce just in case. Bugs
+ lead to more bugs that lead to more bugs.
+
diff --git a/src/modules/feature/FeatureSteps.vue b/src/modules/feature/FeatureSteps.vue
index ee2c94b..2b3451b 100644
--- a/src/modules/feature/FeatureSteps.vue
+++ b/src/modules/feature/FeatureSteps.vue
@@ -3,6 +3,7 @@ import FeatureStep from '@/modules/feature/FeatureStep.vue'
import { featureSteps } from '@/modules/feature/feature-steps'
import { useFeatureStore } from '@/modules/feature/feature-store'
import { onMounted } from 'vue'
+import { StarportCarrier } from 'vue-starport'
const NUMBER_OF_FEATURES = 20
@@ -12,45 +13,19 @@ onMounted(() => featureStore.initBoard(NUMBER_OF_FEATURES))
-
-
- {{ featureStore.features.length }} / {{ NUMBER_OF_FEATURES }} features in
- the board | mean complexity : {{ featureStore.meanComplexity }} | mean
- lead time : {{ featureStore.meanLeadTime }} days | Total days:
- {{ featureStore.meta.totalDays }} | Team work experience:
- {{ featureStore.meta.teamWorkExperience }}
-
-
- New feature live every {{ featureStore.taktTime }} days. Finishing in
- {{ featureStore.eat }} days.
-