add lead time and complexity
This commit is contained in:
@@ -203,5 +203,6 @@ const featureNames = [
|
||||
|
||||
export const features: Feature[] = featureNames.map((name) => ({
|
||||
name,
|
||||
complexity: Math.floor(Math.random() * 5)
|
||||
complexity: Math.floor(Math.random() * 5),
|
||||
leadTime: 0
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user