add quality issue

This commit is contained in:
Julien Calixte
2023-07-22 17:34:26 +02:00
parent 1579e2598e
commit 05e89f6b03
7 changed files with 115 additions and 39 deletions

View File

@@ -6,24 +6,14 @@ export type FeatureStep = {
export const featureSteps: FeatureStep[] = [
{
title: 'Pitch',
stepIndex: 6,
title: 'Product',
stepIndex: 4,
blueBuckets: 2
},
{
title: 'Design',
stepIndex: 5,
blueBuckets: 1
},
{
title: 'Investigation',
stepIndex: 4,
blueBuckets: 1
},
{
title: 'Product',
stepIndex: 3,
blueBuckets: 2
blueBuckets: 1
},
{
title: 'Development',