add the dumb strategy to add a new feature a day in the flow

This commit is contained in:
Julien Calixte
2023-07-22 18:34:30 +02:00
parent 05e89f6b03
commit 0d875fd1c2
6 changed files with 76 additions and 32 deletions

View File

@@ -205,7 +205,7 @@ const featureNames = [
export const features: Feature[] = featureNames.map((name) => ({
name,
complexity: Math.floor(Math.random() * 5),
complexity: Math.floor(Math.random() * 6),
leadTime: 0,
status: 'doing',
step: Infinity,